/* RESET CSS ////////////////////////////////////////// */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    
}

/* FONTS /////////////////////////////////////////////// */

/* app font */
@font-face {
    font-family: "AppFont";
    src: url(fonts/Attractive-Regular.otf);
}

/* restaurant 1 fonts */
@font-face {
    font-family: "Rest1FontTitle";
    src: url(fonts/HammersmithOne.ttf);
}

@font-face {
    font-family: "Rest1FontBody";
    src: url(fonts/Quicksand-Regular.otf);
}

@font-face {
    font-family: "Rest1FontBodyBold";
    src: url(fonts/Quicksand-Bold.otf);
}

/* restaurant 2 fonts */
@font-face {
    font-family: "Rest2FontTitle";
    src: url(fonts/AvenirNext.ttc);
}

@font-face {
    font-family: "Rest2FontBody";
    src: url(fonts/Exo-Light.otf);
}

@font-face {
    font-family: "Rest2FontBodyBold";
    src: url(fonts/Exo-Medium.otf);
}

/* restaurant 3 fonts */
@font-face {
    font-family: "Rest3FontTitle";
    src: url(fonts/Gotham-Medium.ttf);
}

@font-face {
    font-family: "Rest3FontBody";
    src: url(fonts/FiraSans-Light.ttf);
}

@font-face {
    font-family: "Rest3FontBodyBold";
    src: url(fonts/FiraSans-Medium.ttf);
}

/* GENERAL APP STYLES /////////////////////////////////// */

body {
    font-size: 12px;
    overflow: hidden;
}

main {
    position: absolute;
    width: 293px;
    height: 530px;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.5);
    display: none;
}

#menu header {
    width: 293px;
    height: 60px;
    position: absolute;
    top: 0;
}

#landing header {
    width: 293px;
    height: 60px;
    position: absolute;
    top: 0;
}

section {
    position: absolute;
    width: 293px;
    height: 480px;
    background: #FFF;
    overflow-y: auto;
    overflow-x: hidden;
    overflow-y: scroll;
}

section::-webkit-scrollbar {
    display: none;
}

/* Hiding scrollbar for IE, Edge and Firefox */
section {
  scrollbar-width: none;  /* Firefox */
  -ms-overflow-style: none;  /* IE and Edge */
}



footer {
    width: 293px;
    height: 60px;
    position: absolute;
    bottom: 0;
}

/* SPLASH SCREEN ////////////////////////////////////////// */

#splash {
    background-image: url(../img/welcome_img.png);
    background-size: cover;
    display: flex;
    justify-content: center;
}

#splash img {
    margin: 60% 50%;
    width: 180px;
    height: 110px;
}


/* LANDING SCREEN ///////////////////////////////////////// */

#landing {
    font-family: sans-serif;
    background-image: url(../img/list_img.png);
    background-size: cover;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

#landing header {   
    height: 200px;
    font-size: 13px;
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #FFF;

}

#landing header img{
    margin: 100px 40% 0;
    width: 57px;
    height: auto;
}

.to{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

h2{
    font-weight: bold;
    margin-top: 20px;
}


.crispy, .ceviche, .vine{
    width: 265px;
    height: auto;
    margin-top: 10px;
    margin-left: -5px
}

.fine-dining {
    position: absolute;
    right: -8px;
    top: 15px;
}

.casual-dining {
    position: absolute;
    left: -8px;
    top: 15px;
}

.fast-food-dining {
    position: absolute;
    right: -8px;
    top: 15px;
}

.logs{
    align-items: center;
    margin: 45% 4% 0 6%;
}

/* MENU ////////////////////////////////////////////// */

#menu {
    background-image: url(../img/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    font-family: sans-serif;
    padding-top: 40px;
    color: #E9E8E0;
    display: none;
}

#menu header {
    color: #FFF;
    font-size: 18px;
    line-height: 100%;
}

