body{
	background-image: url(images/832.jpg);
    padding-bottom: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

.maska{
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    position: fixed;
    z-index: 1;
}

.header{
    background-color: #c0d07d;
    width: 100%;
    height: 250px;
    position: fixed;
    z-index: 3;
}
.header h1{
	font-size: 102px;
    /* margin-left: 5%; */
    font-family: Tangerine;
    /* padding-top: 0px; */
    text-shadow: 2px 2px 5px;
    position: absolute;
    left: 42%;
    top: 10px;

}
.header h2{
    font-size: 15px;
    /* margin-left: -94%; */
    font-family: Cinzel;
    padding-top: 12px;
    text-shadow: 1px 1px 1px black;
    position: absolute;
    top: 27px;
    left: 10px;
    color: green;
}
.header h4{
    color: green;
    font-family: Cinzel;
    font-style: italic;
    font-size: 15px;
    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: 100%;
    margin: 0px auto 0 auto;
    padding-top: 300px;
    background: rgba(4,4,4,0.7);
    z-index: 2;
}

.pod-meni{
    width: 900px;
    margin: 0 auto 0 auto;
    position: fixed;
    margin-top: -48px;;
}

.pod-meni ul{
    border-left: #637610 1px solid;
    border-right: #b0ce32 1px solid;
}

.pod-meni ul li{
    width: 178px;
    border-right: #41391d 1px solid;
    float: left;
    /* padding: 5px 0 5px 0; */
    background: linear-gradient(to top, rgba(102,125,3,1), rgba(233,248,169,1));
    text-align: center;
}

.pod-meni ul li a{
    display: block;
    /* height: 17px; */
    text-decoration: none;
    padding: 8px 8px;
    border-left: #b5d334 1px solid;
    border-right: #637610 1px solid;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
    color: #33261a;
    letter-spacing: 1px;
}

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

.text{
    border-bottom:0.5px solid black;
    width: 100%;
    height: 290px;
}

.text h2{
    padding-left: 20px;
    background: linear-gradient(to top, rgba(102,125,3,1), rgba(233,248,169,1));
    font-family: arial;
    font-size: 25px;
    margin-left: 20px;
    margin-top: 20px;
    font-weight: bold;
}

.text h3{
    font-size: 25px;
    font-family: Cinzel;
    color:#adcb31;
    padding: 22px 0 0 340px;
}

.text p{
    margin:20px 10px 0 340px;
    font-family:Arial;
    font-size:15px;
    color:white;
    line-height: 20px;
}

.text img{
    width: 300px;
    height:224px;
    margin: 23px 0 0 20px;
    float:left;
}

 .footer{
    width:100%;
    height:175px;
    background-color: white;
    position: relative;
    z-index: 3;
 }

.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*/ 
}

.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;
}