body {
    margin: 0;
}


nav {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(nav.jpg);
    width: 100%;
    /*background-attachment: ;*/
    height: 120px;


}

#fotoHilton,
#fotoBril,
#fotoTel {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 300px;
    width: 100%;

    /*background-attachment: ;*/


}

#fotoLobby {
    width: 100%;
    height: auto;
}

ul {
    margin-right: 5%;
    list-style: circle;
}



.close {
    text-align: center;
    line-height: 0.5em;
}

ul li {
    padding-left: 1.25em;
}


#logo,
#logoFooter2 {
    margin-left: 2%;
    max-height: 4.2em;
}

#logo {
    margin-left: 2%;
    max-height: 6.6em;
}


#logoFooter {
    margin-top: 1%;
    margin-bottom: 4%;
    max-height: 4.375em;
}



footer {
    /*background-color: #bc8c6b;*/
    color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: sans-serif;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(navFooter.jpg);
    width: 100%;
    /*background-attachment: ;*/
    

}
footer p{
    padding: 4px;
}
.fa-check-circle {
    color: greenyellow;
}

.fa-exclamation-circle {
    color: red;
}