.menu-btn {
    padding: 20px;
    margin-bottom: 5px;
    border-bottom: solid 1px #000;
    font-size: 18px;
    line-height: 100%;
    color: #FFF;
    font-size: 14px;

}

.menu-btn img {
    width: 25px;
    height: auto;
    float: left;
    margin-right: 7px;
}

.menu-btn span {
    display: block;
    margin-top: 2px;
}

.contact-icon {
    margin-top: 3px;
}

/* SHARED RESTAURANT /////////////////////////////////// */

/* header/footer */

.hre1{
    width: 100%;
    height: 180px;
    background-image: url(../img/ceviche_h_header.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.hree{
  width: 100%;
  height: 180px;
}

/*.hre1 .logo{
    margin: 85px 30% 0 30%;
}*/

.hre1 .res{
    color: #fff;
    margin: 20px 120px 0px 0px;

}

.hre1 .logo{
    width: 30%;
    margin-top: 60px;
}


.hamburger {
    width: 40px;
    height: 35px;
    position: absolute;
    z-index: 7;
    padding: 15px 0 0 15px;
}

.hamburgermenu {
    width: 40px;
    height: 35px;
    position: absolute;
    z-index: 7;
    padding: 15px 0 0 15px;
}
/* 
.logo {
    width: 30%;
    height: auto;
    padding: 0px auto 0px auto;
    border: 1px solid red;

} */

/* 
.logocont {
    width: 40%;
    height: auto;
    margin: 100px auto 0 90px;
} */

.hre3{
    width: 100%;
    height: 170px;
    background-image: url(../img/menu_header.png);
    background-repeat: no-repeat;
    background-size: cover;


}

.res3{
    margin: 0px 0 0 15px;
    color: #fff;
    padding-top: 145px;


}

.res2{
    padding-top: 155px;
    margin: 0px 0 0 15px;
    color: #fff;
}

footer {
    width: 100%;
    height: 50px;
    background-color: #FFF;
    border-top: .25px solid black;
}

footer img {
    height: 30px;
    width: auto;
}

h3{
    font-size: 12px;
    font-weight: bold;
    font-family: sans-serif;
    margin-bottom: 10px;
}

 .aboutus{
    background-image: url(../img/confirm.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 375px;
    height: 667px;
    font-family: sans-serif;
    font-size: 14px;
    
  }

  #contactus{
    background-image: url(../img/about.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 375px;
    height: 667px;
    font-family: sans-serif;
    font-size: 14px;
  }

  .aboutus{
    width: 100%;
    height: 667px;
  }

  .aboutus p{
    width: 85%;
    height: auto;
    font-size: 15px;
    color: #edebe4;
    font-family: sans-serif;
    margin: 80px 10px 0 20px;
  }

  .confirmed{
    background-image: url(../img/confirm.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 500px;
    color: #000;
    font-family: sans-serif;
   
}

.con{
    width: 100%;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tic{
  width: 12%;
  height: auto;
  margin-left: 130px;
}

.textt{
    font-family: sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff ;
  margin: 20px 0 0 30px;
}

#rest2 .confirmed .textt{
  margin: 20px 0 0 30px;

}

#rest3 .confirmed .textt{
  margin: 20px 0 0 30px;

}

.cont{
    width: 70%;
    height: auto;
    display: flex;
    text-align: start;
    font-size: 13px;
    margin-left: 20px;
    margin-top: 20px;
}

#contactus .conttext{
    margin: 30px 10px 0px 20px;

}

#contactus .logo{
    width: 40%;
    height: auto;
    margin: 80px 20px 0 65px;
}

#contactus h3{
    color: #ffffff;
    font-size: 12px;
}

#contactus h2{
    color: #E9E8E0;
    font-size: 14px;
}

.socials{
    width: 88%;
    height: 70px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 40px;
    margin-left: 6px;
}

.so{
    width: 12%;
    height: auto;
    margin-right: 25px;
}

.menu-container{
    width: 100%;
    height: auto;
}

#menu .logo{
    width: 45%;
    height:auto;
    margin: 0 40px 30px 60px;
}

