@font-face {
    font-family: 'BBTOldEnglish';
    src: url('../fonts/OldeEnglishRegular-Zd2J.ttf') format('truetype');
}

@font-face {
    font-family: 'LogoFont';
    src: url('../fonts/Linex\ Sweet\ Std\ Regular.otf');
}

@keyframes fadeIn {
    0% {
        opacity: 0%;
    }
    100%{
        opacity: 100%;
    }
}

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

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* MOBILE SCREENS */
#main{
    display:flex;
    background-color: #000000;
    flex-wrap: wrap;
    justify-content: space-between;

    transition: margin-left 0.5s;
}

/* HEADER */
header{
    flex-basis: 100%;
    background-color: #000000;
    box-shadow: 0 5px 5px rgba(0,0,0,.9);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    /* justify-content: center; */
    z-index: 4;
    height: 80vh;
}

/* MAIN LOGO and ICONS */
.icon-location,
.icon-nav{
    margin: 15px;
    cursor:pointer;
}
.icon-location-container{
    align-self: flex-end;
    position: fixed;
    top: 0;
    z-index: 4;
}
.icon-location{
    height: 40px;
    z-index: inherit;

}
.icon-nav{
    /* margin: 25px; */
    padding: 5px;
    /* background-color: #000; */
    /* border-radius: 20%; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

header .logo{
    width: 100%;
    margin-top: 15vh;
    border-radius: 50%;
    max-height: 50vh;
    object-fit: contain;
}

.chinatown{
    animation: fadeIn 1.5s;

}
.nochinatown{
    display:none;
}

/* NAVIGATION */
#nav-mobile{
    height: 100%;
    /* width: 0px; */
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    overflow-x: hidden;
    /* padding-top: 60px; */

    display: flex;
    flex-direction: row;
    justify-content: center;
}

#mobile-link-container{
    text-align: left;
    background-color: #000;
    width: 0px;
    transition: 0.5s;
    overflow-x: hidden;
    overflow-y: auto;
}

.mobile-links{
    display: block;
    color: #ffc663;
    text-decoration: none;
    font-size: 2em;
    padding: 50px;
    /* display: none; */
}

.current{
    color: #ad894a;
}

.bar1,.bar2,.bar3{
    width: 30px;
    height: 5px;
    background-color: #ffc663;
    transition: 0.4s;
}
.bar1,.bar2{
    margin-bottom: 6px;
}

.change .bar1 {
    transform: translate(0,11px) rotate(-45deg);
}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
    transform: translate(0,-11px) rotate(45deg);
}
nav {
    display:none;
}

/* HEADER STORE ADDRESS LINK */
header .addresslink{
    display: none;
}

.banner{
    height: 70px;
    width: 100vw;
    position: fixed;
    top: 0;
    align-self: flex-start;
    background: #000;
    box-shadow: 0 5px 5px rgba(0,0,0,.9);
    z-index: 3;

}

/* ----PAGE INTERIOR---------------------------------------------------------------------------- */
#interior-container{
    flex-basis: 100%;
}
#interior{
    background: #000000;
    background-image: url("../images/interior_window.jpg");
    background-position: 69% 0%;
    background-size: cover;
    width: 100%;
    z-index: 2;
    height: 100vh;
}

/* BUSINESS INFORMATION */
.opaque_container{
    width:100%;
    height:inherit;
    z-index: 2;
    padding: 15% 5% 2.5% 7%;
    background-color: rgba(90,67,27,.6);
    color: white;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


/*NAME AND TAGLINE */
.name{
    font-size: 4em;
    vertical-align: bottom;
    font-family: 'LogoFont', sans-serif;
    font-weight: lighter;
}
.tagline{
    font-weight: bold;
    font-size: 1.2em;
    vertical-align: top;
    text-transform: none;
}

.spacer{
    height: 25%;
}


/* BUSINESS HOURS */
.hours-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.words{
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
    width: 50%;
}
.time{
    text-align: right;
    font-size: calc(1.75em + 1vw);
    text-transform: uppercase;
    font-weight: 1000;
    font-family: 'LogoFont',sans-serif;
}

/* SOCIAL MEDIA AND CONTACT INFO */
.socialmedia-container{
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: flex-start;
    padding: 0 6%;
}



.socialmedia-container img{
    width: 40px;
    vertical-align: middle;
}


.phone-container{
    text-align: right;
    font-weight: 700;
    font-size: 1em;
}


/* BUSINESS BLURB */
footer #blurb-container{
    padding: 20% 15%;
}

footer #blurb{
    font-size: 1.15em;
    font-weight: 600;
    text-transform: none;
    /* font-family: 'LogoFont'; */
    word-spacing: 0.25em;
    line-height: 1.25em;
    margin-top: 0;
}

footer #blurb a{
}

