.BokningModal{
	font-family: 'Nunito Sans', sans-serif;
    height: 100%;
    color: #777;	text-transform: none !important;
	font-variant: normal !important;

}
.SubNavHere {
	background-color: grey
}
.PointsCard {
	margin: .5rem;
}

.PageNav {
	padding-top: 2rem
}

h3 {
	text-transform: lowercase;
	font-variant: small-caps;
}

.newspaper-3 {
  column-count: 3;
  column-gap: 40px;
}
.newspaper-2 {
  column-count: 2;
  column-gap: 40px;
}

.NewspaperTitle {
  margin-bottom: 2rem
}


/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
.newspaper-3 {
  column-count: 1;
  column-gap: 0px;
}
.newspaper-2 {
  column-count: 1;
  column-gap: 0px;
}

.NewspaperTitle {
  column-span: none;
  margin-bottom: 0
}


}

.FooterText {
	color: white !important;
	font-size:x-small !important
}

.MapTopMargin {margin-top: 4rem

}


/* On screens that are 1227px or less */
@media screen and (max-width: 1227px) {
	  .MobilePadding {
		margin: 1rem;
	}

}

#writers {
	margin-top: 2rem;
}
