*{
    font-family: 'Open Sans', sans-serif;
}
body{
    background-image: url("assets/master-background.jpg");
    background-size: cover;
    background-position: center -95px;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
}
.container{
    margin: 0 250px;
}
nav{
    width: 100%;
    margin-bottom: 20px;
    /* background: white; */
}
nav .alert{
    display: flex;
    width: 100%;
    background: #f9f9f9;
    justify-content: center;
    flex-wrap: wrap;
    font-weight: 100;
    position: fixed;
    top: 0;
    z-index: 1000;
    font-size: 15px;
}
nav .left,
nav .right{
    margin-top: 80px;
}
.clear{
    clear: both;
}
nav .alert span{
    padding: 5px 15px;
    letter-spacing: 2;
}
nav .left{
    /* width: 40%; */
}
nav .left,
nav .right{
    display: inline-flex;
    /* flex-wrap: nowrap; */
}
nav .right{
    /* position: absolute; */
    /* top: 95px; */
    float: right;
}
nav .left .logo-container,
nav .right ul li{
    height: 80px;
    align-items: center;
}
nav .logo{
    max-width: 150px;
    margin-top: 3px;
}
nav ul{
        display: inline-flex;
        list-style-type: none;
        margin-block-start: 0px;
        margin-block-end: 0px;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 0px;
}
nav ul li{
    display: inline-flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
    flex-grow: 1;
    padding: 0 15px;
    color: #0d0d0d;
    font-weight: 400;
    font-size: 17px;
}
nav a{
    text-decoration: none;
    color: #0d0d0d;
}
nav a:visited{
    color: #0d0d0d;
}
.pr-0{
    padding-right: 0px;
}
nav .right ul li a.reservation-btn{
    padding: 10px 12px;
    background: #701214;
    color: white;
    border-radius: 3px;
}
nav .right ul li a.reservation-btn:hover{
background: black;
}
nav .right ul li a.reservation-btn{
    color: white;
}

#section1{
    margin-bottom: 50px;
    height: 790px;
}
.image-container{
    max-width: 100%;
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 
    0 6px 20px 0 rgb(0 0 0 / 19%);
    /* position: absolute; */
}
.image-container img{
    max-width: 100%;
    position: absolute;
}
#section2{
    margin: 0 200px;
}
.border-top{
    border-top: .5px solid #701214;
    width: 100%;
    height: 1px;
}
.border-bottom{
    margin: 0 auto;
    border-bottom: .5px solid #701214;
    /* width: 90%; */
    margin: 0 50px;
    height: 1px;
}
h3.main{
    font-size: 28px;
    color: #701214; 
    text-align: center;
    margin: 10px 0;
}
.text-container p{
    font-size: 28px;
    font-weight: 100;
    color: #701214; 
    text-align: center;
}
.pin-stripe{
    margin: 0 160px;
    margin-top: 100px;
    height: .5px;
    background: #701214;
}
.b-container{
    text-align: center;
    margin: 0 auto;
    margin-top: -65px;
    width: 45px;
    padding: 20px;
    background: #f9f9f9;
}
.b-logo{
    margin: 0 auto;
    text-align: center;
    width: 45px;
}
#events .content{
    position: relative; 
    height: 900px;
}
.expandable{
    margin-bottom: 20px;
    scroll-margin-top: 25px;
}
#make-reservation.expandable .header-tab{
    background: #701214;
}
#make-reservation.expandable .header-tab h3 a{
    color: white;
    text-decoration: none;
}
#make-reservation.expandable .header-tab h3 a:visited{
    color: white;
}
#make-reservation.expandable .header-tab h3:after{
    display: none;
}
.expandable:hover{
    cursor: pointer;
}
.expandable .letter-spacing{
    letter-spacing: 3;
    padding: 0px 100px 15px 100px;
    text-align: center;
    line-height: 2;
}
.expandable .header-tab{
    background: #f2f2f2;
}
.expandable .content{
    background: white;
    padding: 25px;
}
.expandable .content h3{
    text-transform: lowercase;
    text-align: center;
    font-weight: 300;
    font-size: 28px;
    color: #701214;
    margin-top: 0;
}
.content:hover{
    cursor: default;
}
.content h4{
    margin-bottom: 0;
    color:#701214;
    letter-spacing: 2.5;
    font-weight: 200;
}
.content img{
    border: 15px solid #f2f2f2;
}
.content .slide-img-container:after{
    font-family: "FontAwesome";
    content: "\f101";
    font-size: 34px;
    float:right;
    margin-top: 190px;
    position: relative;
    right: 45px;
    color: #939393;
}
.next-arrow{
    width: 50px;
    margin: 0 auto;
    margin-top: 25px;
    font-size: 34px;
    color: #939393;
}
.header-tab h3{
    font-size: 32px;
    font-weight: 300;
    color: #939393;
    text-transform: lowercase;
    text-align: center;
    padding: 12px;
    margin: 0;
}
.description{
    padding: 0px 100px 25px 100px;
}
.header-tab h3:after{
    font-family: 'FontAwesome';
    content: "\f04b";
    font-size: 24px;
    float: right;
    margin-top: 12px;
}
.header-tab.open h3:after{
    transform: rotate(90deg);
}
.content.contact{
    text-align: center;
}
.content.contact p span{
    font-weight: 200;
}
.content.contact p span a{
    text-decoration: none;
}
.content.contact p span a:visited{
   color: black;
}
.content.contact p span:first-of-type{
    font-weight: 400;
}
.content.contact p span{
    padding: 7px;
    margin-bottom: 15px;
    letter-spacing: 3;
}
.mt-100{
    margin-top: 100px;
}
.slide{
    margin: 0 auto;
    text-align: center;
    position: absolute;
}
.mobile-show{
    display: none;
}
.relative{
    position: relative;
}