/* SPECIALS SECTION */
#special-wrapper{
    background-color: rgba(255,255,255,.25);
    padding: 90px 0;
    margin: 0 3%;
    margin-bottom: 25%;
    border: #ffc663 solid 2px;
    border-radius: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#special-header-container{
    color: white;
    margin-bottom: 5%;
    padding: 0 50px;
}

#special-header-container h2{
    font-family: 'LogoFont', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-decoration: underline;
    font-size: 2.2em;
}

.special-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: 'LogoFont','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;    
    margin-bottom: 10%;
}




.special-img-container img{
    width: 80%;
    border: #000 solid 2px;
    border-radius: 3%;
}

.special-details-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
}

.special-name{
    color: #ffc663;
    font-family: 'LogoFont','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 2em;
    margin-bottom: 3%;
}
.special-category-name{
    margin-bottom: 1%;
    font-size: 0.75em;
    color: #fff;
}

.special-details-container h4{
    font-size: 1.5em;
}

.special-details-list{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 3%;
    padding-bottom: 3%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: left;
    font-weight: 600;

}
.special-ingredient {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding: 2% 0;
    line-height: 0.95em;
    margin-bottom: 5%;
}

.special-ingredient img{
    height: 3%;
    margin-right: 10%;
}

.special-blurb{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
    margin-top: 0;
    /* display: none; */

}

/* FOOTER */
footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;

    background-image: url("../images/bricks_bw.png");
    background-size: cover;
    background-position: 10%;

    border-top: rgb(59, 59, 59) solid 2px;
}

.map-mobile{
    text-align: center;
}

#map{
    margin-top: 10%;
    width: 90%;
    border: black solid 1px;
    max-height: 80vh;

}
.map-desktop{
    display: none;
}

.footer-tables{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    color: white;
    font-weight: 700;
    margin-top: 5%;
}

.footer-tables .footer-title{
    color: #ffc663;
    font-size: 1.5em;
}

.footer-col1{
    text-align: left;
    text-transform: capitalize;
}
.footer-col2{
    text-align: right;
}

.footer-contact tr{
    height: 30px;
}

.footer-contact .address-cell{
    vertical-align: top;
}

.footer-hours{
    width: 70%;
    max-width: 300px;

}

footer p{
    margin-top: 30px;
    color: white;
    font-size: 0.8em;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    /* background-color: rgba(0,0,0,.75); */
    padding: 5px 0;
}

footer a{
    text-decoration: none;
    color: inherit;
    text-transform: none;
}

/* SMALLER MOBILE SCREENS */
@media (max-width: 300px) {

}

/* TABLET and LARGE MOBILE SCREENS */
@media (min-width:750px){
    .name {
        font-size: 5em;
        vertical-align: bottom;
        font-family: 'LogoFont', sans-serif;
    }
    
    .tagline {
        font-weight: bold;
        font-size: 2em;
        vertical-align: top;
    }
    
    .spacer{
        height: 30%;
    }

    .words{
        font-size: 1.25em;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 0.1em;
        width: 25%;
    }
    
    .time{
        font-size: 3em;
        text-transform: uppercase;
        font-weight: 1000;
        font-family: 'LogoFont',sans-serif;
        text-align: inherit;
    }
    
    .socialmedia-container img{
        width: 2.75vw;
        height: 2.75vw;
        min-width: 45px;
        min-height: 45px;
        vertical-align: middle;
    }

    .phone-container span{
        font-size: 1.5em;
    }


    /* SPECIALS SECTION */

    .special-container{
        flex-direction: row;
        flex-wrap: wrap;
    }

    .special-category-wrapper{
        width: 100%;
    }
    .special-img-container{
        width: 50%;
    }
    .special-img-container img{
        box-shadow: 0 2px 5px rgba(0,0,0,.9);
    }
    .special-details-container{
        width: 40%;
    }
}

