body{
    text-align: center;
    font-family: Open Sans, sans-serif;
    background-color: #B7C4B8;
    color: #1D2A1E;
    margin: 0;
    line-height: 1.5;
}

h1{
    font-size: 60px;
    font-weight: -300
}
h2{
    color: #156373;
    font-size: 40px;
}

.título-vinho{
    color: #731536;
    font-size: 22px;
    font-style: italic;
}

.título-azul{
    color: #0B0D38;
    font-size: 22px;
    font-style: italic;
}

.título-laranja{
    color: #784416;
    font-size: 22px;
    font-style: italic;
}

p{
    font-size: 20px;
}

img{
    width: 100%;
}

section{
    width: 60%;
    margin: 0 auto;
}

section section{
    width: 100%;
    margin: 0 auto;
}

ul{
    list-style-type: none;
    line-height: 2;
    padding-left: 0;
}

a{
    color: #156373;
    font-weight: 700;
}

.menu{
    background-color:#156373;
    height: 40px;
    max-width: 65%;
    margin: 0 auto;
}

.menu a{
    color:beige;
    font-weight: normal;
    font-size: 20px;
    text-decoration: none;
}

.menu li{
    display: inline-block;
    line-height: 2;
    margin: 0 89px;
}

form{
    margin: 0 0 30px 0;
}

button{
    background-color: #156373;
    color:beige;
    border: 1px solid transparent;
    padding: 2px 20px;
    border-radius: 3px;
}