body{
	background-color: white;
  
    padding-bottom: 0;
}
.header{
  background-color: white;
	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: 15px;
    font-family: Cinzel;
    padding-top: 12px;
    text-shadow: 0 0 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: 0 0 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%;
    background-color:white;
    margin:50px auto 0 auto;
}

.kontakt{
    width:900px;
    margin:50px auto 10px auto;
    background: linear-gradient(to top, rgba(99,118,16,1), rgba(176,206,50,1)); /*Standard*/ 
    height:300px;
    box-shadow: 2px 3px 9px black;
}

.kontakt h2{
    font-family: Cinzel;
    font-size: 30px;
    color: green;
    text-align: left;
    padding-top: 37px;
    border-bottom:0.1px solid green;
}

.informacije{
    width: 410px;
    height: 300px;
    float: left;
    border-right: #41391d 1px solid;
    padding: 0 20px 0 20px;
}

.informacije p{
    font-family: Cinzel;
    color: #33261a;
    padding: 26px 0 0 0;
    text-align: left;
    font-size: 18px;
}

.kon-podaci{
    width: 400px;
    height: 300px;
    border-left: 0.5px solid black;
    float: left;
    border-left: #b5d334 1px solid;
    padding: 0 20px 0 20px;

}

.kon-podaci p{
    text-align: left;
    font-family: Cinzel;
    color: #33261a;
    font-size: 18px;
    padding: 20px 0 0 0;
    line-height: 22px;
}

.tekstokvir{
    background-image: url(images/12.jpg);
    background-size: 100% 100%;
    width: 100%;
    height: 600px;
}
    .tekstokvir i{
    color:white;
    font-size:32px;
    position: absolute;
    left: 167px;
}

.tekst{
    background-color:rgba(150,177,39,0.4);
    /*background-image:url(images/ofis.jpg);*/
    background-size:100% 100%;
    height:600px;
}

#contact_form{
    padding-top:80px;
}

#contact_form p{
    color:white;
    margin-left:4%;
    font-size:50px;
    font-family:arial;
    text-shadow:3px 3px 3px black;
}

.row1{
    font-family:arial;
    font-size:15px;
    width: 30%;
    margin-left: 5%;
    color:white;
}

#name{
    background-color:transparent;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: white;
    width:100%;
    height:30px;
    color:white;
}

#name:hover{
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #bdc2c8;
    background: rgba(255,255,255,0.20);
    -webkit-transition: all 0.4s ease-in-out;
}

.row2{
    font-family:arial;
    font-size:15px;
    width: 30%;
    margin-top: -48px;
    margin-left: 40%;
    color:white;
}

#email{
    background-color:transparent;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: white;
    width:100%;
    height:30px;
    color:white;    
}

#email:hover{
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #bdc2c8;
    background: rgba(255,255,255,0.20);
    -webkit-transition: all 0.4s ease-in;
}

.row3{
    font-family:arial;
    font-size:15px;
    width: 35%;
    margin-top: 50px;
    margin-left: 5%;
    width:65%;
    color:white;
}

#message{
    background-color:transparent;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color:  white;
    width:100%;
    height:60px;
        color:white;
}

#message:hover{
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #bdc2c8;
    background: rgba(255,255,255,0.20);
    -webkit-transition: all 0.4s ease-in;
}

#submit_button{
    margin-top:30px;
    margin-left:59%;
    cursor: pointer;
    width: 11%;
    height: 33px;
    background: linear-gradient(to top, rgba(99,118,16,1), rgba(176,206,50,1)); /*Standard*/ 
    border: none;
    color: #fff;
    font-size: 15px;
    border-radius:2px;
    box-shadow:5px 5px 5px black;
}

.response-error {
    background: #F8B1B1;
    border: 1px solid #A30E0E;
    color: red;
}
.response {
    width: 96%;
    position: fixed;
    margin: 0 5px;
    padding: 5px;
    border-radius: 5px;
    z-index: 5;
    font-size: 16px;
    text-align: center;
}

.footer{
    width: 100%;
    height: 250px;
    margin-top: 0;
 }

.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{
    margin: 0 auto 0 auto;
    width: 460px;
    border-left: #637610 1px solid;
    border-right: #b0ce32 1px solid;
    height: 41px;
}

.nav2 ul li{
    border-right: #41391d 1px solid;
    border-left: #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;
}

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

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