body {
    background-color: #FFF8E6;
}

#barra-superior {
    float: left;
    width: 100%;
    height: 35px;
    background: #E2A41D;
}

.navbar {
    background: #003944;
}

.navbar .nav-item .nav-link {
    color: white;
    font-weight: 500;
}

.navbar .nav-item .nav-link:hover {
    color: #E2A41D;
}

#imagem-principal {
    background-image: url("../img/pousada-principal-azul.png");
    background-size: cover, cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
}

#imagem-principal h2 {
    color: white;
    font-family: "Calistoga", serif;
    font-weight: 200;
    font-style: normal;
    margin: 40px 70px 0 0;
}



#reserva {
    background: #003944;
    padding: 30px;
}

#pousada {}

#pousada h2 {
    color: #003944;
    font-family: "Calistoga", serif;
    font-weight: 200;
    font-style: normal;
}

#pousada span {
    color: #003944;
    font-weight: bold;
}

#pousada img {
    border-radius: 10px;
}

#detalhes {
    background: #003944;
    padding: 30px;
    margin-top: 20px;
}

#detalhes ul li {
    display: inline-block;
    text-align: center;
}

#detalhes ul li a {
    display: block;
    color: white;
    margin-top: 15px;
    line-height: -3;
}

#acomodacoes {}

#acomodacoes h2 {
    color: #BA5912;
    font-family: "Calistoga", serif;
    font-weight: 200;
    font-style: normal;
}

#acomodacoes h2 span {
    margin-left: 20px;
    color: #BA5912;
    font-size: 18px;
}

#acomodacoes img {
    border-radius: 8px;
}

#acomodacoes ul li {
    display: inline-block;
    padding: 0 8px;
}

#acomodacoes ul li a {
    display: inline-block;
    border: 1px solid #BA5912;
    padding: 5px;
    color: #BA5912;
    font-weight: 400;
}

#acomodacoes .box-reserva {
    background: #003944;
    border-radius: 7px;
}

#acomodacoes .box-reserva label {
    color: white;
}

#acomodacoes .box-reserva h3 {
    text-align: center;
    font-weight: bold;
    color: #E2A41D;
    font-family: "Calistoga", serif;
    font-weight: 200;
    font-style: normal;
}

input {
    border-radius: 7px;
}

.submit {
    background: #E2A41D;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 8px;
}

#detalhes ul li {
    display: inline-block;
    text-align: center;
}

#datalhes-acomodacoes {
    background: #003944;
    padding: 30px;
}

#datalhes-acomodacoes table tbody tr {
    color: white;
}

#contato {
    background: #BA5912;
}

#contato h2 {
    color: white;
    font-family: "Calistoga", serif;
    font-weight: 200;
    font-style: normal;
}

#contato p {
    color: white;
}

#depoimentos .depoimento {
    background: #003944;
    border-radius: 7px;
    padding: 20px;
    color: white;
    font-weight: 300;
}

#depoimentos span {
    color: #BA5912;
    font-weight: bold;
}

#depoimentos h2 {
    color: #BA5912;
    font-family: "Calistoga", serif;
    font-weight: 200;
    font-style: normal;
}

#rodape {
    background: #003944;
    padding: 20px;
}

#rodape span {
    color: white;
}

#rodape a {
    color: white;
}

#rodape .redes {
    display: block;
    margin-left: 20px;
}

@media only screen and (max-width: 600px) {
    #imagem-principal h2 {
        margin: 20px 30px 0 0;
    }

    #detalhes li{
        float:left;
        width:50%;
        margin-top:25px;
        display:block;
    }
}