body{
	background-color: white;
  padding-bottom: 0;
}

.header{
    background-image: url(images/01.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-image-opacity: 0.4;
    /* background: rgba(150,177,39,0.6); */
    width: 100%;
    height: 250px;
}

.naslov{
    width: 270px;
    margin-left: 13px;
    margin-top: 122px;
}

.header h2{
  font-size: 23px;
  font-family: Cinzel;
  color:green;

}

.maska{
    background:rgba(255,255,255,0.5);
    width:100%;
    height:100%;
    position: absolute;
}

.mein h1{
	  font-size: 102px;
    font-family: Tangerine;
    text-shadow: 1px 4px 9px 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:100%;
	height:1055px;
	background-color:white;
}

.text {
    background-image: url(images/loza.png);
    background-repeat: no-repeat;
    /* background: rgba(82,162,208,0.2); */
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 171px;
    height: 450px;
    /* position: absolute; */
    /* left: 23%; */
    /* top: 582px; */
    font-family: Cinzel;
    /* padding: 10px; */
    line-height: 22px;
    color: black;
    text-align: center;
    /* padding-top: 171px; */
}

.text h3{
    color: green;
    font-size: 36px;
    font-family: Cinzel;
    margin-bottom: 5px;
    margin-top: 10px;
    margin-left: 0;
    font-weight: 600;
}

.text h4{
    margin-bottom: 30px;
    font-size: 17px;
    color: black;
    font-weight: 600;
}

.text p{
    font-family: arial;
    color: #666666;
    font-size: 15px;
    margin-top: 75px;
    padding: 15px;

}

.text .buton{
    -webkit-appearance: none;
    margin: 40px auto 0 -10px;
    border: none;
    overflow: visible;
    font: inherit;
    color: #666;
    text-transform: none;
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px;
    background: rgba(0,0,0,0);
    vertical-align: middle;
    line-height: 30px;
    min-height: 30px;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    border: 1px solid #333;
    border-radius: 1px;
    font-family: Cinzel;
    font-weight: 300;
    text-transform: uppercase;

}

.meni{
    position: relative;
    margin: 185px auto 0 auto;
    width: 1037px;
    padding-top: 120px;
    height: 1100px;
    background-color: white;
}

.meni h3{
    font-size: 36px;
    color: green;
    font-family: Cinzel;
    margin-left: 38%;
    margin-bottom: 50px;
    /* text-shadow: 1px 2px 7px black; */
}

.meni p{
    font-family: arial;
    font-size: 15px;
    text-align: center;
    margin-top: 35px;
    height: 90px;
    color:#666666;
}

.buton{
    -webkit-appearance: none;
    margin: 0 auto 0 100px;
    border: none;
    overflow: visible;
    font: inherit;
    color: #666;
    text-transform: none;
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px;
    background: rgba(0,0,0,0);
    vertical-align: middle;
    line-height: 30px;
    min-height: 30px;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    border: 1px solid #333;
    border-radius: 1px;
    font-family: Cinzel;
    font-weight: 300;
    text-transform: uppercase;
    transition-timing-function: ease-out;
    transition: background-color 0.5s;

}

.buton:hover{
    background-color: #333;
    color: #fff;
    outline: none;
    text-decoration: none;
}

.box1{
    width: 330px;
    height: 280px;
    background-color: rgba(255,255,255,0.0);
    position: absolute;
    left: 0%;
 }

.col-lg-3 {
    width: 300px;
    margin-left: 15px;
    margin-top: 15px;
    height:250px;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  /*background-color: rgba(75,75,75,0.7);*/
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(48, 152, 157, 0.4);
}

.hovereffect img {
  display: block;
  position: relative;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: white;
  text-align: center;
  position: relative;
   margin-top: 145px;
   font-family: Cinzel;
   font-size: 23px;
    /* font-weight: bold; */
    padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  /* background: linear-gradient(to top, rgba(255,255,255,0.9), rgba(255,255,255,0.6)); /*Standard*/ 
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.hovereffect a.info {
  font-size:23px;
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: white;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  margin: -52px 0 0 0;
  padding: 62px 0;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}/*opis za hover efekat*/

 .box2{
    width: 330px;
    height: 280px;
    background-color: rgba(255,255,255,0.0);
    position: absolute;
    left: 34%;
 }

 .box3{
    width: 330px;
    height: 280px;
    background-color: rgba(255,255,255,0.0);
    position: absolute;
    left: 68%;
 }

 .box4{
    width: 330px;
    height: 280px;
    background-color: rgba(255,255,255,0.0);
    position: absolute;
    top: 700px;
    left: 0%;
 }

 .box5{
    width: 330px;
    height: 280px;
    background-color: rgba(255,255,255,0.0);
    position: absolute;
    top: 700px;
    left: 34%;
 }

 .box6{
    width: 330px;
    height: 280px;
    background-color: rgba(255,255,255,0.0);
    position: absolute;
    top: 700px;
    left: 68%;
 }

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

.info{
    padding-top:30px;
    background: rgba(150,177,39,0.6);
    width:100%;
    height:104px;
}

.footer h2{
    font-size: 17px;
    font-family: Cinzel;
    text-shadow: 1px 1px 1px black;
    color: green;
    float: left;
    margin-left: 30px;
    border-left: 1px solid black;
    padding-left: 10px;
    height: 68px;
}

.footer h4{
    border-left: 0.1px solid black;
    width: 320px;
    color: green;
    font-family: Cinzel;
    font-style: italic;
    font-size: 17px;
    margin-left: 34%;
    margin-top: 0px;
    text-shadow: 0 0 1px black;
    padding-left: 10px;
}

.trava2{
    width: 100%;
    height: 76px;
    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:;
}

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

.footer p{
    float: right;
    font-family: arial;
    text-align: center;
    margin: -45px 30px 0 0;
    font-size: 15px;
}

.drvo1{
  position: absolute;
  top: 1265px;
  left: 0px;
}

.drvo2{
  position: absolute;
  top: 1265px;
  left: 84%;
}

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


@media screen and (max-width: 750px) {
    body{
      min-width:320px;
    }

    .naslov{
    width: 270px;
    margin-left: 13px;
    margin-top: 148px;
}

    .header {
    /* background-image: url(images/1.jpg); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-image-opacity: 0.4;
    background: rgba(150,177,39,0.6);
    width: 100%;
    height: 250px;
  }

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

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

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

.mein h1 {
    font-size: 57px;
    font-family: Tangerine;
    text-shadow: 1px 4px 9px black;
    position: absolute;
    left: 1%;
    top: 10%;
    }

.dugme {
  display: none;
}

.text {
    background-image: none; 
    background-repeat: no-repeat;
    background: rgba(82,162,208,0.2); 
    width: 100%;
    min-width: ;
    margin-left: auto;
    margin-right: auto;
    height: 530px;
    font-family: Cinzel;
    line-height: 10px; 
    color: black;
    text-align: left;
}

.text h3 {
    color: green;
    font-size: 21px;
    font-family: Cinzel;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-left: 10px;
    font-weight: 600;
    line-height: 15px;
    }

.text p {
    font-family: arial;
    color: #666666;
    font-size: 12px;
    margin-top: 0; 
    padding: 15px;
    line-height: 14px;
    }

    .text h4 {
    /* margin-bottom: 9px; */
    font-size: 12px;
    color: black;
    font-weight: 600;
    padding-left: 10px;
  }

  .text .buton{
    -webkit-appearance: none;
    margin: 0 auto 0 19px;
    border: none;
    overflow: visible;
    font: inherit;
    color: #666;
    text-transform: none;
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px;
    background: rgba(0,0,0,0);
    vertical-align: middle;
    line-height: 30px;
    min-height: 30px;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    border: 1px solid #333;
    border-radius: 1px;
    font-family: Cinzel;
    font-weight: 300;
    text-transform: uppercase;

}

  .buton {
    -webkit-appearance: none;
    margin: 0 auto 0 20px; 
    border: none;
    overflow: visible;
    font: inherit;
    color: #666;
    text-transform: none;
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px;
    background: rgba(0,0,0,0);
    vertical-align: middle;
    line-height: 30px;
    min-height: 30px;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    border: 1px solid #333;
    border-radius: 1px;
    font-family: Cinzel;
    font-weight: 300;
    text-transform: uppercase;
  }

  .meni {
    position: relative;
    margin: 0;
    width: 100%;
    padding-top: 0;
    height: 2900px;
    background-color: white;
}

.meni h3 {
    font-size: 36px;
    color: green;
    font-family: Cinzel;
    margin-left: 0;
    padding-top: 20px;
    margin-bottom: 20px;
    }

   .box1{
    width: 330px;
    height: 280px;
    background-color: rgba(255,255,255,0.0);
 
 }
   .box2{
    width: 330px;
    height: 280px;
    background-color: rgba(255,255,255,0.0);
    position:static;
    margin-top:532px;
 }

 .box3{
    width: 330px;
    height: 280px;
    background-color: rgba(255,255,255,0.0);
     position:static ;
      margin-top:190px;
 }

 .box4{
    width: 330px;
    height: 280px;
    background-color: rgba(255,255,255,0.0);
     position:static ;
     margin-top:190px;
 }

 .box5{
    width: 330px;
    height: 280px;
    background-color: rgba(255,255,255,0.0);
     position:static ;
     margin-top:190px;
 }

 .box6{
    width: 330px;
    height: 280px;
    background-color: rgba(255,255,255,0.0);
     position:static ;
     margin-top:190px;

 }

 .drvo1{
  display: none;
 }

 .drvo2{
  display: none;
 }

 .footer {
    clear: both;
    width: 100%;
    height: 250px;
    margin-top: 50px;
    min-width:280px;
  }

  .footer h4 {
    border-bottom: 0.1px solid black;
    width: 100%;
    color: green;
    font-family: Cinzel;
    font-style: italic;
    font-size: 17px;
    margin-left: 0;
    margin-top: 0px;
    text-shadow: 0 0 1px black;
    padding: 10px;
}
.footer h2 {
    font-size: 17px;
    font-family: Cinzel;
    text-shadow: 1px 1px 1px black;
    color: green;
    float: none;
    margin-left: 0;
    border-bottom: 1px solid black;
    padding-left: 10px;
    height: 68px;
}
.info {
    padding-top: 30px;
    background: rgba(150,177,39,0.6);
    width: 100%;
    height: 300px;
}
.footer p {
    float: none;
    font-family: arial;
    text-align: center;
    margin: 30px 0 0 0;
    font-size: 15px;
}
.nav2{
  display: none;
}