/* ---DESKTOP SCREENS----------------------------------------------------------------------------------------------------- */
/* ---SMALL SCREENS---1025px to 1400px-------------------------------------------------------------------------------------------------- */
@media (min-width: 1025px){
    #main{
        width: 100%;
        flex-wrap: nowrap;
        background-color: black;
    }

    header,
    #interior-container{
        min-height: 400px;
    }


    /* HEADER */
    header{
        height: 100vh;
        position: sticky;
        left: 0;
        top: 0;
        box-shadow: 5px 0 10px rgba(0,0,0,.9);
        flex-basis: 18%;
        min-width: 275px;
        flex-direction: column;
        align-items: center;
        text-align: center;
        overflow-x: hidden;
    }

    header .logo,
    nav,
    .address-container{
        width: 80%;
    }

    header .logo{
        border: #ffc663 solid 2px;
        border-radius: 50%;
        margin-top:10%;
        margin-bottom: 15%;
        min-width: 200px;
        min-height: 200px;
    }

    .nochinatown{
        display: inline;
    }

    .chinatown{
        display: none;
    }

    .banner{
        display: none;
    }
    .icon-location-container{
        display: none;
    }

    /* NAVIGATION */
    #nav-mobile{
        display: none;
    }

    nav{
        height: 40%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        border-color: #ffc663;
        border-style: solid;
        border-width: 2px;
        border-radius: 7%;
        color: #fff;
    }
    
    nav a{
        display:block;
        color:inherit;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 1.25em;
    }
    
    nav a:hover{
        color: #ffc663;
    }

    .address-container{
        margin-top: auto;
        margin-bottom: 1.5%;
    }

    header .addresslink{
        display: block;
        color: white;
        text-decoration: none;
        font-size: 1.1em;
        font-weight: 600;
        letter-spacing: 0.05em;
    }
    
    /* PAGE CONTENT */
    #interior-container{
        flex-basis: 82%;
        height: 100vh;
        overflow-y: auto;
    }
    #interior{
        height: 100%;
        z-index: 2;
        background-position: 0% 40%;
    }

    /* BUSINESS INFORMATION */
    .opaque_container{
        width: 50%;
        float: right;
        z-index: 2;
        padding: 5% 3% 1% 3%;

        animation: fadeIn 1s;
    }

    .name_and_tagline{
        margin-top: 10%;
    }

    .name {
        font-size: 5em;
        vertical-align: bottom;
        font-family: 'LogoFont', sans-serif;
    }
    
    h2 .tagline elem{
        font-weight: bold;
        font-size: 1em;
        vertical-align: top;
    }
    
    .spacer{
        height: 20%;
    }

    .words{
        font-size: 0.85em;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 0.1em;
        width: 25%;
    }
    
    .time{
        font-size: 2em;
        text-transform: uppercase;
        font-weight: 1000;
        font-family: 'LogoFont',sans-serif;
        text-align: inherit;
    }

    .socialmedia-container{
        padding: 0;
    }
    
    .socialmedia-container img{
        width: 2.75vw;
        height: 2.75vw;
        min-width: 35px;
        min-height: 35px;
        vertical-align: middle;
    }

    .phone-container span{
        font-size: 1em;
    }


    footer #blurb-container{
        padding: 5% 20%;
    }

    footer #blurb{
        font-size: 1.75em;
        font-family: 'LogoFont';
    }
    
    /* SPECIALS SECTION */
    #special-wrapper{
        width: 70%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        border-radius: 100px;
        

    }

    #special-header-container{
        font-size: 2.25em;
    }


    .special-container{
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        flex-basis: 50%;
        padding: 0 5%;
        margin-bottom: 0;
    }



    .special-img-container{
        width: 100%;
    }

    .special-img-container img{
        box-shadow: 0 2px 5px rgba(0,0,0,.9);
        width: 100%;


    }

    .special-details-container{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }    
    
    .special-name-container{
        display: flex;
        flex-direction: row;
    }

    .special-name{
        font-size: 2em;
    }   
    .special-category-name{
        font-size: 1em;
        padding-right: 10px;
    }
 
    .special-details-container h4{
        align-self: center;
    }    



   /* FOOTER */
   footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    background-color: #000;
    background-image: url("../images/bricks_2.jpg");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    border-top: rgb(41, 41, 41) solid 2px;
}

.map-desktop{
    display: inline;
}

#map{
    width: 100%;
    border: black solid 2px;
    border-radius: 2%;
    margin-top: 5%;
}

.footer-tables{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 1%;
}

.footer-contact{
    width: 30%;
    align-self: flex-start;
    max-width: 400px;
}

.footer-hours{
    width: 20%;
    max-width: 300px;
}

.map-mobile{
    display: none;
}
}

/* ---medium SCREENS---1400px to 2000px-------------------------------------------------------------------------------------------------- */

@media (min-width: 1400px){
    nav a{
        font-size: 1.75em;
    }

    /* BUSINESS INFORMATION */
    .name {
        font-size: 5em;
    }
    
    .tagline{
        font-size: 1.25em;
    }
    
    .spacer{
        height: 25%;
    }
    
    .words{
        font-size: 1.25em;
    }

    .time{
        font-size: 3em;
    }

    .phone-container span{
        font-size: 1.25em;
    }

    .footer-method1-d{
        vertical-align: middle;
    }
}

/* ---larger SCREENS---2000px and above-------------------------------------------------------------------------------------------------- */

@media (min-width: 2000px){
    nav a{
        font-size: 2em;
    }

    header .addresslink{
        font-size: 1.5em;
    }

    /* BUSINESS INFORMATION */
    .name {
        font-size: 6em;
    }
    
    .tagline{
        font-size: 1.75em;
    }
    
    .spacer{
        height: 25%;
    }
    
    .words{
        font-size: 1.75em;
    }

    .time{
        font-size: 3.75em;
    }

    .business-info .phone-container{
        font-size: 1.75em;
    }

    .footer-tables-d td{
        font-size: 1.2em;
    }
}

