@CHARSET "ISO-8859-1";

body #footer {
	background: #868686;
	padding-top: 1em;
	padding-bottom: 1em;
	border-top: 1em solid #555;
    margin: 0 auto;
    max-width: 1000px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.8);	
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.8);
	border-radius: 0px 0px 5px 5px;
}

#content {
	margin-left: 2em;
	margin-right: 2em;
	padding-bottom: 1em;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background: #ccc;
	min-height: 85%;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.8);	
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.8);
}

#home_slider img {
	/* margin-left: auto; */
	/* margin-right: auto; */
}

#navbar {
	font-size: 1em;
	background: #346fd5;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.8);	
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.8);
	border-radius: 5px 5px 0px 0px;
}

#navbar ul {
	list-style-type: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #313131
}

#navbar li {
	list-style-type: none;
	display: inline-block;
}

#navbar li a {
	display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
#navbar li a:hover {
    background-color: #222;
}
#navbar li.icon {display: none;}
.active {
    background-color: #4CAF50;
    color: white;
}
/* Mobile navbar stuff*/
@media screen and (max-width:1000px) {
	#navbar {
		font-size: 2.5em;
	}
	#navbar li:not(:first-child) {display: none;}
	#navbar li.icon {
		float: right;
		display: inline-block;
	}
}

@media screen and (max-width:1000px) {
	#navbar.responsive {position: relative;}
  	#navbar.responsive li.icon {
    	position: absolute;
    	right: 0;
    	top: 0;
  	}
  	#navbar.responsive li {
    	float: none;
    	display: inline;
  	}
  	#navbar.responsive li a {
    	display: block;
    	text-align: left;
  	}
}