/* cmsms stylesheet: Site modified: 01/08/21 17:01:14 */
   

 * {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

a {
    color: #c7d810;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img.background {
    position: fixed;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    z-index: -1;
}

span.nowrap {
    white-space: nowrap;
}

div#overlay {
    background: rgba(0,0,0,0.35);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

div#left {
    margin-left: 15%;
    position: absolute;
    top: 0;
    bottom: 0;
}

img#logo {
    margin-top: 3em;
    margin-bottom: 3em;
    width: 18em;
}

div#champ {
    width: 18em;
    font-family: 'Oswald', sans-serif;
    text-align: center;
}
div#champ img {
  width: 100%;
}

div#footer {
font-family: 'Oswald', sans-serif;
    border-top: 0.8em solid #c7d810;
    border-bottom: 4.5em solid #c7d810;
    padding-bottom: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

div#phone a {
    color: #c7d810;
    font-size: 3em;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.2;
    margin-bottom: .2em;
    display: block;
}

div#map {
    display: inline-block;
}

div#map i {
    /*color: #c7d810;*/
    font-size: 5em;
    vertical-align: bottom;
}

div#hours {
    display: inline-block;
    color: #c7d810;
    font-size: 1.75em;
    /* margin-left: 1em; */
    text-align: left;
}
div#location {
    display: inline-block;
    color: #c7d810;
    font-size: 1.7em;
}
#phone a:hover, div#map i:hover {
    color: #da521f;
}

div#socials {
    position: absolute;
    bottom: 6.5em;
    left: -4em;
    width: 2em;
}

div#socials a {
    color: white;
    text-decoration: none;
}

.fa-2x {
    border: 2px solid white;
    border-radius: 2em;
    padding: 4px;
    margin-bottom: 0.5em;
    margin-right: 0.5em;
    text-align: center;
    width: 1em;
}

a:hover i {
    color: #c7d810;
    border-color: #c7d810;
}

div#static {
    position: fixed;
    height: 100%;
    width: 100%;
}

div#content {
    position: absolute;
    left: 45%;
    right: 10%;
    top: 0;
    bottom: 0;
    background: #ffffff;
    padding: 0;
    box-sizing: border-box;
}

div#innercontent {
    top: -6rem;
    position: relative;
    z-index: 999;
}

/*Menu*/
div#content-menu {
    position: absolute;
    left: 45%;
    right: 10%;
    top: 15em;
    padding: 1em 2em;
}

div#content-menu ul {
    background: #ffffff;
    font-size: 1.3rem;
    list-style: none;
    padding-left: 1em;
    padding-bottom: 1em;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
}

#menu ul {
    margin: 0;
    padding: 0;
}

#menu li {
    list-style: none;
}

#menu li a {
    color: #FFFFFF;
    display: block;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 2em;
    padding-bottom: 1em;
    text-transform: uppercase;
}

#menu li a:hover, #menu li a:active,
#menu li a.currentpage {
color: #c7d810;
}

/* modifications to colors of main nav on home page, to accomodate new image.  JAH 7/12/17 */
#menu li a.home {color:#DA521F;}
#menu li a.home:hover {color:#c7d810;}
#socials.home a, #footer.home a {color:#DA521F;}
#socials.home a:hover .fa-2x, #footer.home a:hover{color:#c7d810; border-color:#c7d810;}
#socials.home .fa-2x { border:2px solid #DA521F;}
#footer.home {    border-top: 0.8em solid #DA521F;      border-bottom: 4.5em solid #DA521F;  }
#footer.home #hours, #footer.home #location {color:#DA521F;}

#footer.home #map a {color:#DA521F;}
#footer.home #map a.home:hover {color:#c7d810;}
#footer.home #map i:hover{color:#c7d810;}


.details{
    display:none;
    height:auto;
    margin:0;
}
.expand {
    display: none;
}
.collapse:target + .expand {
    display: block;
}
.collapse:target {
    display: none;
}
.collapse:target ~ .details{
    display:block;
}