#section2,
#section3 {
    position: relative;
}
#section1 {
    overflow: hidden;
}
footer{
    margin-top: 100px;
    margin-bottom: 50px;
}
footer .logo-container{
    width: 100px;
    margin: 0 auto;
}
footer .logo-container img{
    max-width: 100%;
}

@media (max-width: 1515px){
    .container{
        margin: 0 100px;
    }
    br.mobile-hide{
        display: none;
    }

}

@media (max-width: 1200px){
    nav .alert span{
        letter-spacing: .5;
    }
    #guacamole iframe{
        height: 515px;
    }
    .content .slide-img-container:after{
        display: none;
    }
    .expandable .letter-spacing {
        letter-spacing: 2;
        padding: 0px 50px 15px 50px;
        line-height: 1.5;
    }
    .slide{
        left: 0;
        margin-left: 25px;
        margin-right: 25px;
    }
    .next-arrow{
        display: block;
    }
}

/* ----- Mobile -----  */
@media (max-width: 1002px){
    nav .right ul{
        display: none;
    }
    nav .menu{
        margin-top: 25px;
    }
    nav .menu:after{
        font-family:"FontAwesome";
        content: "\f0c9";
        font-size: 26px;
    }
    #section2{
        margin: 0 100px;
    }
    #guacamole iframe{
        height: 415px;
    }
    .slide-img-container img{
        max-width: 95%;
    }
    nav .right ul.open{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        position: absolute;
        z-index: 3000;
        left: 0;
        right: 0;
        top: 9;
        background: white;
        height: 100%;
        /* justify-content: center; */
        align-items: center;
        flex-grow: 0;
        margin-top: 160px;
    }
    nav ul li{
        flex-grow: 0;
    }
    nav .menu.open:after{
        z-index: 5000;
        content: "x";
        position: relative;
    }
    nav .alert{
        z-index: 4000;
    }
    .overflow{
        overflow: hidden;
    }
}

@media (max-width: 900px){
    .container,
    #section2{
        margin: 0 50px;
    }
    .letter-spacing br{
        display: none;
    }
    #events .content{
        height: 790px;
    }
}

@media (max-width: 700px){
    .container,
    #section2{
        margin: 0 25px;
    }
    #section1{
        margin-bottom: 25px;
    }
    h3.main,
    .text-container p{
        font-size: 20px;
    }
    #section3{
        margin-top: 40px;
    }
    .pin-stripe{
        margin-left: 25px;
        margin-right: 25px;
    }
    .content.contact p span{
        margin-bottom: 0;
        display: block;
        padding-bottom: 0;
    }
    .content.contact p{
        margin-bottom: 25px;
    }
    .content img {
        border: 7px solid #f2f2f2;
    }
    .expandable .letter-spacing{
        padding: 0 0 15px 0;
    }
    .expandable .letter-spacing.smaller{
        line-height: 1.3;
        letter-spacing: .5;
        font-size: 14px;
    }
    #events .content{
        height: 700px;
    }
    .next-arrow{
        font-size: 24px;
        margin-top: 15px;
    }
    .content h4{
        margin-top: 10px;
    }

}

@media (max-width: 500px){
    #guacamole iframe{
        height: 300px;
    }
    nav .alert{
        font-size: 13px;
        line-height: .9;
        padding: 5px 0;
    }
    .expandable .letter-spacing{
        line-height: 1.2;
    }
    .expandable .letter-spacing.smaller{
        line-height: 1.1;
    }
}

@media (max-width: 400px){
    #guacamole iframe{
        height: 250px;
    }

}
