@media only screen and (max-width: 700px) {
		.slicknav_menu {
		top:0em;
	display: inline-block;
	margin-left:40%;
	background:#036;	
}
#navbar {
	position:relative;
	background:	#869eae;
	width:100%;
	margin-left:0;
}
#logo {
		position:relative;
		
			width:60%;
			margin-left:20%;
			margin-top:2em;
			
			z-index:2;
		}
	#navList {
		display:none;	
	}
		}
	
	@media only screen and (min-width: 701px) and (max-width: 949px){
						.slicknav_menu {
		display: none;	
	}
	#logo {
		position:relative;
		float:left;
			width:300px;
			bottom:1.4em;
			z-index:2;
		}
	#navbar {
		width:100%;
		height:74px;
		position:relative;
		background:#869eae;
		top:2em;
		border-bottom:2px dashed #006699;
		border-top:2px dashed #006699;	
	}
		#navList {
			
			position: relative;
			text-align:center;
			
			margin:0;
			padding-top:1.3em;
			
				
		}
		#navList li {
			display: inline;
			margin-right:1em;
				
		}
		#navList li a {
			text-decoration:none;
			color:#000000;
			font-size: 130%;	
			font-family: 'Amita', cursive;
			color:#333;
			display:inline-block;
		}
		#navList li a:hover {
			text-decoration:underline #06C;	
		}
		#navList li a.active {
			text-decoration:underline #036;
		}
	
	}
	@media only screen and (min-width: 950px) and (max-width: 1199px){
						.slicknav_menu {
		display: none;	
	}
	#logo {
		position:relative;
		float:left;
			width:300px;
			bottom:1.4em;
			z-index:2;
		}
	#navbar {
		width:100%;
		height:74px;
		position:relative;
		background:#869eae;
		top:2em;
		border-bottom:2px dashed #006699;
		border-top:2px dashed #006699;	
	}
		#navList {
			
			position: relative;
			text-align:center;
			
			margin:0;
			padding-top:1.3em;
			
				
		}
		#navList li {
			display: inline;
			margin-right:1em;
				
		}
		#navList li a {
			text-decoration:none;
			color:#000000;
			font-size: 130%;	
			font-family: 'Amita', cursive;
			color:#333;
			display:inline-block;
		}
		#navList li a:hover {
			text-decoration:underline #06C;	
		}
		#navList li a.active {
			text-decoration:underline #036;
		}
			}
	@media only screen and (min-width: 1200px) {
		
					.slicknav_menu {
		display: none;	
	}
	#logo {
		position:relative;
		float:left;
			width:400px;
			bottom:2em;
			z-index:2;
		}
	#navbar {
		width:100%;
		height:94px;
		position:relative;
		background:#869eae;
		top:2em;
		border-bottom:2px dashed #006699;
		border-top:2px dashed #006699;	
	}
		#navList {
			
			position: relative;
			text-align:center;
			
			margin:0;
			padding-top:1.1em;
			
				
		}
		#navList li {
			display: inline;
			margin-right:3em;
				
		}
		#navList li a {
			text-decoration:none;
			color:#000000;
			font-size: 190%;	
			font-family: 'Amita', cursive;
			color:#333;
			display:inline-block;
		}
		#navList li a:hover {
			text-decoration:underline #06C;	
		}
		#navList li a.active {
			text-decoration:underline #036;
		}
		
	}