/* 
font-family: 'Nixie One', cursive;
font-family: 'Vast Shadow', cursive;
font-family: 'Open Sans', sans-serif; */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
    position: relative;
    box-sizing: border-box;
    background-color: #000000;
}

p {
    font-size: 1.25em; /* 20px */
    font-family: 'Open Sans', sans-serif;
    line-height: 2.67em; /* 32pt */
    color: #F0EBE2;
}

#container {
    margin: 0 auto; 
    height: 5000px;
    width: 93.75%; /* 960/1024 */
    position: relative;
    background-color: #B66612;
}

#container2 {
    margin: 0 auto; 
    height: 1600px;
    width: 93.75%; /* 960/1024 */
    position: relative;
    background-color: #B66612;
}

#container3 {
    margin: 0 auto; 
    height: 1500px;
    width: 93.75%; /* 960/1024 */
    position: relative;
    background-color: #B66612;
}

#container4 {
    margin: 0 auto; 
    height: 1500px;
    width: 93.75%; /* 960/1024 */
    position: relative;
    background-color: #B66612;
}

#calendar {
    list-style-type: none;
}

body {
    font-family: 'Open Sans', sans-serif;
}

.month {
    padding: 70px 25px;
    width: 96.79%;
    background-color: #1A1414;
    text-align: center;
}

.month ul {
    margin: 0;
    padding: 0;
}

.month ul li {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.month .prev {
    float: left;
    padding-top: 10px;
}

.month .next {
    float: right;
    padding-top: 10px;
}

.weekdays {
    margin: 0;
    padding: 10px 0;
    background-color:#ddd;
}

.weekdays li {
    display: inline-block;
    width: 13.6%;
    color: #666;
    text-align: center;
}

.days {
    padding: 30px 0;
    background: #BAA988;
    margin: 0;
}

.days li {
    padding: 40px;
    list-style-type: none;
    display: inline-block;
    width: 13.6%;
    text-align: left;
    margin-bottom: 5px;
    border: solid #C3B497 1px;
    font-size: 12px;
    color: #8B7F66;
}

.days li .active {
    padding: 5px;
    background: #746A55;
    color: white !important
}

nav {
    position: fixed;
    z-index: 9000;
    width: 100%;
    background-image: url(images/nav.png);
    background-repeat: repeat-x;
}

nav ul {
    display: flex;
    justify-content: center;
    width: 100%;
    font-family: 'Vast Shadow', cursive;
}

nav li {
    line-height: 8.75em; /* 140px */
    margin: 0 31px;
    list-style: none;
}

nav li a {
    text-decoration: none;
    color: #DACEB6;
    font-size: 1.4375em; /* 23px */
}

#logo {
    position: relative;
    z-index: 8000px;
    margin-top: 10px;
    margin-left: 77px;
    
}

#logo-frame {
    background-image: url(images/nav1.png);
    background-position: top center;
    overflow: hidden;
    width: 303px; 
    height: 175px;
    margin: 0 auto;
    position: relative;
}

#column {
    text-align: center;
    font-size: 3em;
    padding: 40px 0;
    margin: 0 auto;
    width: 34%;
    color: #1A1414;
    font-family: 'Vast Shadow', cursive;
}

.column {
    
    display: inline-block;
    width: 30.5%;
    margin: 10px 20px;
}

.column p {
    font-size: .9em;
    margin-top: 0;
    line-height: 1.65em;
}

.column h6 {
    margin-top: 30px;
}

.column h1 {
    margin-top: 0;
    text-align: center;
    padding: 25px 13px 10px 44px; 
    font-family: 'Nixie One', cursive;
    line-height: 2.5em; /* 30pt */
    font-size: 2em; /* 18px */
    position: relative;
}

.column h4 {
    text-align: center;
    padding: 0px 13px 30px; 
    font-family: 'Open Sans', sans-serif;
    line-height: 2.5em; /* 30pt */
    font-size: 1em; /* 18px */
    position: relative;
}

