body{
    font-family: Georgia;
}
.container{
    width: 100%;
}

.navbar-brand{
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 4px;
    padding-left: 30px;
}

.navbar-default .navbar-nav>li>a{
    color: white;
}
.navbar-default .navbar-brand{
    color: white;
}

.navbar-default{
    background-color: transparent;
}
.navbar-nav a{
    text-transform: uppercase;
    color: white;
}

.dropdown:hover .dropdown-menu{
    display: block;
}
.dropdown-menu{
    background-color: #292929;
    
}
.dropdown .dropdown-menu a{
    color: #91a05c;
    }
.dropdown .dropdown-menu a:hover{
    background-color: #292929;
    color: white;
}


.background {
    background-image: url('../img/wine-bg.jpg');
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: overlay;
    text-align: center;
 }
.background div{
    opacity: 0.8;
}
.background img{
    height: 400px;
    width: auto;
    margin-top: 100px;
    
}
.background h5{
    font-style: italic;
    font-size: 20px;
    font-family: Georgia;
    font-weight: normal;
    margin-top: 50px;
}
.background p{
    font-size: 12px;
    margin: 30px 0;
}
.background i{
    padding: 0 15px;
    margin-bottom: 50px;
}

.EST-textbox {
    padding: 150px 50px;
    text-align: center;
    font-family: Georgia;
}


.EST-textbox h3 {
    color: gray;
    font-size: 15px;
}

.EST-textbox h4 {
    padding: 30px 0px;
    font-style: italic;
    font-size: 30px;
    
}
.picture-box{
   padding: 0;
   
}
.black-white{
    width: 100%;
    height: 572px;
}

.background2 {
    background-image: url('../img/wine13.jpg');
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: overlay;
    color: white;
    height: auto;
    text-align: center;
}
.bg2-textbox{
    padding: 200px 0;
    width: 80%;
    line-height: 2;
    margin: 0 auto;
}
.background2 h3 {
    font-family: Georgia;
    font-size: 30px;
    font-weight: normal;
    font-style: italic;
    margin-bottom: 30px;
}
.wine-bottles{
    padding: 0 100px;
}
.wine-bottles div {
    height: auto;
    text-align: center;
    padding-bottom: 50px;
    
}

.wine-bottles img {
    height: 500px;
}

.wine-bottles h4 {
    
    font-weight: bold;
    font-size: 20px;
    font-style: italic;
}

.wine-bottles p {
    padding: 20px 0;
    font-size: 13px;
}

.wine-bottles a {
    text-decoration: none;
    color: white;
    background: #91A05D;
    padding: 10px 15px;
}