#rest3 .tital1{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-left: 15px;
}

#rest2 .tital1{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-left: 15px;
}

#rest1 .tital1{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-left: 15px;
}

.menu-container .group{
    width: 100%;
    height: auto;
  
}

.menulist{
    width: 100%;
    height: 390px;
    padding-top: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.m1, .m2, .m3{
    width: 45%;
    height: 115px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.m1 img{
    width: 45%;
    height: 115px;
}

.m2 img{
    width: 45%;
    height: 115px;
}

.m3 img{
    width: 45%;
    height: 115px;

}

.line{
    height: .25px;
    width: 220px;
    margin-left: 80px;
    margin-top: 12px;
    padding-right: 25px;
    float: right;
    position: absolute;
}

.linee{
    height: .25px;
    width: 210px;
    margin-left: 90px;
    margin-top: 12px;
    padding-right: 25px;
    float: right;
    position: absolute;
}

.line1{
    height: .25px;
    width: 197px;
    margin-left: 80px;
    margin-top: 10px;
    padding-right: 15px;
    float: right;
    position: absolute;
}

.line12{
    height: .25px;
    width: 183px;
    margin-left: 95px;
    margin-top: 10px;
    padding-right: 15px;
    float: right;
    position: absolute;
}

.line2{
    height: .25px;
    width: 270px;
    padding-left: 45px;
    margin-top: 10px;
    padding-right: 10px;
    float: right;
    position: absolute;
}

#rest3 .line2{
    height: .25px;
    width: 272px;
    padding-left: 95px;
    margin-top: 10px;
    padding-right: 10px;
    float: right;
    position: absolute;
}

#rest3 .line1{
    height: .25px;
    width: 232px;
    margin-left: 45px;
    margin-top: 10px;
    padding-right: 15px;
    float: right;
    position: absolute;
}

.line11{
    height: .25px;
    width: 180px;
    margin-left: 95px;
    margin-top: 10px;
    padding-right: 15px;
    float: right;
    position: absolute;
}



.all{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 95%;
    height: auto;
    align-items: center;
    border: 2px solid white;
    margin: 3% auto;
}

.menu-icon{
    margin-right: 30px;
}

.home{
    margin-top: 0px;
    width: 100%;
    height: auto;
    background-color: #fff;
}

.tital{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    padding-top: 12px;
}



.tital1 h1{
    font-size: 12px;
    font-weight: bold;
    font-family: sans-serif;
}

.tita5{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    padding-top: 12px;
}

.tital2{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-left: 15px;
}

.tital5 .line{
    width: 220px;
    margin-left: 80px;
    margin-top: -13px;
}

.tital2 h1{
    font-size: 12px;
    font-weight: bold;
    font-family: sans-serif;
}

.about{
    margin-top: 10px;
}

.home-icon{
    left: 0;
    padding: 0;
}

.home-icon, .specials-icon, .reservations-icon {
    transition: all 1s;
}

/* general section */
.section-container {
    text-align: left;
    overflow: hidden;
    color: #000;
}

/* home section */
.history {
    text-align: left;
    display: flex;
}

.tital .line{
    width: 210px;
    margin-left: 90px;
}

.home p{
    font-family: sans-serif;
    font-size: 12px;
    font-weight: lighter;
    padding-left: 15px;
    padding-right: 15px;
    text-align: justify;
}


/* general specials/reservations !!!!!!!!!*/
.section-banner {
    text-align: center;
    font-size: 30px;
    padding-top: 150px;
}

