/*
Headings/Footer/Body
*/

h1,h2 {
    font-family: 'Righteous', cursive;
    font-size: 1.5rem;
    color: #120D18;  
    margin: 0 0 0 3px;
}
p {
    margin: auto;
    padding: .5em;
}
.text-addons {
    color: #383A3C;
    margin: .5rem 0 .5rem;
    padding: 0;
}
.special-heading {
    color:rgb(234, 237, 245);
    margin: 1.3rem auto;
    font-size: 1.5rem;
    padding: .5rem;
    letter-spacing: .4rem;
}
header, footer {
    width: 100%;
    background-color:#9BDBE8;          
    font-size: .85em;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer{
    border-width: 5px 0px 0px;
    border-style: groove;
    border-color: #383A3C;
}
header img {
    width: 110px;
    height: auto;
}
.headings {
    display: flex;
    flex-direction: column;
}
body {
    font-family: 'Arimo', sans-serif;
    background-color: #383A3C;
}

/*NAVIGATION BAR*/
nav {
    background-color: #120D18;
    color: #383A3C;
}
.navigation {
    list-style-type: none;
    text-align: center;
    padding: 0;
    border-style: groove;
    border-color: #383A3C;
    border-width: 3px 0px 3px;
    margin: 0 auto;
}
.navigation li:first-child{
    display: block;
}
.navigation li {
    display: none;
}
.navigation a {
    display: block;
    color: #9BDBE8;
    text-align: center;
    padding: 0.75rem;
    text-decoration: none;
    font-weight: 800;
}
.navigation a:hover {
    background-color:#E3E6EE;
    color:#383A3C;
}
.active {
    background-color: #888D91;
    color: #E3E6EE;
}
.responsive li {
    display: block;
}

/* MAIN */
li {
    list-style-type: none;
}
.content {
    display: block;
    background-color: #E3E6EE;
    color: #120D18;
    border: 5px outset #120D18;
    border-radius: 3px;
    margin: .5em;
    padding: .3em;
}
section.content {
    display: none;
}
article img {
    max-width: 100%;
}

.herodiv{
    position: relative;
    margin: 10px auto;
}
.summary-stats{
    position: absolute;
    top: 1.3em;
    left: 2em;
    background: radial-gradient(#E3E6EE,#383A3C);
    border: 3px dashed #120D18;
    box-shadow: 0 0 30px #383A3C;
    padding: .7rem;
    opacity: .8;
}

.stats {
    font-weight: bolder;
    font-style: italic;
}
#contact-us {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: .6em;
}
#map {
    display: none;
}
#town {
    width: 100%;
    margin: auto;
}
/* Special Pancake Awareness*/
#pancakes {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #120D18;
    box-shadow: 0 0 30px #E3E6EE;
    opacity: .8;
}
#pancakes h2{
    color: #E3E6EE;
    padding: .2rem;
    text-align: center;
    letter-spacing: .1rem;
    font-size: 75%;
}