@import url(https://fonts.googleapis.com/css?family=Roboto);



body {
	background-color: white;
	font-family: 'Roboto', serif;
	background-image:none; /*change this before upload */
	background-position: bottom;
	background-repeat: no-repeat;
	background-size:cover;
	}
	


header {
	background: white;
	margin-top: -10px;
	margin-left: -8px;
	margin-right: -8px;
	opacity: 1;
	}

header::after {
	content:'';
	display: table;
	clear: both;
} 
	

.container {
	width: 80%; 
	margin: 0 auto;
}

#logo {
	float: left;
	height: auto;
	width: auto;
	max-width: 350px;
	max-height: 350px;
	padding: 0; 
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: -30px;
	
	}

#logo:hover {
	opacity: .9
}

nav {
	float:right;
	/* margin-top: 14px; */
	
	} 

nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	
	
} 

nav li {
    display:inline-block; 
	margin-left: 70px;
	padding-top: 55px;
    position: relative; 
}

nav a {
	color: #004a5c;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold; 
	
}

nav a:hover {
	color: #6C6C6C;
}

nav a::before {
	content:'';
	display: block;
	height: 5px;
	background-color: #004a5c;
	margin-top: 5px;
	
	position: absolute; 
	top: 0;
	width: 0%;
	
	transition: all ease-in-out 200ms;
}
	
nav a:hover::before {
	width: 100%;
}

		.toggle-btn { 
			width: 35px; 
			position: absolute;
			right: 30px;
			top: 50px; 
			display: none; 
		}

		.toggle-btn span{ 
			display: inline-block;
			width: 100%;
			height: 4px; 
			background-color: #004a5c;
			float: left;
			margin-bottom: 8px;
			

		} 
		
	
		

		

		@media (max-width: 1170px) {
			.toggle-btn { 
				display: block;
			}
			
			.navmenulinks {
				display: none; 
				width: 100%;
				
			}
			
			.navmenu {
				flex-direction: column;
				align-items: flex-start; 
				float: none; 
		
				
			}
			
			.navmenulinks ul {
				width: 100%;
				flex-direction: column;
			}
			
			.navmenulinks li {
				text-align: center;
				display: block;
				padding-top: 20px;
				padding-bottom: 20px;
				margin-left: -100%;
				margin-right: -100%;
				background-color: transparent;
				
				
			}
			
			.navmenulinks.active {
				display: flex;
			} 
			
			nav a:hover::before {
				display:none;
			}
			
			nav a{
				
			}
			
			
		}





.aboutsmall {
	display: none; 
	background:#004a5c;
	margin-left: -8px;
	margin-right: -8px;
	
}

.aboutsmall h1 {
	color: white;
	font-size: 30px;
	text-align: center;
	padding-top: 20px;
	
}

.aboutsmall p {
	color: white;
	font-size: 20px;
	text-align: center;
	padding-bottom: 20px;
}


@media (max-width: 450px) { 

	#logo {
		float: left;
		height: auto;
		width: auto;
		max-width: 200px;
		max-height: 200px;
		padding: 0; 
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: -20px;
	
	}

	.toggle-btn { 
			width: 28px; 
			position: absolute;
			right: 10px;
			top: 34px; 
			
		}
		
	.toggle-btn span{ 
			display: inline-block;
			width: 100%;
			height: 3px; 
			background-color: #004a5c;
			float: left;
			margin-bottom: 5px;
			

		} 


} 







.about1 h1{
	font-size: 30px;
	color: white;
	
}



.about1 p { 
	font-size: 20px;
	color: white;
	margin-right: 20px;
}

.about2 {
	text-align: center;
	margin-top: -350px;
	margin-left: 400px;
}

.about1 img {
	max-height: 450px;
	max-width: 450px;
	display: block;

	
}

.about3 {
	background: #004a5c;
	object-fit: contain;
	margin-left: -10px;
	margin-right: -8px;
}


.missionvision {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: auto;
	text-align: center;
	margin-top: 200px; 
	
}

.mission_box {
	background: white;
	width: 500px;
	height: 300px; 
	margin-bottom: -100px;

	
}

.vision_box {
	background: white;
	width: 500px;
	height: 300px;

	
}

.missionvision h1 {
	color: #004a5c;
	font-size: 32px;
	margin-top: 10%;
	text-decoration: underline;
}

.missionvision p {
	color: #004a5c;
	margin-top: 4%;
	font-size: 22px;
	font-weight: bold;
}


		@media (max-width: 1130px) {

	
			.about1 {
				display: none;
			} 
			
			
			.aboutsmall {
				display: block;
			} 
			
	
			.missionvision {
				margin-top: 60px;
			}
	
	
		} 