.hre2{
    width: 100%;
    height: 180px;
    background-image: url(../img/special_ceviche.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.up{
    width: 100%;
    height: auto;
    background-color: #FFF;
    position: sticky;
    top: 50px;
}

.hre4{
    width: 100%;
    height: 180px;
    top: 0;
    margin: 0;
    background-image: url(../img/crispy_h_header.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.hre4 .logo{
    margin: 60px 0 0 0;
    width: 25%;
    height: auto;
}

.hre4 .res{
    color: #fff;
    margin: 20px 120px 0px 0px;
}


.hre5{
    width: 100%;
    height: 180px;
    top: 0;
    margin: 0;
    background-image: url(../img/special_crispy.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.hre5 .res{
    color: #fff;
    padding-top: 150px;
    padding-left: 15px;

}

.hre6{
    width: 100%;
    height: 180px;
    top: 0;
    margin: 0;
    background-image: url(../img/menu_c_header.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.hre6 .res{
    color: #fff;
    padding-top: 150px;
    padding-left: 15px;

}

.hre7{
    width: 100%;
    height: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(../img/vine_h_header.png);
}

.hre7 .res{
    color: #fff;
    margin: 45px 130px 0px 0px;

}

.hre7 .logo{
    width: 30%;
    margin-top: 50px;
}



.hre8{
    width: 100%;
    height: 180px;
    top: 0;
    margin: 0;
    background-image: url(../img/menu_v_header.png);
    background-repeat: no-repeat;
    background-size: cover;
}


.hre8 .res{
    color: #fff;
  padding-top: 153px;
  padding-left: 15px;

}


.hre9{
    width: 100%;
    height: 180px;
    top: 0;
    margin: 0;
    background-image: url(../img/menu_v_header.png);
    background-repeat: no-repeat;
    background-size: cover;
   
}

.hre9 .res{
    color: #fff;
    padding-top: 150px;
    padding-left: 15px;
}


/* specials section */
.specials .section-container {
    border-top: none;
}

.night-container {
    height: auto;
    max-width: 100%;
    overflow: auto;
    border-bottom: solid 1px #000;
}

.night-container:first-child {
    margin-top: 0;
}

.night-container:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.night-container div:first-child {
    margin-right: 10px;
}

.night-container:nth-child(2) {
    flex-direction: row-reverse;
}

.night-container:nth-child(2) div:first-child {
    margin-right: 0;
}

.night-container h2 {
    font-size: 14px;
}

.night-container p {
    margin-top: 10px;
    margin: 0;
}

.sub {
    font-size: 20px;
    margin: 0;
}

.night-container ul {
    font-size: 12px;
    padding-left: 15px;
    margin-top: 5px;
}

.alt-img {
    float: right;
    margin: 0;
    margin-left: 10px;
}

/* reservations section */
.reservations .section-container {
    border-top: none;
    text-align: left;
    padding: 10px 0 0 0;
}

.reservations h2 {
    margin-top: 10px;
}

label {
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 15px;
}

input, select, textarea {
    padding: 5px;
    border: solid 1px;
    width: 85%;
    color: #666;
    background: #FFF;
    margin-left: 20px;
}

select, textarea{
    font-size: 8px;

}

.reserve {
    border-color: #FFF;
    color: #FFF;
    font-size: 14px;
    margin-top: 15px;
}


input[type=text], select, textarea {
    width: 85%; 
    border: 0;
    padding: 0;
    z-index: 1;
    background-color: transparent;
    border-bottom: .2px solid rgb(27, 27, 27);
    margin-top: 5px; 
    margin-bottom: 20px; 
    resize: vertical; 
    font-size: 12px;
    padding-right: 15px;
    margin-left: 20px;
  }
  

  input[type=submit] {
    color: #fff;
    padding: 10px 0;
    cursor: pointer;
    width: 180px;
    height: 50px;
    margin: 0 18% 15px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid black;
    font-size: 14px;
  }

  input[type=submit]:hover {
    background-color: #000000;
    color: #E9E8E0;
    text-align: center;
  }

  .reservations iframe{
    height: 180px;
    width: 100%;
  }

  .reservations .address{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .address p{
    font-family: sans-serif;
    font-size: 8px;
    padding-left: 10px;
    padding-right: 15px;  
    padding-bottom: 10px;  

  }

  .address label, .address input{
    padding-left: 10px;
    padding-right: 10px;
  }

/* RESTAURANT 1 ////////////////////////////////////// */

/* general */
#rest1 {
    font-family: sans-serif;
    width: 100%;
    background-color: #ffffff;    
}


/* general section */
#rest1 .section-container {
    border-bottom-color: #000000;
}

#rest1 .profile-bold {
    font-family: sans-serif;
}

#rest1 header {
    width: 100%;
    height: 50px;
    padding: 0;
    z-index: 5;
    position: absolute;
}

#rest1 h3{
    padding-left: 15px;
}

#rest1 footer {
    background: #fff;
}

#rest1 .home-icon {
    margin-left: 0px;
}


#rest1 .specials-icon {
    margin-left: 30px;
    margin-right: 25px;
}


#rest1 h2 {
    font-family: sans-serif;
    font-size: 16px;
    position: absolute;
}