div h6 {
    font-size: 1.25em;
}

#hero {
    width: 100%;
    padding-top: 118px;
}

#phone {
    padding: 25px 13px 25px 44px; 
    font-family: 'Nixie One', cursive;
    line-height: 2.5em; /* 30pt */
    font-size: 1.125em; /* 18px */
    width: 190px;
    height: 127px;
    position: relative;
    margin-top: -257px;
    z-index: 8000;
    background-color: #1A1414;
}

#phone a {
    text-decoration: none;
    color: #F0EBE2;
}

#social {
    position: relative;
    background-position: top center;
    margin-top: -52px;
    padding-bottom: 6px;
    z-index: 8000;
    float: right;
}

#social img {
    margin-right: 13px;
}

#times {
    position: relative;
    z-index: 8000;
    width: 100%;
}

#hours {
    position: relative;
    z-index: 8050;
    margin: -104px 0 41px 45px;
    font-family: 'Vast Shadow', cursive;
    line-height: 1.75em; /* 21pt */
    font-size: 1.125em; /* 18px */
}

#story {
    margin-top: 167px;
    float: right;
}

#story p {
    width: 43.958333333333333%; /* 422/960 */
    margin-left: 44px;
}

#story img {
    width: 40.625%; /* 390/960 */
    margin-top: -477px;
    margin-bottom: 116px;
    float: right;
}

#story2 {
    margin-top: 77px;
    float: left;
}

#story2 p {
    width: 40.833333333333333%; /* 392/960 */
    margin-right: 44px;
    text-align: right;
    float: right;
}

#story2 img {
    width: 46.354166666666667%; /* 445/960 */
    margin-top: 2px;
    float: left;
}

#flame {
    background-image: url(images/flame.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    padding-bottom: 26px;
}

#story3 img {
    margin-top: 433px;
    width: 100%;
}

#story3 p {
    text-align: center;
    padding: 78px 0 98px;
    font-size: 1.875em; /* 30px */
    color: #FC8803;
}

#news {
    background-image: url(images/news.png);
    background-repeat: no-repeat;
    background-position: top left;
    overflow: hidden;
    margin-top: 107px;
}

#news img {
    float: right;
    margin: 17px 44px 0 15px;
}

#news ul {
    font-family: 'Nixie One', cursive;
    line-height: 2.125em; /* 25.5pt */
    text-align: right;
    font-size: 1.125em; /* 18px */ 
    margin-top: 5px; 
}

#news ul li a {
    text-decoration: none;
    color: #DACEB6;
    font-size: 1.125em; /* 18px */ 
}
    
#map{
    text-align: center;
    padding: 180px 0 80px;
    margin: 0 auto;
    width: 90%;
    font-size: 1.5em;
}

iframe {
    width: 100%; 
    height: 756px;
    margin-top: 100px;
}

#contact {
    background-image: url(images/contactus.png);
    background-repeat: no-repeat;
    background-position: top right;
    overflow: hidden;
    margin-top: 43px;
}

#contact h2 {
    font-family: 'Vast Shadow', cursive;
    line-height: 1.8333333333333333em; /* 22pt */
    color: #000000;
    font-size: 1.5625em; /* 25px */
    margin: 33px 0 0 44px;
}

#contact p {
    margin: 46px 0 0 44px;
    width: 45.520833333333333%; /* 437/960 */
}

#special {
    font-family: 'Open Sans', sans-serif;
    color: #1A1414;
    margin: 30px 0 0 44px;
}

form {
    margin: auto 44px 0 44px;
}

.top,
input[type="text"],
input[type="email"] {
    display: block;
    color: #1A1414;
}

input[type="text"],
input[type="email"] {
    width: 38%;
    height: 1.125%;
    font-size: 1em; /* 16px */
    background-color: #BAA988;
    padding: 10px;
    line-height: 1.5em; /* 24px */
    font-family: 'Open Sans', sans-serif;
    color: 1A1414;
    margin: 64px 0 107px;
    border: none;
}

