﻿/** STATIC - BEGIN **/
* {
    margin: 0;
    padding: 0;
}
html, body {
    height: 96%
}
body {
    font-family: "Open Sans",sans-serif;
    font-size: medium;
    background-color: #fff;
    font: 500 1.1rem/1.6 Fira Sans,Helvetica,Arial,sans-serif;
    color: black;
    text-align: center;
}
iframe, img, button, input[type=button], .btn {
    border: 0
}
.borderless-links a, a.borderless-links, a.borderless-link {
    border: 0
}

p {
    word-spacing: .05em
}

h1 {
    color: #f6c388;
    font-size: x-large;
}
h2, h3, h4 {
    color: #f6c388;
    font-style: italic;
    font-size: small;
    font-weight: 500
}
h4 {
    font-weight: 600
}
.btn {
    cursor: pointer;
    font: inherit
}
.subnav {
    list-style-type: none
}
.sidebar .page-title, .menu-item a {
    padding: 0px 6px 0px 6px;
}
.hidden {
    display: !important
}
em {
    color: #7f8c8d
}
a {
    border-bottom: 1px solid rgba(255,255,255,.15);
    color: antiquewhite;
    font-size: medium;
    text-decoration: none
}
    a:hover {
        border-bottom-color: rgba(255,255,255,.3);
        color: rgba(255,255,255,.75)
    }
    a:active, a.click {
        border-bottom-color: rgba(255,255,255,.5);
        color: #fff
    }
ul {
    list-style-type: none;
    display: block;
    padding: 0px 5px 0px 5px;
    align-items: center;
}
.sidebar {
    background-color: firebrick;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    width: 469px
}
.sidebar-webkit-scrollbar {
    width: 0 !important
}
.sidebar .page-title {
    font-size: medium;
    color: black;
    font-weight: 100;
    letter-spacing: .02em
}
.main {
    background-color: antiquewhite;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}
.sidebar, .content {
    position: relative
}
.sidebar {
    max-width: 25%;
    overflow-x: hidden;
    top: 0px;
    left: 0px;
}

.content {
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}
.example__controls {
    position: absolute;
    text-transform: uppercase;
    top: 5px;
    right: 5px;
    z-index: 2;
    font-size: 12px;
    line-height: 1.5
}
    .example__controls a {
        background: rgba(0,0,0,.35);
        color: #fff;
        display: inline-block;
        padding: 5px 10px
    }
        .example__controls a:active, .example__controls a:hover {
            background-color: firebrick
        }
.aframe-animation .example__controls {
    display: none
}
[data-is-mobile=true] .example__controls {
    display: none
}
.page__title {
    line-height: 1.3;
    font-size: 36px;
    font-weight: 600
}
.subnav-link {
    font-size: 16px;
    font-weight: 300;
    margin-left: -3px;
    padding: 2px 4px 2px 3px;
    display: block;
    transition: .05s color ease;
    color: #fff;
    width: 100%
}
.example__iframe {
    display: block
}
.example-nav-link {
    border: 0;
    height: 100%;
    font-size: 2rem;
    font-weight: 600;
    display: inline-block;
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    width: 50%
}
    .example-nav-link span {
        display: none
    }
.example-nav-next {
    text-align: right
}
.examples-subnav {
    margin-top: .5rem
}
.btn-index {
    color: #fff
}
.content--examples, .content--body {
    height: 100%
}
    .content--examples .content--body {
        background: #dadada
    }
span[itemprop] {
    opacity: .65
}
.sidebar .get-started {
    padding: 8px 30px
}
.sidebar__wrap__inner{
    position:center;
    top: 10px;
}

[data-is-android=true] [data-supports-android=false], [data-is-ios=true] [data-supports-ios=false] {
    display: none !important
}

