@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');

html {
    background-image: url("/img/red-bg.jpg");
    background-repeat:  repeat;
    font-family: 'Roboto'; 
    font-weight: normal; 
    font-style: normal;
    color: white;
}

h2 {
    color: white;
    font-family:  'Fjalla One', sans-serif;
    font-size: 32px;
}

h3 {
    color: white;
    font-family: 'Roboto'; 
    font-size: 28px;    
}

.coming-soon {
    color: white;
    font-family: 'Roboto'; 
    font-size: 56px;    

}


body {

}
.container {
    background-color: #ffffff;
}
.container-black {
    background-color: #000000;
}
#ss-small {
    display: none;
}
#ss-large {
    display: block;
}


/* header stuff
------------------------------------------------------------------------------------- */
header {
    padding-top: 27px;
    background-image: url("/img/red-bg.jpg");
    background-position: center center;
    background-repeat:  no-repeat;
    height: 120px;
}
.logo-spacing {
    padding-top: 50px;
}
.menu-item {
    width: 80px;
    text-align: center;
    font-family: 'Fjalla One', sans-serif;
    font-size: 16pt;
}
.side-menu-item {
    width: 250px;
    text-align: center;
    font-family: 'Fjalla One', sans-serif;
    font-size: 18pt;
}
.header-image {
    height: 640px;
}
.slideshow {
    background-image: url("https://eatblp.com/img/building-background.jpg");
    background-position: center;
    background-repeat: repeat;
}



/* footer stuff
------------------------------------------------------------------------------------- */
.footer {
    padding-top: 60px;
}
.footer-menu-item {
    padding-bottom: 30px;
    width: 250px;
    vertical-align: middle;
    text-align: left;
    font-family: 'Fjalla One', sans-serif;
    font-size: 16pt;
}
.footer-menu-padding {
    padding-top: 35px;
    padding-bottom: 0!important;
}
.footer-menu-image2 {
    max-height: 160px;
    padding-top: 55px;
}
.footer-menu-image3 {
    max-height: 200px;
}
.footer-menu-image4 {
    max-height: 160px;
    padding-top: 25px;
}
.copyright {
    text-align: center;
    font-family: 'Fjalla One', sans-serif;
    font-size: 12pt;
}


/* link styles
------------------------------------------------------------------------------------- */

a.head:link {        color: #ffffff; text-decoration: none; }
a.head:visited {     color: #ffffff; text-decoration: none; }
a.head:active {      color: #ffffff; text-decoration: none; }
a.head:hover {       color: #f8ef54; text-decoration: none; }

a.side:link {        color: #DFDFDF; text-decoration: none; }
a.side:visited {     color: #DFDFDF; text-decoration: none; }
a.side:active {      color: #DFDFDF; text-decoration: none; }
a.side:hover {       color: #d8282c; text-decoration: none; }

a.foot:link {        color: #ffffff; text-decoration: none; }
a.foot:visited {     color: #ffffff; text-decoration: none; }
a.foot:active {      color: #ffffff; text-decoration: none; }
a.foot:hover {       color: #f8ef54; text-decoration: none; }

a.contact:link {     color: #222222; text-decoration: none; cursor: pointer; }
a.contact:visited {  color: #222222; text-decoration: none; cursor: pointer; }
a.contact:active {   color: #222222; text-decoration: none; cursor: pointer; }
a.contact:hover {    color: #222222; text-decoration: none; cursor: pointer; }


/* sections
------------------------------------------------------------------------------------- */
.section-home {
    padding-top: 0px;
    padding-bottom: 0px;
}
.section-temp {
    padding-top: 15px;
    padding-bottom: 0px;
}
.section-featuring {
    padding-top: 40px;
}
.section-intro {
    padding-top: 40px;
    padding-bottom: 40px;
}
.section-intro p {
    font-size: 16pt;
}
.section {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: white;
}
.section-black {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: black;
}
.section-black p {
    font-size: 16pt;
    color: #c0c0c0;
}
.section-menu {
    padding-top: 40px;
    padding-bottom: 60px;
}
.section p {
    font-size: 16pt;
    color: #222222;
}
.section1 {
    padding-top: 20px;
    padding-bottom: 40px;
}
.section1 p {
    font-size: 16pt;
    color: #222222;
}
.section2 {
    padding-top: 60px;
    padding-bottom: 40px;
}
.section2 p {
    font-size: 16pt;
    color: #ffffff;
}
.section3 {
    padding-top: 30px;
    padding-bottom: 10px;
}
.section3 p {
    font-size: 16pt;
    font-weight: 600;
    color: #222222;
}
.section-title {
    color: #222222;
}
.press-title-italics {
    font-size: 16pt;
    color: #222222;
    font-style: italic;
}
.press-subtitle {
    font-size: 14pt;
    color: #222222;
}
.press-highlighted {
    background-color: yellow;
    font-style: italic;
    font-weight: 600;
}
.section-title-padding {
    padding-left: 20px;
    padding-right: 20px;
}
.section-map {
    background-image: url("https://eatblp.com/img/map-to-overton.jpg");
    background-size: cover;
    background-position: center;
    background-repeat:  no-repeat;
}
.map-title {
    font-family: 'Fjalla One', sans-serif;
    font-size: 22pt;
    color: #222222;
    text-shadow: 0 0 3px #eeeeee;
}
.map-text {
    font-family: 'Fjalla One', sans-serif;
    font-size: 14pt;
    color: #222222;
    text-shadow: 0 0 3px #eeeeee;
}
.maxicon {
    max-width: 60px;
}
.img40 {
    width: 40%;
}
.img50 {
    width: 50%;
}
.img60 {
    width: 60%;
}
.img70 {
    width: 70%;
}
.img80 {
    width: 80%;
}



/* shop
------------------------------------------------------------------------------------- */
.item-title {
    font-family: 'Fjalla One', sans-serif;
    font-size: 14pt;
    color: #c0c0c0;
    text-transform:  uppercase;
}



/* buttons and things
------------------------------------------------------------------------------------- */
.menu-button {
    font-family: 'Fjalla One', sans-serif;
    font-size: 16pt;
    background-color: #9b1c21;
    text-transform:  none!important;
}


/* fonts and things
------------------------------------------------------------------------------------- */
.ca-signature {
    font-size: 18pt;
    font-weight: 600;
}
.invalid-code {
    color: red;
    font-size: 12pt;
}
.tiny {
    font-size: 9pt;
}
.sub-header {
    font-size: 24pt;
}
.red {
    color: red;
}
.black {
    color: #222222;
}

/* mobile devices
------------------------------------------------------------------------------------- */
@media screen and (max-width: 959px) {
    header {
        padding-top: 0px;
        height: 130px;
    }
    .section p {
        font-size: 14pt;
    }
    .header-image {
        height: 640px;
    }
    .footer-menu-item {
        text-align: center;
        width: 100%;
    }
    .img40 {
        width: 100%;
    }
    .img50 {
        width: 100%;
    }
    .img60 {
        width: 100%;
    }
    .img70 {
        width: 100%;
    }
    .img80 {
        width: 100%;
    }
    #ss-small {
        display: block;
    }
    #ss-large {
        display: none;
    }
}