#subject {
    margin-bottom: 0px;
}


form textarea {
    float: right;
    width: 50%;
    font-size: 1em; /* 16px */
    background-color: #BAA988;
    padding: 10px;
    line-height: 1.5em; /* 24px */
    font-family: 'Open Sans', sans-serif;
    color: #1A1414;
    border: none;
}

form h3 {
    font-size: 1em; /* 16px */
    font-family: 'Open Sans', sans-serif;
    color: #1A1414;
    padding-top: 20px;
}

button {
    clear: both;
    float: right;
    width: 140px;
    background-color: #03010c;
    font-family: 'Vast Shadow', cursive;
    color: #DACEB6;
    padding: 15px;
    margin-top: 15px;
    font-size: 1.375em; /* 22px */
    border-radius: 25px;
    border: none;
}

footer {
    z-index: 8000px;
    margin-top: -58px;
    position: relative;
    width: 100%;
    background-image: url(images/foot.png);
    background-repeat: repeat-x;
}

footer p {
    padding: 20px;
    font-size: 1em; /* 16px */
    position: relative;
    z-index: 9000px;
    text-align: right;
    margin-top: -158px;
}

#copywright {
    position: relative;
/*    z-index: 8900;*/
    margin-top: -50px;
    margin-left: 200px;
    font-size: 1em; /* 16px */
    font-family: 'Open Sans', sans-serif;
    line-height: 2.6666666666666665em; /* 16px */
    color: #F0EBE2;
}


