/* header */

header {
    width: 100%;
    height: 125px;
    text-align: center;
    padding: 10px 0;
    font-size: 25px;
    font-weight: normal;
    line-height: 1.1;
}

nav {
    width: 39%;
    height: 50px;
    margin: 0 auto;
}

h1 {
    font-family: "Coustard", serif;
}

hr {
    background-color: #a1a1a1;
    border: none;
    height: 1px
}

/* home page styles */
/* first div */
.order-view {
    margin-top: 25px;
    height: 546px;
    width: 100%;
    background-image: url('images/order-view.jpg');
}

.index-order-button-div, .number-hours-inner {
    display: flex;
    flex-direction: column;
}

.order-button {
    height: auto;
    margin: 0 auto;
    margin-top: 17%;
}

.menu-button {
    height: auto;
    margin: 0 auto;
    margin-top: 2%;
    text-align: center;
}

.order-button a, .menu-button a, .contact-button a {
    text-decoration: none;
    color: #000;
    text-align: center;
    background-color: #fff;
    border: 1px solid black;
    padding: 10px 20px;
    font-size: 1.25em;
    font-family: "Ubuntu" !important;
    font-weight: 400 !important;
    letter-spacing: 4px !important;
    text-transform: uppercase;
}

.menu-button a {
    font-size: .9em;    
}

a:hover, .active{
    background: #1e1e1e !important;
    color: white !important;
    transition: all 400ms
}

/* second div */
.number-hours {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    height: 468px;
    width: 100%;
    background-color: #126d08;
}

.number-hours p {
    font-family: 'Montserrat';
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin: 0 auto;
    padding-top: 50px;
    text-transform: none !important;
    letter-spacing: 1px !important;
}

.number-hours-inner img {
    margin: 0 auto;
    padding-top: 20px;
}

/* welcome div */

.welcome {
    display: flex;
    flex-direction: row;
    margin-top: 0;
    width: 100%;
    background-color: #fff;
}

.welcome-inner {  
    width: 80%;
    margin: 0 auto;
    text-align: center;
    line-height: 40px !important;
    padding: 2em;
}

.welcome-inner h2 {
    font-family: "Josefin Slab" !important;
    text-transform: none !important;
    letter-spacing: 1px !important;
    font-weight: 300;
}

/* our menu div */
.our-menu {
    margin-top: 0;
    height: 450px;
    width: 100%;
    background-image: url('images/our-menu-bg-img.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.our-menu-inner p {
    font-family: "Josefin Slab" !important;
    text-transform: none !important;
    letter-spacing: 1px !important;
    color: #fff;
    font-size: 3em;
    text-align: center;
    margin: 0 auto;
    padding-top: 50px;
    font-weight: 300;
}

.flex-container {
    display: flex;
    justify-content: center;
}

.flex-container > div.our-menu-1 {
    background-image: url('images/our-menu-1.jpg');
    background-size: contain;
    width: 20%;
    margin: 10px;
    height: 200px;
    background-repeat: no-repeat;
}

.flex-container > div.our-menu-2 {
    background-image: url('images/our-menu-2.jpg');
    background-size: contain;
    width: 20%;
    margin: 10px;
    height: 200px;
    background-repeat: no-repeat;
}

.flex-container > div.our-menu-3 {
    background-image: url('images/our-menu-3.jpg');
    background-size: contain;
    width: 20%;
    margin: 10px;
    height: 200px;
    background-repeat: no-repeat;
}

/* footer */
footer {
    height: 150px;
    width: 100%;
    background-color: #333;
    border-top: 1px solid white;
}

.footer-text {
    color: #fff;
    height: 15;
}

footer div p {
    margin-top: 20%;
}

/* Menu Page Desktop */
.menu-page-content-mobile {
    display: none;
}

.menu-page-content-desktop {
    min-height: 500px;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    color: #666666;
    font-family: 'Lato', sans-serif;
}

.menu-page-content-desktop h1 {
    text-align: center;
    color: #000;
}

.menu-page-content-desktop h2 {
    text-align: center;
    color: #000;
}

.menu-section-hr {
        background-color: #000 ;
        border: 1px solid black;
        height: 2px
}

.order-button-menu-page-desktop {
    z-index: 10;
    position: fixed;
    bottom: 15%;
    right: 22.5%;
    width: 55%;
}

/* Location Page Desktop */
.contact-button {
    height: auto;
    margin: 0 auto;
    margin-top: 2%;
    margin-bottom: 2%;
    text-decoration: none;
    color: #000;
    text-align: center;
    background-color: #fff;
    padding: 10px 20px;
    font-size: 1.25em;
    font-family: "Ubuntu" !important;
    font-weight: 400 !important;
    letter-spacing: 4px !important;
    text-transform: uppercase;
}

.location-header {
    font-size: xx-large;
    text-align: center;
    line-height: 40px !important;
    font-family: "Josefin Slab" !important;
    text-transform: none !important;
    letter-spacing: 1px !important;
    font-weight: bold;

    padding: 40px 40px 0px 40px;
    font-size: 25px;
    line-height: 1.1;
    margin: 40px 40px 0px 40px;
}

.contactUs-header {
    font-size: xx-large;
    line-height: 40px !important;
    font-family: "Josefin Slab" !important;
    text-transform: none !important;
    letter-spacing: 1px !important;
    font-weight: bold;
    
    line-height: 1.8em;
    margin-bottom: 20px;
    margin-left: 20px;
}

.contactUs-div {
    text-align: left;
    line-height: 40px !important;
    font-family: "Montserrat" !important;
    letter-spacing: 0px !important;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.8em;
    margin-left: 20px;
    
}

.location-address {
    text-align: center;
    line-height: 1.8em !important;
    font-family: "Montserrat" !important;
    letter-spacing: 0px !important;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 20px;
}

.google-map {
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

/* Contact Page Desktop*/
.flex-container-contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
}

.flex-container-contact > div {
    text-align: center;
    margin: 0 auto;
}

.flex-container-contact div {
    font-family: "Josefin Slab" !important;
    text-transform: none !important;
    letter-spacing: 1px !important;
    font-weight: 300;
    font-size: 24px !important;
    line-height: 40px !important;
    margin-bottom: .5em;
}

.flex-container-contact div h3, .flex-container-contact div h2 {
    margin-bottom: 0;
}

/* other desktop CSS */
.content-title {
    font-family: 'Josefin Slab', serif;
    margin: 24px 0 0 0;
    color: #363B3E;
    font-size: 26px;
    font-weight: 500;
}

.simple-container {
    padding: 38px 40px;
    padding-bottom: 0;
    box-sizing: border-box;
    text-align: center;
    background-color: white;
    border: 1px solid #D4D4D4;
    height: 335px;
    width: 372px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 41px -8px rgba(237,234,237,1);
    -moz-box-shadow: 0px 0px 41px -8px rgba(237,234,237,1);
    box-shadow: 0px 0px 41px -8px rgba(237,234,237,1);
}

.business-title{
    font-size: 48px;
    font-family: 'Coustard', serif;
    font-weight: 500;
    text-align: center;
}

.pictureBandW{
    display: block;
    text-align: center;
}

#map {
    height: 400px;  /* The height is 400 pixels */
    width: 100%;  /* The width is the width of the web page */
   }

