* {
	box-sizing: border-box;
}

@font-face {
	font-family: "Open-Sans";
	src: url("../fonts/Open_Sans/OpenSans-Regular.ttf");
	font-size: 1em;
}

html, body {
	height: 100%;
	margin:0;
	padding:0;
}

header {
	width: 100%;
	height:140px;
	background-color: rgba(255,0,0,0.3);
}

#logo {
	position: absolute;
	margin: 25px;
}

#menu ul{
	margin: 0;
}

header .container {
	position: relative;
}

section{
	width: 100%;
}

#menu-container{
	position:relative;
	top: 50%;
	transform: translate(0, -50%);
}

#menu {
	margin-left: 50%;
}

#restante{
	bottom: 50px;
	position: absolute;
}

#menu li {
	display: inline-block;
	font-family: "Open-Sans";
	margin-right:20px;
}

#menu li a{
	color: #FFF;
	font-size: 20px;
	padding: 10% 0px;
	margin-right:25px;
	text-decoration:none;
}

#menu li a:hover{
	background-color: rgba(222,0,0,0.3);
}

#banner {
	position: absolute;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#banner img{
	background-position: 10px;
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	offset-block-end: auto;
}

#restante ul li { 
	display: inline-block;
	position:relative;
	margin-right: 15px;
	margin-bottom: 5px;
	z-index: 1;
	padding: 15px;
	background-color: rgba(0, 0, 0,0.55);
}

#restante ul li a{
	text-decoration:none;
	color:#FFF;
	font-size: 15px;
	font-weight:bold;
} 

#restante ul li:hover{
	background-color: rgba(255, 0, 0,0.3);
}

#footer-bg {
	z-index: -1;
	width: 100%;
	position: absolute;
}

footer{
	height: 150px;
	border-top: 5px solid #589029;
	position: absolute;
	bottom: -10px;
	width: 100%;
	background-image: url(../img/footer-bg.jpg);
}

footer ul {
	margin-top:0;
	margin-bottom: 0; 
	margin-right:30px;
	padding: 0;
	list-style-type: none; 
	float:right;
}

footer ul li {
	color: #FFF;
	font-size: 13px;
	padding: 4px 0;
}

footer ul li a {
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
}
footer ul li.name {
	color: #a8e079;
}
footer ul li.name2 {
	color: #a8e079;
}

@media screen and (max-width: 760px){
	
}

#footer-left{
	float: left;
	padding: 0px 0px 0px 20px;
}