body{
	background-color: white;
    padding-bottom: 0;
}
.header{
    background: rgba(150,177,39,0.6);
	width:100%;
	height:250px;
}
.header h1{
	font-size: 102px;
    font-family: Tangerine;/
    text-shadow: 2px 2px 5px;
    position: absolute;
    left: 39%;
    top: 30px;

}
.header h2{
    font-size: 19px;
    font-family: Cinzel;
    text-shadow: 1px 1px 1px black;
    position: absolute;
    top: 73px;
    left: 10px;
    color: green;
}
.header h4{
    color: green;
    font-family: Cinzel;
    font-style: italic;
    font-size: 18px;
    margin-left: 78%;
    margin-top: 18px;
    text-shadow: 1px 1px 1px black;
}

.dugme{
    text-align: center;
    padding: 9px 0 9px 0;
    margin-left: 78%;
    width: 200px;
    border-radius: 2px;
    border: 0;
    background: linear-gradient(to top, rgba(99,118,16,1), rgba(176,206,50,1));
    box-shadow: 2px 3px 9px black;
    font-family: Cinzel;
    cursor: pointer;
}

.dugme a{
    text-decoration: none;
    color: white;
    font-size: 15px;
}

.trava{
    position: absolute;
    top: 135px;
    width: 100%;
    height: 76px;
    background-image: url(images/green.png);
}

.nav{
    box-shadow:2px 2px 12px black;
    z-index:2;
    position: absolute;
    top: 210px;
    width:100%;
    height: 40px;
    background: linear-gradient(to top, rgba(99,118,16,1), rgba(176,206,50,1)); /*Standard*/ 
}

.nav ul{
    margin: 0 auto 0 auto;
    width: 526px;
    border-left: #637610 1px solid;
    border-right: #b0ce32 1px solid;
    height: 40px;
}

.nav ul li{
    border-right: #41391d 1px solid;
    float: left;
    position: relative;
}

.nav ul li a{
    border-left: #b5d334 1px solid;
    border-right: #637610 1px solid;
    display: block;
    font-size: 19px;
    font-family:  Cinzel;
    height: 17px;
    padding: 8px 44px 15px 44px;
    text-decoration: none;
    color: #33261a;
}

.nav ul li a:hover{
        background-color: #b4d333;
}

.mein{
    position: relative;
    width: 900px;
    height: 700px;
    /* background: rgba(82,162,208,0.2); */
    margin: 50px auto 0 auto;
}

.mein h3{
    font-family: Cinzel;
    font-style: italic;
    color: green;
    margin-top: 22px;
}

.mein h5{
    color: green;
    font-family: Cinzel;
    font-size: 20px;
    position: absolute;
    left: 520px;
    top: 162px;
    font-weight: bold;
}

.mein p{
    margin-top: -476px;
    margin-left: 22px;
    font-family: Arial;
    color: green;
    line-height: 20px;
    font-size: 15px;
    padding: 20px;
    text-align: center;
}

.footer{
    width:100%;
    height:250px;
    background-color: white;
    margin-top: 100px;
 }

.trava2{
   width: 100%;
    height: 75px;
    background-image: url(images/green.png);
}

 .nav2{
    box-shadow:2px 2px 12px black;
    z-index:2;
    width:100%;
    height: 40px;
    background: linear-gradient(to top, rgba(99,118,16,1), rgba(176,206,50,1)); /*Standard*/ 
    margin-bottom:0;
}

.nav2 ul{
    width: 526px;
    border-left: #637610 1px solid;
    border-right: #b0ce32 1px solid;
    height: 40px;
    margin: 0 auto 0 auto;
}

.nav2 ul li{
    border-right: #41391d 1px solid;
    float: left;
    position: relative;
}

.nav2 ul li a{
    border-left: #b5d334 1px solid;
    border-right: #637610 1px solid;
    display: block;
    font-size: 19px;
    font-family:  Cinzel;
    height: 17px;
    padding: 8px 44px 15px 44px;
    text-decoration: none;
    color: #33261a;
}

.nav2 ul li a:hover{
    background-color: #b4d333;
}

.autor{
    width: 100%;
    height: 85px;
    background: rgba(150,177,39,0.6);
    padding-top: 50px;
}
.footer p{
    font-family: arial;
    text-align: center; 
}

.footer a{
    text-decoration: none;
    color:green;
    font-style: italic;
}

.footer a:hover{
    background-color:white;
}