body{
	background: #f9f9f9;
	color: black;
	font-size: 15px;
	font-family: Verdana, Geneva, sans-serif;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	width: 100%;
}

#banner{
	background: #000000;
	width: 100%;
	height: auto;
	color: white;
}

#bannercontact h2{
	font-size: 11px;
	line-height: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #d8c46d;
	color: #ffea5e;
}

#top{
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	text-align: center;
}

#top h2{
	line-height: 15px;
	font-size: 16px;
}

#bannerimg{
	display:none;
}

#logocrop{
	width: 100%;
}

#navbar{
	background: #222222;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	color: #e3cb40;
	font-size: 14px;
	width: 100%;
	text-transform: capitalize;
	font-weight: normal;
}

.sticky{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}

.sticky + .content{
	padding-top: 60px;
}

#navbar a{
	padding: 10px 0% 10px 0%;
	text-decoration: none;
	width: 25%;
	color: inherit;
	text-align: center;
}

#navbar a:visited{
	color: inherit;
}

.content{
	color: black;
	width: 90%;
	padding: 8% 5% 8% 5%;
	font-family: Arial, Helvetica, sans-serif;
}

.content p{
	line-height: 150%;
	text-align: justify;
	text-justify: inter-word;
}

h3{
	font-size: 120%;
	padding: 2% 0px 2% 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
}

h1{
	font-weight: bold;
	font-size: 25px;
	font-family: "Times New Roman", Times, serif;
	color: #444444;
	text-align: center;
}

#footer{
	background: #222222;
	width: 100%;
	align-self: flex-end;
	display: flex;
	align-items: center;
	flex-direction: column;
	color: #e3cb40;
	flex-wrap: wrap;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
}

#footer h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

#bottomlogo{
	width: 350px;
	height: 320px;
	padding-top: 80px;
	padding-left: 10%;
	display: none;
}

#superfooter{
	background: #111111;
	color: white;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: center;
	text-align: center;
	align-items: center;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}

#superfooter a{
	color: lightgrey;
}

#superfooter a:visited{
	color: grey;
}

@media only screen and (min-width: 501px) {
	#top{
		height: 100px;
		padding: 20px 0% 0px 0%;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}

	.content{
		font-size: 15px;
	}

	#logocrop{
		display: none;
	}

	#bannerimg{
		display: block;
		width: 400px;
		padding-bottom: 20px;
		padding-left: 80px;
	}

	#bannercontact{
		position: absolute;
		left: 270px;
		top: 79px;
	}

	#bannercontact h2{
		font-size: 11px;
		line-height: 7px;
	}

	#footer{
		flex-direction: row;
		justify-content: space-around;
		width: 80%;
		padding: 60px 10% 60px 10%
	}

	#footer p {
		font-size: 18px;
	}

	#footer h2 {
		
		font-size: 20px;
		border-bottom: 3px;
	}
}

@media only screen and (min-width: 769px){

	#navbar{
		justify-content: normal;
		font-family: Verdana, Geneva, sans-serif;
		width: 90%;
		padding-left: 10%;
	}

	#navbar a{
		width: 100px;
		font-size: 15px;
		padding: 8px 0% 8px 0%;
		font-family: Verdana, Geneva, sans-serif;
	}

	.content {
		font-size: 13pt;
		width: 70%;
		padding: 30px 15% 30px 15%;
	}

	.content p{
		line-height: 20px;
	}

	.content h1{
		font-size: 30px;
	}

	
	.content h3{
		font-size: 25px;
	}

	#top{
		height: 180px;
	}

	#bannerimg{
		width: 600px;
		padding-left: 100px;
	}

	#bannercontact{
		padding-right: 80px;
		left: 320px;
		top: 128px;
		min-width: 350px;
	}

	#bannercontact h2{
		font-size: 15px;
		line-height: 11px;
	}
}