* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@font-face {
    font-family: 'coolveticaregular';
    src: url('fonts/coolvetica_rg-webfont.woff2') format('woff2'), url('fonts/coolvetica_rg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
    background-color: #ccaacc;
}

#body_inner {
    background-color: #fbfbfb;
}
.san {
    margin: 0 auto;
    font-family: 'coolveticaregular',cursive;
}
.des {
    font-family: 'Englebert', sans-serif;
}

header {
    display: grid;
}

#header_text {
    grid-area: ht;
    text-align: center;
}

#border {
    grid-area: br;
}

#address {
    grid-area: ad;
}

#phone {
    grid-area: ph;
}
.ht {
    color: #557799;
    text-shadow: 2px 2px #ccbb88;
}

.ht2 {
    color: #557799;
    font-family: 'Englebert', sans-serif;
}
.sep_bar {
    width: 100%;
    height: 5px;
    background-color: #eeddcc;
    box-shadow: 0 5px #e7e7e6;
}
.p_bar {
    margin: 0 auto;
    width: 100%;
    height: 4px;
    background-color: #ccddee;

}

#SM_stuff {
    margin: 0 auto;
    width: 300px;
    height: 80px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    align-content: space-around;
}

#ig_logo {
    margin-top: 5px;
    width: 28px;
    height: 28px;
}

#tw_btn {
    padding-top: 4px
}
#carousel_container {
    padding-top: 5px;
    width: 718px;
    margin: 0 auto;
}

.cont {
    line-height: 1.3em;
    font-size: 1.6em;
    font-family: 'Source Sans Pro',sans-serif;
    color: #666;
    padding: 10px 30px 30px 30px;
}
.bold {
    color: #444;
    font-size: 1.2em;
    font-family: 'Source Sans Pro',sans-serif;
}
h1, h2 {
    color: #557799;
    text-align: center;
    text-shadow: 1px 1px #ccbb88;
}
h1 {
    font-size: 3em;
}
h2 {
    font-size: 2em;
}
.q {
    font-style: italic;
    font-size: 1.6em;
    color: #aaa;
}
.a {
    padding-left: 30px;
    font-size: 1.6em;
}

@media only screen and (min-width:720px) {
    #mobile_phone {
        display: none;
    }

    header {
        padding-top: 30px;
    }

    #border {
        display: grid;
        grid-template-columns: 1fr 1fr;
        height: 160px;
        border: 3px solid #9f7d93;
        border-radius: 8px 0 8px 0;
    }

    #border_inner {
        position: relative;
        border: 3px solid #9f7d93;
        border-radius: 8px 0 8px 0;
        height: 160px
    }

    #logo_outer {
        grid-area: hl;
    }

    #header_logo {
        float: right;
    }

    #header_text > span {
        padding: 0 7px;
    }

    #address {
        position: relative;
        text-align:center;
    }

    #phone {
        position: relative;
    }

    #nav {
        grid-area: nv;
        margin: 0 100px;
        position: relative;
        height: 44px;
        background-color: #77bbdd;
        border: 1px solid #ccaacc;
    }

    #nav_inner {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        align-content: stretch;
        justify-content: space-around;
    }

    #nav > #nav_inner > a {
        flex-grow: 1;
        text-align: center;
        padding: 11px 11px;
        text-decoration: none;
        font-size: 20px;
        background-color: #557799;
        color: #ccddee;
        font-family: 'Source Sans Pro',sans-serif;
    }
    #nav > #nav_inner > a.active {
        border: 1px inset #886677;
        background-color: #ccddee;
        color: #557799;
        padding: 10px;
    }
    #nav > #nav_inner > a:hover {
        color: #77bbdd;
        background-color: #557799;
        border: 0 1px groove #000;
    }
    .dropbtn {
        height: 100%;
        width: 100%;
        padding: 8px 0 9px 0;
        border: none;
        background-color: #557799;
        color: #ccddee;
        font-size: 20px;
        font-family: 'Source Sans Pro',sans-serif
    }
    .dropdown {
        flex-grow: 1;
        display: inline-block;
        position: relative;
    }

    .dropdown-content {
        color: #ccddee;
        background-color: #557799;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
        display: none;
        position: absolute;
        min-width: 160px;
        z-index: 1
    }
    .dropdown-content a {
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        color: #ccddee;
        background-color: #557799;
        border: 0 2px groove #000;
        font-size: 20px;
        font-family: 'Source Sans Pro',sans-serif;
    }
    .dropdown-content a:hover {
        color: #77bbdd;
        background-color: #557799;
    }
    .dropdown:hover .dropdown-content {
        display: block;
        border: 1px inset #000;
    }

    .dropdown:hover .dropbtn {
        color: #ccddee;
        background-color: #557799;
    }
    .dom {
        display: none;
    }

    #icon {
        display: none;
    }
}

