body {
    width: 1600px;
    margin: 0 auto;
    font-family: 'Open Sans', serif;
}

p {
    font-size: 13px;
}

header {
    height: 20px;
    padding: 15px;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

header h1 {
    float: left;
    text-transform: uppercase;
    font-size: 25px;
    position: relative;
    top: -10px;
}

header nav {
    float: right;
}

header nav a {
    text-decoration: none;
    margin-left: 10px;
    color: gray;
}

#background {
    background-image: url('../img/wine-bg.jpg');
    padding: 250px 0;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
    background-blend-mode: overlay;
}

#background h2 {
    font-size: 80px;
    margin-bottom: 100px;
}

#background p {
    font-style: italic;
}

#est,
img {
    height: 700px;
}

.text-box {
    margin: 0 50px;
    width: 600px;
    padding: 200px 200px;
    text-align: center;
}

.text-box h3 {
    color: gray;
    font-size: 15px;
}

.text-box h4 {
    font-family: 'Slabo 27px', serif;
    padding: 60px 0px;
    font-weight: bold;
    font-style: italic;
    font-size: 30px;
}

.text-box,
.picture-box {
    float: left;
}

#background2 {
    background-image: url('../img/wine13.jpg');
    background-color: rgba(0, 0, 0, 0.7);
    background-blend-mode: overlay;
    color: white;
    text-align: center;
    padding: 250px 0;
}

#background2 h3 {
    font-family: 'Slabo 27px', serif;
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    padding-bottom: 100px;
}

#background2 p {
    margin: 0 100px;
}

#wine-bottles div {
    margin: 0 15px;
    width: 300px;
    text-align: center;
    padding: 0 100px;
    float: left;
}

#wine-bottles img {
    height: 300px;
}

#wine-bottles h4 {
    font-family: 'Slabo 27px', serif;
    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;
}