#rest1 .hours h2 {
    color: #000000;
    border-bottom-color: #000000;
}

#rest1 .hours p {
    color: #000000;
}

/* general specials/reservations */
#rest1 .specials header {
    font-family: sans-serif;
    top: 0;
    padding: 0;
    position: absolute;
    z-index: 5;
}

/* specials */
#rest1 .night-container {
    width: 140%;
    display: flex;
    flex-direction: column;
    overflow-x: scroll;
}


#rest1 .night_first, .night_second, .night_third{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 10px;
}

.night-container::-webkit-scrollbar {
    display: none;
}

.night-container{
    scrollbar-width: none;  /* Firefox */
  -ms-overflow-style: none;  /* IE and Edge */
}

.three{
    width: 200px;
    height: 80px;
}

#rest1 .night_first{
        width: 100%;
        height: auto;
        padding-top: 5px;
        padding-left: 10px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 5px;
        
    }

    #rest2 .night_first{
        width: 100%;
        height: auto;
        padding-top: 5px;
        padding-left: 10px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 5px;
        
    }

.night_first{
    width: 100%;
    height: auto;
    padding-top: 5px;
    padding-left: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: -5px;
    
}

.onesp{
    width: 150px;
    height: auto;
    padding-left: 5px;
    padding-right: 5px;

}

#rest3 .onesp{
    width: 150px;
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
}

.onelike{
    width: auto;
    height: 110px;
}

.night_second{
   width: 290px;
   height: auto;
   padding-top: 10px;
   padding-left: 5px;
}

.night_third{
    width: 50px;
    height: auto;
}

/* reservations */
#rest1 .reservations .section-container {
    color: #000;
}

#rest1 .reservations h2 {
    border-bottom: solid 1px #000;
}

#rest1 input, #rest1 select, #rest1 textarea {
    border-color: #000;
    font-family: sans-serif;
}

#rest1 input:focus, #rest1 select:focus, #rest1 textarea:focus {
    outline: none;
    background: rgba(175, 211, 90, 0.05);
}

#rest1 .reserve, #rest1 .reserve:active {
    border-color: #ed1c24 !important;
    color: #FFF;
    background: #ed1c24;
    
}

/* RESTAURANT 2 ////////////////////////////////////// */
#rest2 {
    font-family: sans-serif;
    width: 100%;
    background-color: #ffffff;    
}


/* general section */
#rest2 .section-container {
    border-bottom-color: #000000;
}

#rest2 .profile-bold {
    font-family: sans-serif;
}

#rest2 header {
    width: 100%;
    height: 50px;
    padding: 0;
    z-index: 6;
    position: absolute;
}

#rest2 h3{
    padding-left: 15px;
}

#rest2 footer {
    background: #fff;
}

#rest2 .home-icon {
    margin-left: 0px;
}


#rest2 .specials-icon {
    margin-left: 30px;
    margin-right: 25px;
}


#rest2 h2 {
    font-family: sans-serif;
    font-size: 16px;
    position: absolute;
}


#rest2 .hours h2 {
    color: #000000;
    border-bottom-color: #000000;
}

#rest2 .hours p {
    color: #000000;
}