/* Media Query for Tablet */
@media screen and (max-width: 800px) {
    body {
/*        background-color: lightgreen;*/
    }
    
     p {
        font-size: .75em;
        line-height: 2.5em;
    }

    #container {
        margin: -31px auto; 
        height: 2850px;
    }
    
    #container2 {
        margin: -31px auto; 
        height: 2650px;
    }
    
    #container3 {
        margin: -31px auto; 
        height: 800px;
    }
    
    #container4 {
        margin: -35px auto; 
        height: 1100px;
    }
    
    nav li a {
        font-size: 1.45em;
    }
    
    nav li {
        margin: 0 25px;
    }
    
    nav li:nth-child(3) {
        margin: 0 -55px;
    }
    
    nav li:nth-child(3) img {
/*
        background-color: yellow;
        border-color: yellow;
        border-width: 1px;
        border-style: solid;
*/
        width: 150px;
    }
    
    nav li:nth-child(1),
    nav li:nth-child(2),
    nav li:nth-child(4),
    nav li:nth-child(5) {
/*        background-color: aqua;*/
        position: relative;
        z-index: 9000;
    }
    
    nav li:nth-child(1) {
        margin-left: 5px;
        
    }
    
    nav li:nth-child(5) {
        margin-right: 5px;
    }
    
    #phone {
        padding: 25px 13px 25px 44px;
        line-height: 2.0625em;
        font-size: 1em;
        width: 18%;
        height: 10%;
        margin-top: -137px;
    }
    
    #social {
        margin-top: -43px;
    }
    
    #times {
        position: relative;
        z-index: 8000;
        width: 100%;
        margin-top: -3px;
    }

    #hours {
        margin-top: -58px;
        font-size: 0.875em;
    }
    
    #map {
        padding: 60px 0 50px;
        font-size: .975em;
    }
    
    #cal {
        text-align: center;
        padding: 60px 50px;
        font-size: .975em;
    }
    
    #story {
        margin-top: 50px;
    }

    #story p {
        width: 49.069767441860465%; /* 422/860 */
        margin-left: 25px;
    }

    #story img {
        width: 40.625%; /* 390/800 */
        margin-top: -305px;
    }

    #story2 {
        margin-top: 10px;
    }

    #story2 p {
        width: 41.833333333333333%;
        margin-right: 25px;
    }

    #flame {
        background-position: 100% 88%;
        padding-bottom: 45px;
    }

    #story3 img {
        margin-top: 300px;
    }

    #story3 p {
        padding: 45px 0 58px;
        font-size: .875em; /* 30px */
    }

    #news {
        background-size: 29%;
        margin-top: 45px;
    }

    #news img {
        margin-top: 15px;
    }

    #news ul li a {
        font-size: 1em; 
    }

    iframe {
        width: 99.89%; 
        height: 378px; /* 756/800 */
        margin-top: 55px;
    }

    #contact {
        background-size: 38%;
        margin-top: 0px;
    }

    #contact h2 {
        line-height: 1.8333333333333333em; /* 22pt */
        font-size: 1em;
        margin: 23px 0 0 22px;
        width: 380px;
    }

    #contact p {
        margin: 46px 0 0 22px;
        width: 45.520833333333333%; /* 437/800 */
    }

    #special {
        margin: 15px 0 0 22px;
        font-size: .725em;
    }
    
    #column {
        background-color: #1A1414;
        color: #F0EBE2;
        width: 100%;
        font-size: 1.75em;
    }
    
    .column {
        display: block;
        margin: 0 auto;
        width: 90%;
    }
    
    .column h4 {
        background-color: #BAA988;
        font-size: .75em;
        padding-bottom: 10px;
    }
    
    .column h1 {
        background-color: #BAA988; 
        font-size: 1.5em;
        padding-top: 10px;
    }
    
    .column h6 { 
        background-color:  color: #FC8803;
        font-size: 1em;
    }
    
    .column div p {
        font-size: .725em;
    }
    
    .last {
        
        padding-bottom: 100px;
    }

    form {
        margin: auto 22px 0 22px;
    }

    .top,
    input[type="text"],
    input[type="email"] {
        display: block;
        color: #1A1414;
    }

    input[type="text"],
    input[type="email"] {
        width: 43%;
        height: 1.125%;
        font-size: .75em;
        padding: 10px;
        line-height: 1.25em;
        margin: 64px 0 66px;
    }

    #subject {
        margin-bottom: 0px;
    }
    
    .month {
        width: 93.125%;
    }
    
    .days li {
        width: 60;
    }
    
   .weekdays li {
        margin-right: 43px;
        text-align: center;
    }
    
    .weekdays li:nth-child(6),
    .weekdays li:nth-child(7) {
        display: none;
    }

    form textarea {
        height: 8%;
        font-size: .75em;
        padding: 10px;
        line-height: 1.25em;
    }

    form h3 {
        font-size: .725em;
        padding-top: 10px;
    }

    button {
        width: 110px;
        font-size: 1em; /* 22px */
        border-radius: 20px;
        margin-top: 0px;
    }
    
    footer {
        position: absolute;
        margin-top: -58px;
        width: 100%;
        background-position: 50% 27%;
        border-bottom: 3px;
        border-style: solid;
        border-color: #fb8705;
    }

    footer p {
        padding: 15px;
        font-size: .75em;
        margin-top: -104px;
    }
    
    footer img {
        width: 200px;
    }

    #copywright {
        margin-top: -43px;
        margin-left: 160px;
        font-size: .625em;
    }
   

