html, body{
  text-align: justify;
}

#main{
  color: gray;
  min-height: 100vh;
  background: url("../images/bg.jpg"); no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-shadow: 1px 1px 3px white;
}

#title{
  font-family: 'Baloo Bhai', cursive, Sans-serif;
  font-size: 60px;
}

#subtitle{
  font-family: 'Baloo Bhai', cursive, sans-serif;
  font-size: 40px;
}

.navbar-custom{
  background-color: rgba(0,0,0,0.4);
}

.navbar-custom .navbar-brand{
  color: white;
  font-weight: bold;
  font-size: 25px;
}

.navbar-custom .navbar-nav > li > a{
  color: white;
  font-weight: bold;
  font-size: 20px;
}

.navbar-custom .navbar-brand{
}

.navbar-custom .navbar-nav > li > a:hover{
  color: white;
  background-color: rgba(0,0,0,0.3);
}

.navbar-custom .navbar-header a:hover{
  color: white;
  background-color: rgba(0,0,0,0.3);
}


.divider {
    height:60px;
}

section {
    height:400px;
    padding-top:50px;
    padding-bottom:50px;
    overflow:auto;
}

section h1{
  font-size: 60px;
  text-shadow: 2px 1px black;
}

.bg-1 {
  background: url('../images/bottles.jpg') no-repeat center center fixed;
    color:#fff;
    background-size:cover;
}
  
.bg-2 {
  background: url('../images/vineyard.jpg') no-repeat top center fixed;
    color:#fff;
    background-size:cover;
}

.bg-3 {
  background: url('../images/barrels.jpg') no-repeat bottom center fixed;
    color:#fff;
    background-size:cover;
}

.bg-4 {
  background: url('../images/trgatev.jpg') no-repeat bottom center fixed;
    color:#fff;
    background-size:cover;
}

.bg-5 {
  background: url('../images/jazz.jpg') no-repeat bottom center fixed;
    color:#fff;
    background-size:cover;
}


.left  
{  
  position: relative;
  float:left; 
  height: 100%;

}  

.right  
{  
  position: relative;
  float: right;  
  height: 100%;

}

.top{
  position: relative;
  top: 0;
  height: 100px;
  width: 100%;
  background-color: red;
}

.bottom{
  opacity: 1;
  position: fixed;
  bottom: 0;
  width: 100%;
}

#icons{
  height: 115px;
}

.icon{
  position: relative;
  height: 100%;
  width: auto;
  padding: 10px;
}

.icon:hover{
  opacity: 0.8;
}

.thumbnail{
  background-color: rgb(230,230,230);
}


@media screen and (max-width: 767px){
  #icons{
    height: 80px;
  }
}

@media screen and (max-width: 550px){
  #icons{
    height: 40px;
  }
  .icon{
    padding: 0;
  }
}