h1, h2 {
    color: #da521f;
    display: inline-block;
    font-size: 2rem;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
    left: -12%;
    background: #ffffff;
    padding: 0.3rem 2rem;
    margin-top: 1rem;
    margin-bottom: -1px;
}

h3 {
    color: #da521f;
    background: #ffffff;
    font-size: 1.5rem;
    font-weight: 900;
    text-transform: uppercase;
    padding: 1rem 1rem 0.5rem 1.5rem;
    margin: 0;
}

p {
    background: #ffffff;
    font-size: 1.3rem;
    margin: 0;
    padding: 0.5rem 2rem 0.5rem 1.5rem;
}

span.firstword {
    font-size: 0.6em;
}

/*Home Page*/

section#content {
display: none;
visibility: hidden;
}

div#Callout{
    background: #da521f;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 26em;
    padding: 18em 1%;
    box-sizing: border-box;
min-height: 8em;
}

div#Callout h1,
div#Callout h2 {
    background: none;
    color: white;
    left: 0;
    line-height: 2;
padding: 0;
    text-align: right;
}

div#Callout h1 {
    font-size: 2.8em;
    letter-spacing: 2px;
    margin-bottom: 3em;
    font-family: 'Roboto Condensed';
}

div#Callout h2
{
    font-size: 1.7em;
    font-weight: normal;
    letter-spacing: 1px;
}

@media screen and (max-width: 1500px) {
div#Callout {
    font-size: 0.8em;
}

div#content-menu ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}
}
@media screen and (max-width: 1200px) {
div#left {
    margin-left: 10%;
}
div#content {
    left: 48%;
    right: 8%;
}
div#socials {
    bottom: 4.5em;
}
div#footer {
    font-size: 0.9em;
}
img#logo {
width: 18em;
}
div#Callout {
    font-size: 0.7em;
}
}

@media screen and (max-width: 900px) {
div#static {
    position: absolute;
}
div#left {
    font-size: 0.8em;
    margin-left: 10%;
}
div#left.short{
height: 90%;
}
div#footer {
    font-size: 0.85em;
}
img#logo, div#champ {
width: 15em;
}

div#content-menu, div#content {
    position: absolute;
    top: 100%;
    width: 100%;
left: 0;
right: 0;
padding: 0;
}
div#content-menu ul {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
}
div#innercontent {
    top: 0;
}
h1, h2 {
display: block;
left: 0;
margin: 0;
    padding: 0.5rem;
}

div#socials {
    bottom: 16em;
    width: 17em;
    left: 0;
}

div#Callout {
    top: 90%;
    left: 0;
    right: 0;
    width: 100%;
    padding: 1em;
}

div#Callout h1,
div#Callout h2 {
padding: 0;
    margin: 0;
    line-height: 1.5;
text-align: center;
}
}

@media screen and (max-width: 600px){
h3, p, div#content-menu ul {
    padding: 0.2rem 0.5rem;
}
div#Callout h1 {
    font-size: 2.2em;
}

div#Callout h2
{
    font-size: 1.5em;
}
div#content-menu ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}
}


@media screen and (max-height: 1024px) {
body {
font-size: 11px;
}
}

@media screen and (max-height: 800px) and (min-width: 900px) {
div#static {
position: relative;
min-height: 800px;
}
img#logo {
    margin-top: 2em;
    margin-bottom: 2em;
}
#menu li a {
    padding-bottom: 0.5em;
}
}

/* Ecwid Online Ordering integration March 2018*/
div#online_ordering_content {width:90%; margin:0 auto; }
div#online_ordering_content h1 {left:0; }

@media screen and (max-height: 600px) and (max-width: 900px) {
body {
font-size: 10px;
}
div#static {
position: relative;
min-height: 550px;
}
img#logo {
    margin-bottom: 2em;
}
div#content-menu, div#content {
    top: 550px;
}
}
