body{
  font:15px/1.5 "montserrat",Helvetica,sans-serif;
  padding:0;
  margin:0;
  background-color: #ffffff;

}
*,
::before,
::after{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.container{
  width:80%;
  margin:auto;
  overflow:hidden;
}
ul{
  margin:0;
  padding:0;
}
/*header**/
header{
  background:#000000;
  color:#ffffff;
  padding-top:20px;
  min-height:70px;
  border-bottom:#C7AD7C 4px solid;
}
#branding .div img{
  text-align: center;
  float: none;
  width:90px;
}
header a{
  color: #ffffff;
  text-decoration: none;
  text-transform: none;
  font-size: 16px;
}

header li{
  float:left;
  display: inline;
  padding:0 20px 0 20px;
}
header #branding{
  float:left;
  font-weight: lighter;
}
header#branding h1{
  margin:0;
}
header nav{
  float:right;
  margin-top:20px;
}
header .highlight, header .current a{
  color:#C7AD7C;
}
header a:hover{
  color:#C7B490;
}
/*showcase*/
#showcase{
  min-height: 525px;
  background-color: #000000;
  background:url('../img/showcase.jpg') no-repeat 0 -480px;
  margin-left: -80;
  text-align: center;
  color:#ffffff;
} #showcase h1{
  margin-top:10px;
  font-size: 55px;
  margin-bottom:20px;
  color:#C7AD7C;
}
#showcase p{
  font-size:20px;
  padding:-20px;
  margin: 0 0 0 0;
}
/*newsletter*/
#Onas1{
  padding: 15px;
  color:#000000;
  background:#C7AD7C;
  text-align: center;
}
#Onas{
  padding: 15px;
  color:#ffffff;
  background:#000000;
  text-align: center;
}

#Onas h1{
  text-size:40px;
  color:#C7AD7C;
}
#Onas h3{
  text-size:50px;
  color:#C7AD7C;
}
/*Kako do nas*/
#KakoDoNas{
  margin-top:20px;
  padding: 15px;
  color:#ffffff;
  background:#000000;
  text-align: center;
  hover:left;
}
#KakoDoNas h1{
  text-size:100px;
  color:#C7AD7C;

  hover:left;
}

/*Boxes*/
#boxes{
  margin-top:20px;
}
#boxes .box{
  float:left;
  width:31%;
  text-align:center;
  padding:10px;
}

#boxes .box1{
  color:#000000;
  float:left;
  width:60%;
  text-align:center;
  padding:10px;
  margin-left: 0;
  padding:0;
}
#boxes .box2{
  color:#000000;
  float:left;
  width:30%;
  text-align:center;
  padding:10px;
  margin-left: 30px;
}#boxes .box3{

  color:#000000;
  float: none;
  width:100%;
  text-align:center;

}

#boxes p{
  margin: 5 0 0 0;
}
#boxes h1{
  margin: 5 0 5 0;
}
#boxes p{
  margin: 5 0 10 0;
}

/*footer*/
footer{
  padding:15px;
  margin-top:0px;
  color:#C7AD7C;
  background-color:#000000;
  text-align: center;
}
.button_1{
  height:38px;
  background:#C7AD7C;
  border:0;
  padding-left: 20px;
  padding-right:20px;
  color:#ffffff;

}
.dark{
  padding:15px;
  background:#35424a;
  color:#ffffff;
  margin-top:10px;
  margin-bottom:10px;
  text-align:center;
}
/* Media Queries */
@media(max-width: 768px){
  header #branding,
  header nav,
  header nav li,
  #newsletter h1,
  #newsletter form,
  #boxes .box,

  #KakoDoNas h1,
  #Onas h1,
  article#main-col,
  aside#sidebar{
    float:none;
    text-align:center;
    width:100%;}
  aside#sidebar1{
      float:none;
      text-align:center;
      width:100%;
  }
}
@media(max-width:1170px){
  #boxes .box1,
  #boxes .box2,
  aside#sidebar1{
      float:none;
      text-align:center;
      width:100%;
      margin-left: 0;
  }
}

  header{
    padding-bottom:20px;
  }

  #showcase h1{
    margin-top:40px;
  }

  #newsletter button, .quote button{
    display:block;
    width:100%;
  }

  #newsletter form input[type="email"], .quote input, .quote textarea{
    width:100%;
    margin-bottom:5px;
  }
}
aside#sidebar{

  float:left;
  width:30%;
  margin-top:10px;
}
aside#sidebar1{
  float:right;
  width:30%;
  margin-top:10px;
}
aside#sidebar .quote input, aside#sidebar .quote textarea{
  width:90%;
  padding:5px;
}
.button_1:hover{
  background-color:#C7B490;
}
article#main-col{
float: left;
  width:75%;
}
/*newsletter*/
#nagovor{
  padding: 15px;
  color:#ffffff;
  background:#000000;
  text-align: center;
}
#nagovor h1{
  text-size:100px;
  color:#C7AD7C;
}
#nagovor p{
  text-size:50px;
}
*{
  margin: 0;
  padding: 0;
  font-family: arial,sans-serif;
  box-sizing: border-box;
}

.gallery-section{
  width: 100%;
  padding: 60px 0;
  background: #C7AD7C;
}

.inner-width{
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.gallery-section h1{
  text-align: center;
  text-transform: uppercase;
  color: #333;
}

.border{
  width: 180px;
  height: 4px;
  background: #333;
  margin: 40px auto;
}

.gallery-section .gallery{
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: center;
}

.gallery-section .image{
  flex: 25%;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
}

.gallery-section .image img{
  width: 100%;

  transition: 0.4s;
}
#boxes .box img{
  height:150px;
  width:150px;
}
.gallery-section .image:hover img{
  transform: scale(1.4);
}

@media screen and (max-width:960px) {
  .gallery-section .image{
    flex: 33.33%;
  }
}

@media screen and (max-width:768px) {
  .gallery-section .image{
    flex: 50%;
  }
}

@media screen and (max-width:480px) {
  .gallery-section .image{
    flex: 100%;
    height: 40%;
  }
}
#gallery li {
 height: 35px;
}