/* general specials/reservations */
#rest2 .specials header {
    font-family: sans-serif;
    top: 0;
    padding: 0;
    position: absolute;
    z-index: 6;
}

/* specials */

/* specials */
#rest2 .night-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    overflow-x: scroll;

}


#rest2 .night_first, .night_second, .night_third{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 15px;
}

#rest2 .three{
    width: 200px;
    height: 80px;
}
#rest2 .night_first{
    width: 100%;
    height: auto;
    padding-top: 5px;
    padding-left: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    
}

#rest2 .onesp{
    width: 150px;
    height: auto;
    padding-left: 5px;
    padding-right: 5px;

}

#rest2 .onelike{
    width: auto;
    height: 110px;
}

#rest2 .night_second{
   width: 290px;
   height: auto;
   padding-left: 10px;
}


#rest2 .night_third{
    width: 50px;
    height: auto;
}

/* reservations */
#rest2 .reservations .section-container {
    color: #000;
}

#rest2 .reservations h2 {
    border-bottom: solid 1px #000;
}

#rest2 input, #rest2 select, #rest2 textarea {
    border-color: #000;
    font-family: sans-serif;
}

#rest2 input:focus, #rest2 select:focus, #rest2 textarea:focus {
    outline: none;
    background: rgba(175, 211, 90, 0.05);
}

#rest2 .reserve, #rest2 .reserve:active {
    border-color: #056839;
    color: #FFF;
    background: #056839;
}

/* RESTAURANT 3 ////////////////////////////////////// */

/* general */
#rest3 {
    font-family: sans-serif;
    background-color: #FFF;
    width: 100%;
}

/* general section */
#rest3 .section-container {
    border-bottom-color: #000000;
}

#rest3 .profile-bold {
    font-family: sans-serif;
}

#rest3 p{
    justify-content: start;
}

/* header/footer */
#rest3 header {
    width: 100%;
    height: 50px;
    padding: 0;
    z-index: 5;
    position: absolute;
}

#rest3 footer {
    background: #ffffff;
}

/* footer subnav */
#rest3 .home-icon {
    margin-left: 0px;
}

#rest3 .specials-icon {
    margin-left: 30px;
    margin-right: 25px;
}

#rest3 h3{
    padding-left: 15px;
}


#rest3 h2 {
    font-family: sans-serif;
    font-size: 16px;
    position: absolute;
}

#rest3 .photo-count {
    border-color: #000;
}

#rest3 .hours h2 {
    color: #000000;
    border-bottom-color: #000000;
}

#rest3 .hours p {
    color: #000000;
}

#rest3 .profile {
    border-bottom-color: black;
}

/* general specials/reservations */
#rest3 .specials header {
    font-family: sans-serif;
    top: 0;
    padding: 0;
    position: absolute;
    z-index: 5;
}

/* specials */
#rest3 .night-container {
    width: 140%;
    height: auto;
    display: flex;
    flex-direction: column;
}


#rest3 .night_first, .night_second, .night_third{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
}

#rest3 .night_first{
    padding-top: 15px;

}

#rest3 .night_second{
    margin-top: 0px;
}

.three{
    width: 200px;
    height: 80px;
}
.night_first{
    width: 300px;
    height: auto;
    padding-top: 5px;
    
}

.night_second{
   width: 290px;
   height: auto;
   
}

.night_third{
    width: 50px;
    height: auto;
}

/* reservations */
#rest3 .reservations .section-container {
    color: #000;
}

#rest3 .reservations h2 {
    border-bottom: solid 1px #000;
}

#rest3 input, #rest3 select, #rest3 textarea {
    border-color: #000;
    font-family: sans-serif;
}

#rest3 input:focus, #rest3 select:focus, #rest3 textarea:focus {
    outline: none;
    background: rgba(175, 211, 90, 0.05);
}

#rest3 .reserve, #rest3 .reserve:active {
    border-color: #3c2313 !important;
    color: #FFF;
    background: #3c2313;
}