@media only screen and (min-width:1301px) {
    #nav {
        bottom: 48px;
    }
}

@media only screen and (min-width:1300px) {
    header {
        margin: 0 auto;
        grid-template-columns: 1fr 2fr;
        grid-template-rows: 3fr 2fr 2fr;
        grid-template-areas: "hl br" "hl br" ". nv";
    }

    #border {
        grid-template-rows: 2fr 1fr;
        grid-template-areas: "ht ht" "ph ad";
        width: 850px;
    }

    #border_inner {
        width: 850px;
        top: 10px;
        left: 20px;
    }

    .ht {
        font-size: 5.5em;
    }

    .ht2 {
        font-size: 1.2em;
    }

    #address {
        bottom: 17px;
        left: 90px;
    }

    #phone {
        top: 2px;
        left: 225px;
    }

    #nav {
        right: 77px;
        width: 830px;
    }

    body {
        margin: 0 50px;
    }
}

@media only screen and (max-width:1300px) {
    body {
        margin: 0 20px;
    }

    header {
        width: 100%;
        grid-template-columns: 2fr 3fr;
        grid-template-rows: 3fr 2fr 2fr;
        grid-template-areas: "hl br" "hl br" "nv nv";
    }

    #border {
        margin-right: 30px;
        grid-template-rows: 2fr 1fr;
        grid-template-areas: "ht ht" "ph ph" "ad ad";
        width: 420px;
    }

    #border_inner {
        width: 420px;
        top: 5px;
        left: 5px;
    }

        #border_inner * {
            padding: 5px;
        }

    #logo_outer > img {
        margin-left: 20%;
        width: 210px;
        height: 154px
    }

    .ht {
        font-size: 3.2em;
    }

    .ht2 {
        font-size: 1.1em;
    }

    #header_text {
        position: relative;
    }

    #address {
        top: 20px;

    }

    #phone {
        top: 10px;
        left: 140px;
    }

    #nav {
        right: 100px;
        width: 100%;
        margin-top: 10px;
    }
}

@media only screen and (max-width:719px) {
    body {
        margin: 0 5px 0 5px;
        min-width: 80%;
    }

    header {
        grid-template-columns: 1fr;
        grid-template-rows: 60px 90px 220px;
        grid-template-areas: "nv nv nv nv" "br br br br" "hl hl hl hl ";
    }

    #logo_outer > img {
        margin: 0 auto;
        padding: 5px;
        width: 180px;
        height: 132px;
    }

    #desk_phone {
        display: none;
    }

    #mobile_phone {
        color: #557799;
        text-decoration: none;
    }

    #logo_outer {
        grid-area: hl;
        margin: 0 auto;
        display: inline-flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: stretch;
        justify-content: space-around;
    }

    #border {
        margin: 0 auto;
        width: 330px;
        display: grid;
        grid-template-areas: "ht" "ad" "ph";
        border: none;
    }

    #header_text {
        margin-top: 30px;
    }

    #border_inner {
        border: none;
        width: 100%;
    }

    #address {
        text-align: center;
    }

    #phone {
        text-align: center;
    }

    .ht {
        font-size: 2.1em;
    }

    .ht2 {
        font-size: 1em;
    }

    #nav {
        grid-area: nv;
        overflow: hidden;
        height: 400px;
    }

    .hom {
        display: none;
    }

    .dom {
        display: initial;
    }

    #nav_inner {

        border: 1px solid #b593b0;
        display: none;
        z-index: 20;
    }

    #nav button {
        background-color: #b593b0;
        display: block;
        position: absolute;
        right: 5px;
        top: 0;
        width: 46px;
        height: 46px;
        border: none;
        border-radius: 5px 0 0 5px;
    }

    #nav_inner a {
        color: #557799;
        width: 100%;
        padding: 0 20px;
        display: block;
        text-decoration: none;
        font-family: 'Source Sans Pro',sans-serif;
    }


    .nb {
        border-radius: 5px;
        margin: 7px auto;
        width: 30px;
        height: 6px;
        background-color: #557799;
        box-shadow: #ccddee 1px 1px;
    }

    #icon {
        display: block;
    }
    .active {
        
        border: 1px inset #886677;
        background-color: #ccddee;
        color: #557799;
        padding: 10px;
    }
    #nav_inner a:hover {
        background-color: #557799;
        color: #77bbdd;
    }
    #carousel_container {
        display: none;
    }
    .img-hide {
        display: none;
    }

 }

@media only screen and (max-width:340px) {
    #border {
        width: 230px;
    }

    #logo_outer > img {
        margin: 0 auto;
        padding: 5px;
        width: 120px;
        height: 88px
    }

    #address {
        font-size: .6em;
    }

    .ht2 {
        text-shadow: none;
    }
}


