@import url(https://fonts.googleapis.com/css?family=Roboto);



body {
	background-color: white;
	font-family: 'Roboto', serif;
	background-image: url("AdobeStock_165779888.jpeg"); /*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{
				
			}
		}


@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;
			

		} 


} 


/* end nav and dropdown */




.motto {
	color: white;
	text-align: center;
	margin-top: 200px;
	font-size: 35px;
	
	
	
	/* Animation code */
	animation: fadeIn 3s;
  -webkit-animation: fadeIn 3s;
  -moz-animation: fadeIn 3s;
  -o-animation: fadeIn 3s;
  -ms-animation: fadeIn 3s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
/* end animation code */



.servbutton {
	font-size: 30px;
	font-weight: bold;
	background-color: none;
	border: 4px solid white;
	color: white;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	padding: 4px 20px;
	border-radius: 12px;
	transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
	
	
	
}

.servbutton:hover {
	color: #004a5c;
	background-color: white;
	box-shadow: 0 0 40px 40px white inset;
}

.buttonc {
	text-align: center;
}


.sec3 {
	background: #004a5c;
	margin: 200px -8px -10px -8px;
	padding-bottom: 60px;
	/*opacity: .8;*/
}

.sec3 h1 {
	color: white;
	font-size: 35px;
	padding-top: 50px;
	text-align: center;
}

.sec3 h3 {
	color: white;
	text-align: center;
}

.sec3 p {
	text-align: center;
	color: white;
	Font-size: 17px;
}

.cbdiv {
	text-align: center;
	margin-top: 30px;
}

.contactbutton {
	font-size: 20px;
	font-weight: bold;
	background-color: none;
	border: 4px solid white;
	color: white;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	padding: 4px 20px;
	border-radius: 12px;
	transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
	
	
	
}

.contactbutton:hover {
	color: #004a5c;
	background-color: white;
	box-shadow: 0 0 40px 40px white inset;
}