/* Media Query for Mobile */
@media screen and (max-width: 400px) {
    
    body {
/*        background-color: lightcoral;*/
        margin: 0;
    }
    
    #container {
        margin: -33px auto;
        height: 3200px;
    }
    
    #container2 {
        margin: -33px auto;
        height: 3000px;
    }
    
    #container3 {
        margin: -33px auto;
        height: 500px;
    }
    
    #container4 {
        margin: -33px auto;
        height: 900px;
    }
    
    p {
        font-size: .75em;
        line-height: 2.25em;
    }
    
    nav {
        overflow: hidden;
        border-bottom: 3px;
        border-style: solid;
        border-color: #fb8705;
    }
    
    #hero {
        margin-top: -35px;
    }
    
    #phone {
        width: 100%;
        height: 1%;
        margin-top: 0px;
        padding: 25px 20px;
    }
    
    #phone a {
        font-size: .625em;
        line-height: 1.5em;
        margin-right: 25px;
    }
    
    #phone br {
        display: none;
    }
    
    #social img {
        width: 30px;
        margin-right: 5px;
    }
    
    #times {
        margin-top: 0;
    }
    
    #hours {
        margin-top: -27px;
        font-size: .25em;
        margin-left: 22px;
    }
    
    #hours br {
        display: none;
    }
    
    .month {
        width: 86.25%;
        height: 1.5%;
        font-size: 90em;
    }
    
    .month li {
        font-size: .8em;
    }
    
    .weekdays li {
        margin-right: 70px;
    }
    
    .days li {
        width: 0px;
    }
    
    .weekdays li:nth-child(5),
    .weekdays li:nth-child(6),
    .weekdays li:nth-child(7) {
        display: none;
    }
    
    
    .days li:nth-child(13),
    .days li:nth-child(14),
    .days li:nth-child(15),
    .days li:nth-child(16),
    .days li:nth-child(17),
    .days li:nth-child(18),
    .days li:nth-child(19),
    .days li:nth-child(20) {
        display: none;
    }
    
    .days {
        text-align: left;
    }
    
    .weekdays li{
        margin: 0 auto;
        padding-right: 36;
    }
    
    #map{
        padding: 40px 0 0;
        font-size: .75em;
    }
    
    #cal{
        padding: 40px 0 70px;
        font-size: .75em;
    }
    
    #story {
        margin-top: 15px;
    }
    
    #story p {
        width: 86%;
    }
    
    #story img {
        margin-top: 40px;
        width: 86%;
    }
    
    #story2 p {
        margin-top: -440px;
        text-align: left;
        width: 86%;
    }
    
    #story2 img {
        margin-top: 170px;
        width: 86%;
    }
    
    #flame {
        background-position: 15% 82%;
        padding-bottom: 10px;
    }
    
    #story3 img {
        margin-top: 270px;
    }
    
    #story3 p {
        font-size: .5em;
        margin: 0 20;
    }
    
    #news ul {
        font-size: .75em;
        margin-top: 10px;
    }
    
    #news img {
        margin-right: 12px;
        width: 9px;
    }
    
    #contact {
        margin-top: 40px;
    }
    
    #contact h2 {
        font-size: .875em;
        margin: 90px auto 30px;
        width: 84%;
        text-align: center;
    }
    
    #contact p {
        margin: 0px auto 5px;
        width: 89%; 
    }
    
    #contact h3 {
        font-size: .625em;
        margin: 0 auto;
        text-align: center;
    }
    
    iframe {
        height: 230px;
    }
    
    form {
        margin: 0 56px;
    }

    input[type="text"],
    input[type="email"] {
        width: 100%;
        height: 1.125%;
        font-size: .75em;
        margin: 25px 0;
    }
    
    form textarea {
        margin: 50px auto 25;
        float: right;
        width: 100%;
        font-size: .75em;
        padding: 10px;
        line-height: 1.5em;
    }
    
    form h3 {
        float: right;
    }
    
    button {
        border-radius: 15px;
        margin-top: 60px;
        width: 250px;
        font-size: .75em;
    }
    
    footer {
        z-index: 8000px;
        margin-top: -58px;
        position: relative;
        width: 100%;
        background-image: url(images/foot.png);
        background-repeat: repeat-x;
        background-size: 100%;
    }
    
    footer img {
        width: 123px;
    }

    footer p {
        font-size: .12em;
        margin-top: -70px;
        margin-right: 7px;
        padding: 5px;
    }

    #copywright {
        display: none;
    }

    nav li {
        line-height: 5em;
        margin: 0 20px;
    }
    
    nav ul {
        margin-top: 0px;
    }
    
    nav li:nth-child(3) {
        margin: 0;
        background-size: 0 0;
    }
    
    nav li:nth-child(3) img {
        
        width: 300px;
    }
    
    nav li a {
        font-size: .875em;
    }
    
    #logo-frame {
        display: none;
    }
    
    
    
    
}