*{
	margin:0;
	padding:0;
	border:0;
}

body{
	background-color:#af0000;
}

h1{
	color:white;
	font-family:"League Gothic";
	font-size:150px;
	text-align:center
}

h2{
	color:#af0000;
	font-family:"Montserrat";
	font-size:75px;
	font-weight:bold;
	text-align:center;
	filter: drop-shadow(0px 3px 2px #420000);
	padding-bottom:25px;
}

#banner{
	width:100%;
	height:auto;
	padding-top:45px;
	padding-bottom:45px;
}

#banner img{
	width:100%;
	height:auto;
}

img{
	width:50%;
	height:auto;
	display: block;
  	margin: 0 auto;
}
	
.flexbox{
	display: -webkit-flex;
	display: flex;
	width: 100%;
	flex-direction:row; /* can also do column */
	flex-wrap:nowrap; /* the boxes don't go to the next line */
	padding-bottom:25px;
	filter:drop-shadow(0px 3px 5px);
}

.flexbox img{
	width:100%;
	height:auto;
}

.flexed-item-25{
	text-align:center;
	border:2px solid #af0000;
	width:50%;
	background-color:white;
	font-family:Montserrat;
}
	
#navbar {
 	background-color:white;
 	overflow: hidden;
	height:40px;
	padding-top:5px;
	font-family:"Montserrat";
	font-size:25px;
	filter: drop-shadow(0px 3px 5px);
	position:sticky;

}

.ms-auto{
	text-align:right;
	padding-right:10px;
	padding-left:10px;
}

#InfoPara{
	Background-color:white;
	filter:drop-shadow(0px 3px 5px);
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	font-family: Montserrat;
	font-size:20px;
	color:#af0000;
	
}

#infoimg img{
	width:50%
	height:auto;
	
}

a{
	text-decoration:none;
}

a:link{
	color:#af0000;
}

a:visited{
	color:#af0000;
}

a:hover{
	filter:drop-shadow(0px 15px 5px);
	text-decoration:underline #af0000;
}

#container{
	padding-bottom:45px;
	filter: drop-shadow(0px 3px 5px);
}

#planhere{
	text-decoration:underline #af0000;
	font-size:50px;
	text-align:center;
	background-color:white;
	font-family:Montserrat;
	font-weight:bold;
	
}

#infoimage{
	display:flex;
	justify-content:center;
	align-items:center;
	max-width:100vw;
	max-height:100vh;
	overflow:hidden;
	
}

#infoimage img{
	max-width:50vw;
	max-height:50vh;
	width:auto;
	height:auto;
}
