html {
    box-sizing: border-box;
    display: block;
    
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
.clear::after {
    clear: both;
}
.clear::before,
.clear::after {
    display: block;
    content: "";
}
.pgs-list.display {
    display: block;
}
h1, h2, h3, h4, p, a, div, ul, li {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;

}
img {
  vertical-align: top;
  width: 100%;
}
ul {
    list-style: none;
}
body{
    padding: 0;
    margin: 0;
    font-family: "Montserrat", serif;

}
main a{
    display: inline;
}
.display-button{
    cursor: pointer;
    width: 115px;
    padding: 10px 12px 13px 12px;
    margin-right: 5%;
    text-align: right;
    float: left;
    margin-left: 3%;

}


.display-button span{
    background: #000;
    display: block;
    height: 3px;
    margin-bottom: 4px;
    width: 25px;
    text-align: right;
}

.logo{
    width: 100px;
    margin: 30px auto;
}
.nav-list{
    width: 90%;
    margin: 0 auto;
    display: none;
}
.nav-list.show{
    display: block;
}
.nav-list li{
    border-bottom: 1px solid #eaeaea;
    display: block;
    font-size: 11px;
    padding: 9px 0;
    position: relative;
    text-transform: uppercase;
    letter-spacing: .32em;
    line-height: 17px;
    font-weight: 400;
}
.nav-list a{
    display: block;
    color: #0f0f0f;

}
.photo{
    background: url(/images/Header_Home.jpg);
    height: 400px;
    background-size: cover;
    background-position: center
}
.photo2{
    background: url(/images/Header_Resa.jpg);
    height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.line{
    width: 50px;
    height: 1px;
    background-color: #cdcdcd;
    margin: 10px auto;
}
.unu {
    text-align: center;
    width: 80%;
    margin: 30px auto;
    max-width: 350px;
}
.unu h3{
    color: #303030;
    font-size: 13px;
    line-height: 2em;
    letter-spacing: .22em;
    font-weight: 500;
    text-transform: uppercase;
}
.unu p{
    font-size: 14px;
    line-height: 26px;
    color: #5e5e5e;
    font-weight: 300;
}
.wrap{
    width: 80%;
    margin: 0 auto;
}
.reservation{
    text-align: right;
    background: url(/images/Banner-1.jpg);
    background-attachment: fixed;
    color: #fff;
    padding-top: 80px;
    padding-bottom: 150px;
    background-position: 50% -30px;
}
.reservation h1{
    font-size: 50px;
    padding-top: 50px;
}
.reservation h2{
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 17px;
}
.reservation h3{
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    padding-top: 30px;
    cursor: pointer;
}
.avis{
    text-align: center;
    padding-top: 80px;
}
.avis h2{
    font-weight: 700;
    font-size: 100px;
    color: #0f0f0f;
    line-height: 1em;
    margin-bottom: -6px;
}
.avis h3{
    color: #0f0f0f;
    letter-spacing: .22em;
    text-transform: uppercase;
    font-weight: 500;
}
.avis p{
    color: #5e5e5e;
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
    margin: 20px 0 33px;
    padding: 0 8%;
}

footer{
    background: url(/images/Footer-2.jpg);
    color: #eaeaea;
    padding-top: 70px;
    background-size: cover;
}
.about h2{
    font-size: 13px;
    line-height: 2em;
    letter-spacing: .22em;
    font-weight: 500;
    text-transform: uppercase;
}
.about p{
    font-size: 14px;
    line-height: 26px;
    margin-top: 20px;
}
.about{
    width: 90%;
    margin: 0 auto;
    padding-bottom: 150px;
}
.left-foot{
    background-color: #00000088;
    padding-top: 20px;
    padding-bottom: 20px;
}
.left-foot p{
    text-transform: uppercase;
    padding-top: 20px;
    font-size: 12px;
    letter-spacing: 2px;
    cursor: pointer;
}
.pup{
    width: 90%;
    margin: 0 auto;
}
.topbar{
    background-color: #fff;
    padding-bottom: 2px;
}
.logo2{
    display: none;
}
.head{
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.head h1{
font-size: 60px;
}
.head h2{
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 20px;
    font-size: 18px;
    letter-spacing: 2px;
}

.second {
    width: 80%;
    margin: 0 auto;
    max-width: 900px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.second h2{
font-size: 70px;
}
.second h3{
    font-weight: 300;
}

.second p{
    font-size: 14px;
    line-height: 26px;
    color: #5e5e5e;
    font-weight: 300;
    padding-top: 20px;
}

@media (min-width:992px){
.photo {
    height: 100vh;
    background-position: bottom;
}
.photo2 {
    height: 90vh;
    background-position: bottom;
}
.unu{
    display: inline-block;
    margin: 30px;
}
.container{
    width: 80%;
    max-width: 1250px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
.avis{
    max-width: 1000px;
    margin: 0 auto;
}
.pup{
    max-width: 1250px;
}
.about{
    max-width: 1250px;
}

}

@media (min-width:1024px){
.display-button{
    display: none;
}
.logo{
display: none;
}
.logo2{
    display: block;
}
.topbar{
    background-color: transparent;
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
}
.nav-list{
    display: inline-flex;
    float: right;
    width: 600px;
}

.logo2{
    float: left;
}
.photo {
    height: 100vh;
    background-position: bottom;
    background-size: 120%;
}
.photo2 {
    background-position: bottom;
    background-size: 120%;
}
.nav-list li{
    font-size: 14px;
    padding: 10px 20px ;
    border-bottom: none;
}
.current a{
    color: #fff;
}
.left-foot p{
    float: right;
}
.second a{
    color: #fff;
}


}