﻿html {
    font-size: 18px;
}

body {
    background-color: #88b2a9;
}

.container {
    background-color: #f6f2e8;
    padding: 40px;
    border: solid 2px #bd4b4f;
    margin-top: 20px;
    width: 95% !important;
}

.col {
    padding: 0px;
    padding-left: 0px !important;
    padding-right: 30px !important;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2rem;
    text-transform: uppercase;
}

.default-menu {
    text-align:center;
}

    .default-menu a {
    color: black;
    font-weight: bold;
    padding: 12px;
    font-size: 1.2rem;
    line-height: 2.5rem;
    /*
    
    margin:20px;*/
}

.default-menu a:hover {
    background-color:#ffffdb;
}

.default-menu row {
    height: 50px;
}

.item {
    font-weight: bold;
    text-transform: uppercase;
}

.dessert-menu {
    text-align:center;
}

.dessert-menu .item {
    font-weight: bold;
    text-transform: none;
}

.desc {
    margin-bottom: 20px;
    font-size:0.9rem;
}

.share {
    font-weight:bold;
    margin-bottom: 20px;
}

.extra {
    color: #bd4b4f;
    margin-top: 20px;
    margin-bottom: 20px;
}

.price {
    float: right;
    font-weight: bold;
}

.brackets {
    color: #bd4b4f;
    margin-top: 20px;
    margin-bottom: 50px;
}

.gluten-free {
    font-style:italic;
}

.dietary {
    color: #bd4b4f;
}

.ask {
    border: solid 2px #bd4b4f;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align:center;
    font-size:1.2rem;
    font-weight:bold;
    line-height:1.5rem;
}

.ask-line {
    margin-top: 10px;
    margin-bottom: 10px;
}

.milkshake {
    border: solid 2px #bd4b4f;
    padding-top:10px;
}

.all {
    color: #bd4b4f;
    margin-top: 10px;
    margin-bottom: 10px;
}

.all-sub-header {
    color: #bd4b4f;
    margin-top: -20px;
    margin-bottom: 10px;
}

.add {
    font-weight:bold;
    margin-top:-10px;
}

.snack-corner-item {
    clear:both;
}


footer {
    margin-top: 20px;
    margin-bottom: 20px;
}

.dropdown-content {
    background-color: #861837;
    width: 300px;
    min-width: 300px;
}

    .dropdown-content li > a, .dropdown-content li > span {
        color: #eee;
    }

    .dropdown-content li:hover {
        background-color: #6c132c;
    }

.DietaryInformation {
    padding: 10px;
    padding-top: 12px;
    border: double 5px #bd4b4f;
}

.DietaryInformationTitle {
    text-transform: uppercase;
    font-weight: bold;
    background-color: #f6f2e8;
    position: relative;
    top: 15px;
    width: 240px;
    margin: 0px auto;
}

@media only screen and (max-width: 992px) {
    nav .brand-logo {
        position: initial !important;
        -webkit-transform: translateX(0%) !important;
        transform: translateX(0%) !important;
    }

    nav .brand-logo img {
        margin-top:7px;
        height: 44px;
    }

@media only screen and (max-width: 600px) {
    h1 {
        font-size: 1.5rem;
        font-weight:bold;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    h2 {
        font-size: 1.2rem;
        font-weight: bold;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .container {
        padding: 10px;
        margin-top: 10px;
        width: 95% !important;
    }

    .col {
        padding-right: 3px !important;
    }

    .ask-line {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media only print {
    .no-print {
        display:none;
    }

    .container {
        border: none;
    }
}
