h1, h2, h3, h4{font-family: 'Montserrat', sans-serif;}
h1 {font-weight: bold;}
/*(h4, h5, h6{font-family: 'Merriweather', serif;}*/
body{
	font-family: 'Arial';
	background-color: rgb(230, 220, 222);
}
.informationhead{color:rgb(234, 128, 93); font-weight: bold; font-size: 140%}

.navmenu{
	background-color: black;
	padding-top: 10px;
	padding-bottom: 3px;
}
.navmenu ul{list-style-type: none;}
.navmenu li{display: inline; margin: 5px; padding: 2px;}
.navmenu .menupoint{color: rgb(234, 128, 93); font-size: 1.5em; font-family: 'Montserrat', sans-serif;}
.navmenu .menupoint > a{color: rgb(234, 128, 93)}
.navmenu p:hover, .navmenu span:hover{background-color: rgb(234, 128, 93); color: black;}
.navmenu p{color: black;}
.navmenu a:hover{text-decoration: none;}
.menupoint content{width: 50%;}

.menupoint {
  position: relative;
  display: inline-block;
}

.menupoint-content {
	font-size: 20px;
  position: absolute;
	display: none;
  background-color: rgb(230, 220, 222);
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 6px 8px;
  z-index: 1;
}

.menupoint-content a{color: rgb(234, 128, 93);}
.menupoint-content p:hover a{color: rgb(230, 220, 222);}

.menupoint:hover .menupoint-content {
  display: block;
}





.offercontainer{
	width: 100%;
	padding: 2%;
	padding-top: 0.1%;
	/*border: 2px solid rgba(97, 131, 247, 0.5);*/
  border-radius: 5px;
	background-color: rgb(234, 128, 93);
}

.offercontainer > p.ind{
	text-indent:5%;
}

.offercontainer .informationhead{
	color: black;
}

.offercolumn{
		max-width: 45%;
		float: left;
		margin: 2%;
}
@media (max-width: 500px){
	.offercolumn{
			max-width: 100%;
	}
}

.subheader{
	font-weight: bold;
}

.date{
	display: inline;
	text-decoration: underline;
	margin-left: 5px;
	margin-right: 0px;
}


.stationcontainer{
	font-family: 'Montserrat', sans-serif;
	font-size: 120%;
	font-weight: bold;
	margin: 10px;
	width: 100%;
	float: left;
	flex-direction: column;
	flex-flow: row-reverse wrap;
	background-color: rgb(234, 128, 93);
	/*border: 2px solid rgb(234, 128, 93);
  border-radius: 5px;*/

	text-align: center;
}

.stationcontainer:hover{
	background-color: rgb(97, 131, 247);
	/*border: 2px solid rgb(97, 131, 247);*/
}

.stationcontainer img{
		width: 100%;
			margin: 0px;
}

.stationcontainer a, .stationcontainer a:link, .stationcontainer a:visited{
	color: black;
	text-decoration: none;
}

.stationrow{
	width: 30%;
	float: left;
	margin: 10px;
}
@media (max-width: 500px){
	.stationrow{
			width: 92%;
			margin-bottom: 0px;
			margin-top: 0px;
	}
}

footer{
	border-top: 1px solid rgba(234, 128, 93, 0.5);
	background-color: Transparent;
}
footer img{
	margin: 3px;
}
.footerimg_L{
	float: left;
}
.footerimg_R{
	float: right;
}
