/***********************************Headings/Footer/Body******************************/
h1,h2,h3 {
    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;
    margin: .5em;
    padding: .3em;
} .forecast {
    display: none;
} article img {
    max-width: 100%;
} .herodiv {
    position: relative;
    margin: 10px auto;
    overflow: hidden;
} .town-photo {
    margin: .5em;
} .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;
} .summary-stats h2 {
    color: #120D18;
    border-bottom: 4px solid #120D18;
    text-shadow: .3px .3px #E3E6EE;
} .stats {
    font-weight: bolder;
    font-style: italic;
    text-shadow: .4px .4px #9BDBE8;
} .summary-stats li {
    font-weight: bold;
    text-align: start;
    text-shadow: .2px .2px #E3E6EE;
} #contact-us {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: .6em;
} #map {
    display: none;
} #town {
    max-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%;
}