@media screen and (max-width:768px) and (orientation:portrait) {
    .main {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    ul {
        display: inline-flex;
    }

    .content--body {
        position: absolute;
        bottom: 0;
        left: 0;
        top: 0;
        right: 0
    }


    .sidebar {
        align-content: center;
        overflow-x: hidden
    }

    .sidebar {
        -ms-flex-order: 1;
        order: 1;
        padding: 0;
        position: relative;
        height: 25%;
        max-width: 100%;
        width: 100%;
        align-content: center
    }

        .sidebar .nav {
            border: 0;
            margin-bottom: 0;
            padding: 20px 0 0
        }

    .sidebar_storeName {
        display: none;
    }

    .sidebar_orderbutton {
        display: inline-block;
        padding: 0px 8px 0px 8px;
        margin: 4px;
        box-sizing: border-box;
        cursor: pointer;
        text-align: center;
        vertical-align: middle;
        color: #fff !important;
        text-decoration: none !important;
        font-family: "Arial", sans-serif;
        font-size: 18px;
        font-weight: bold;
        text-shadow: 0 1px 0 rgba(0,0,0,.1);
        border-radius: 10px;
        background-clip: padding-box;
        background-color: #ef8b17;
        box-shadow: 0 1px 0 rgba(0,0,0,.15);
        transition: filter 0.4s ease-out;
    }

        .sidebar_orderButton:hover {
            background-color: #f6c388;
            filter: brightness(110%);
        }

    .subnav-item.current {
        padding: .5rem 2rem;
        position: absolute;
        top: 75px;
        left: 0;
        right: 0;
        pointer-events: none;
        text-align: center;
        width: 100%
    }

        .subnav-item.current .subnav-link {
            font-size: 1.4rem
        }

    .subnav-item:not(.current), .page-title {
        display: none
    }

    .examples-list {
        border: 0;
        padding: 0
    }
}
.footer {
    color: black;
    font-size:x-small;    
}
.center-text {
    text-align: center;
}
div.aboutClass {
    text-align: center;
    object-fit: scale-down;
    position: center;
    background-color: antiquewhite;
}
div.aboutClass h1,h2,h3,h4{
    color:firebrick;
}
    div.aboutClass img {
        max-height: 30%;
        max-width: 30%;
        object-fit: scale-down;
        position: center
    }
div.hoursClass {
    font-size: x-large;
    text-align: center;
    padding: 10px;
    object-fit: scale-down;
    position: center;
    background-color: antiquewhite
}
div.hoursClass h1, h2, h3, h4 {
    color: firebrick;
    font-size:xx-large;
}
    div.hoursClass img {
        max-height: 70%;
        max-width: 70%;
        object-fit: scale-down;
        position: center
    }
.menu-address  {
    font-size: small;
    font-style: italic;
    font: 600 .8rem Fira Sans,Helvetica,Arial,sans-serif;
}
div.headerBar {

}
.headerBar a {
    color: antiquewhite;
    font-size:medium;
    text-decoration: none;
}-i
    .headerBar a:hover {
        color:gainsboro;
    }
    .headerBar a:active, a.click {
        color:burlywood;
    }
ul.tabHorizontal li a {
    display: inline;
}
p.flagPic {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    object-fit: scale-down;
    background-image: url('images/PostCard.jpg');
    position: center;
}
div.menuarea {
    background-color: antiquewhite;
}
#showMenu {
    margin: 0;
    padding: 2px;
    height: 99%;
    width: 99%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    object-fit: scale-down;
}
div.m_menu {
    background-image: url('images/Lunch_Breakfast.jpg');
}
div.ss_menu {
    background-image: url('images/IceCream.jpg')
}
div.b_rainbow {
    background-image: url('images/BlufftonRainbow.jpg');
}
div.b_store {
    background-image: url('images/BlufftonStore_ForGoogle.jpg');
}
div.p_card {
    background-image: url('images/PostCard.jpg');
}
div.bf_menu {
    background-image: url('images/BreakFast_Menu.jpg')
}
div.t_menu {
    background-image: url('images/Take_n_Make_2019.JPG')
}
div.p_menu {
    background-image: url('images/produce.JPG')
}
.orderButton {
    display: inline-block;
    padding: 0px 8px 0px 8px;
    margin: 4px;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    color: #fff !important;
    text-decoration: none !important;
    font-family: "Arial", sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
    border-radius: 10px;
    background-clip: padding-box;
    background-color: #ef8b17;
    box-shadow: 0 1px 0 rgba(0,0,0,.15);
    transition: filter 0.4s ease-out;
}
    .orderButton:hover {
        background-color: #f6c388;
        filter: brightness(110%);
    }
img {
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
}

    img:active {
        -webkit-transform: scale(2);
        transform: scale(2);
    }