body{
    background-color: white;
    padding-bottom: 0;
}
.l-nav{
    background-image:url(images/tuje-pozadina.jpg);
     /*background: linear-gradient(to top, rgba(99,118,16,1), rgba(176,206,50,1)); /*Standard*/ 
    width: 250px;
    height: 100%;
    background-color:;
    z-index: 4;
    position: fixed;
    margin-top:-50px;
}

.maska{
    background:rgba(255,255,255,0.5);
    width:100%;
    height:100%;
    position: absolute;
}
.maska h1{
    font-family: Cinzel;
    font-size: 33px;
    text-align: center;
    margin-top: 60px;
    color: #33261a;
    font-weight: bold;
}
.l-nav ul{
    height: 48px;
    padding: 0 20px 0 20px;
    margin-top: 90%;
}
.l-nav ul li{
    position: relative;

}

.l-nav ul li a{
    border-bottom: #33261a 1px solid;
    /* border-bottom: #637610 1px solid; */
    display: block;
    font-size: 16px;
    font-family: Cinzel;
    height: 17px;
    padding: 8px 44px 18px 44px;
    text-decoration: none;
    color: #33261a;
    text-align: center;
    transition: background-color 0.5s ease;
    background-color: ;
}

.l-nav ul li a:hover{
        background:rgba(255,255,255,0.5);
        font-weight:bold;
}
.header{
  background-color: white;
    width:100%;
    height:250px;
}
.header h1{
    font-size: 102px;
    /* margin-left: 5%; */
    font-family: Tangerine;
    /* padding-top: 0px; */
    text-shadow: 2px 2px 5px;
    position: absolute;
    left: 38%;
    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{
    margin-left: 78%;
    width: 200px;
    height: 35px;
    border-radius: 2px;
    border: 0;
    background: linear-gradient(to top, rgba(99,118,16,1), rgba(176,206,50,1)); /*Standard*/ 
    box-shadow: 2px 3px 9px black;
    font-family: Cinzel;
    color: white;
    font-size: 15px;
    cursor: pointer;
}
.trava{
    position: absolute;
    top: 120px;
    width:100%;
    height:130px;
    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{
    border-left: #637610 1px solid;
    border-right: #b0ce32 1px solid;
    height: 48px;
    padding-left: 34%;
}

.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%;
    background-color:white;
    margin:50px auto 0 300px;
    /*background: rgba(82,162,208,0.2)*/
}
.mein h2{
    font-family: Cinzel;
    font-size: 40px;
    text-align: center;
    margin-bottom: 94px;
    font-weight: bold;
}

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

.text h3{
    font-size: 25px;
    font-family: Cinzel;
    color: green;
    padding: 20px 0 0 320px;
}

.text p{
    margin:20px 10px 0 320px;
    font-family:Arial;
    color:green;
    font-size:15px;
    color:black;
    line-height: 17px;
}

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

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

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

 .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{
    border-left: #637610 1px solid;
    border-right: #b0ce32 1px solid;
    height: 48px;
    padding-left: 34%;
}

.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{
    background: rgba(150,177,39,0.6);
    padding-top:40px;
    width: 100%;
    height:95px;
    font-size: 15px;
}
.footer p{
    font-family: arial;
    text-align: center; 
}

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