/* Responsive CSS */
@media all and (max-width: 800px) {
    nav {
        width: 95%;
    }

    /* footer */
    footer {
        height: 100px;
        width: 100%;
        background-color: #333;
        border-top: 1px solid white;
    }

    .footer-text {
        color: #fff;
        height: 15;
    }

    footer div p {
        margin-top: 15%;
    }

    .flex-container-footer-phone {
        padding: 0;
    }
}

/* Home Page Phone and Laptop */
@media screen and (min-width: 800px) and (max-width: 1600px){
    .order-button {
        margin-bottom: 3%;
    }
}

@media all and (max-width: 799px) {
    .welcome {
        font-size: 10px;
        line-height: 1.75;
    }

    .welcome-inner {
        width: 95%;
        padding: 0;
    }

    .welcome-inner h2{
        line-height: 1.5;
    }

    .order-view {
        height: 250px;
    }

    .menu-button {
        margin-top: 9%;
        margin-bottom: 10%;
    }

    p.index-hours {
        font-size: 15px;
        text-align: left;
    }

    .number-hours {
        height: 250px;
    }

    .number-hours p {
        padding-top: 20px;
    }

    .number-hours-inner img {
        height: 50px;
    }

    .our-menu {
        height: 250px;
    }

    .our-menu-inner p {
        padding: 20px 0;
        background-color: #000;
    }

    .flex-container > div.our-menu-1 {
        height: 50px;
    }

    .flex-container > div.our-menu-2 {
        height: 50px;
    }

    .flex-container > div.our-menu-3 {
        height: 50px;
    }

    .menu-button-lower {
        margin-top: 5%;
    }
}

/* Contact Page Phone*/
@media all and (max-width: 800px) {
    .flex-container-contact {
        margin-top: 75px;
    }

    #myTopnav {
        width: 100%;
    }

    footer div p {
        font-size: smaller;
    }
}



/* Menu Page Phone */
@media all and (max-width: 800px) {
    .menu-page-content-desktop {
        display: none;
    }

    .menu-page-content-mobile {
        display: block;
        color: #666666;
        font-family: 'Lato', sans-serif;
        padding-bottom: 15%;
    }

    .menu-page-content-mobile h3, .menu-page-content-mobile h4, .menu-page-content-mobile h5 {
        padding-top: 0;
        padding-right: 0;
        padding-left: .5em;
    }

    .menu-page-content-mobile h1 {
        text-align: center;
        color: #000;
    }

    .menu-page-content-mobile h2 {
        text-align: center;
        color: #000;
    }

    .menu-section-hr {
            background-color: #000 ;
            border: 1px solid black;
            height: 2px
    }

    .order-button-menu-page-phone {
        z-index: 10;
        position: fixed;
        bottom: 20%;
        right: 22.5%;
        width: 55%;
    }
    
    .order-button-menu-page-phone a {
        text-decoration: none;
        color: #000;
        text-align: center;
        background-color: #fff;
        border: 1px solid black;
        padding: 10px 20px;
        font-size: 1.25em;
        font-family: "Ubuntu" !important;
        font-weight: 400 !important;
        letter-spacing: 4px !important;
        text-transform: uppercase;
    }
    
    .order-button-menu-page-phone a:hover {
        background: #1e1e1e !important;
        color: white !important;
        transition: all 400ms
    }
}

/* Gallery Page Phone */
@media all and (max-width: 800px) {
    #content {
        min-width: 0;
    }

    .blueberry ul.slides {
        padding: 0;
    }
}

/* Location Page Phone */
@media all and (max-width: 800px) {
    .flex-container-location {
        margin-top: 75px;
    }

    #myTopnav {
        width: 100%;
    }

    footer div p {
        font-size: 12px;
    }

    .google-map iframe {
        width: 100%;
    }

    .location-address {
        margin-top: 10%;
    }
    
    .location-header {
        padding: 0;
    }
}



/* Contact Us Page Phone */
