html, 
body { color: #00344B; font-family: "neue-kabel", sans-serif; font-size: 20px; -webkit-font-smoothing: antialiased; }
.container { padding: 0; width: 100%; }

/* Links */
a { transition: background-color .2s, color .2s; padding: 4px 0; }
a:hover { text-decoration: none; }
a:focus { text-decoration: none; }
button { background: #ccc; border: 0; margin: 6px 0 6px; padding: 8px 14px 6px; transition: background .2s, color .2s; }
button:hover { background: #999; }

/* Headers */
h1 { font-size: 1.4em; margin: 0; transition: font-size .4s; }
h2 { font-size: 2.4em; margin: 26px 0; }
h3 { font-size: 2.2em; margin: 46px 0 22px; }
h4 { font-size: 1.6em; margin: 46px 0 12px; }
h5 { font-size: 1.4em; margin: 46px 0 12px; }
h6 { font-size: 1.2em; margin: 46px 0 12px; }

/* Paragraphs & Lists */
p { line-height: 1.6em; margin: 22px 0; }
ul, 
ol { margin: 20px 0; }
li { line-height: 1.6em; margin: 12px 0; }
img { max-width: 100%; }

/* Header */
header { align-items: center; color: #fff; transition: padding .4s; }

#header-top { align-items: end; display: flex; justify-content: space-between; }
header nav ul { list-style: none; margin: 0; padding: 0; }
header nav li { display: inline-block; font-size: 1.1em; font-weight: 700; margin: 0; margin-left: 14px; position: relative; }
header nav li a { background: #148040; border-radius: 8px; color: #fff; display: block; padding: 5px 16px; }
header nav li a:hover,
header nav li a:focus { background: #C5D4C3; color: #148040; }
header nav li ul { box-shadow: 0 3px 16px -4px #333; opacity: .2; position: absolute; right: 99999px; top: -4000px; width: 240px; z-index: 1; }

header.scrolled { position: fixed; padding: 18px 1.5%; width: 100%; z-index: 1; }
header.scrolled h1 { font-size: 1.2em; }
header.scrolled nav li { font-size: .9em; margin-left: 34px; }

#skiptocontent { background-color: #fff; border-radius: 8px; box-shadow: 2px 2px 8px 0 #000; font-size: 1.3em; left: -9999px; padding: 6px 12px; position: absolute; top: -9999px; }
#skiptocontent:focus { left: 8px; top: 8px; }

#mobile-menu { background: transparent; border: 0; display: none; margin: 0; padding: 0 4px; }
#mobile-menu .line { background: #148040; display: block; height: 3px; left: 0; margin: 0 0 6px; position: relative; top: 0; transition: .3s; width: 26px; }
#mobile-menu .line.btm { margin: 0; }

#header-bottom { display: flex; justify-content: space-between; }
#header-bottom h1 { color: #148040; font-size: 3.4em; font-weight: 700; margin-top: 4px; text-transform: uppercase; }
#header-bottom img { width: 580px; position: relative; z-index: 1; }

.ada-element { left: -9999px; position: absolute; }

/* General Formatting */
header > section,
footer,
#content > section { padding: 48px 8% 60px; }

.row { display: flex; gap: 5%; justify-content: space-between; margin: 0; }
.row:before,
.row:after { display: none; }
#content .row > div { padding: 0; }

/* Footer */
footer { align-items: center; color: #fff; display: flex; justify-content: space-between; padding-top: 30px; padding-bottom: 34px;}
footer p { margin: 0;  }
footer a { color: #fff; }
footer a:hover,
footer a:focus { color: #faf; }

/* Homepage */

h2 { background: #148040; color: #fff; font-weight: 700; margin: 0; padding: 18px 8%; position: relative; }
h2:first-of-type { margin-top: -110px; }

#overview-map { display: flex; }
#overview-map ul { display: flex; flex-direction: column; justify-content: space-between; list-style: none; margin: 0; padding: 0;  }
#overview-map li { align-items: center; background: #dce5db; display: flex; flex-grow: 1; font-size: 1.4em; margin: 0; padding: 0 8%; }
#overview-map li:nth-of-type(2) { background: #C6D5C4; }

#aerial-map a { background: #148040; border-radius: 10px; color: #fff; display: block; font-size: 2em; font-weight: 700; margin-top: 16px; padding: 14px; text-align: center; }
#aerial-map a:hover,
#aerial-map a:focus { background: #075b29; }

#contact { background: #C6D5C4; padding-top: 22px !important; padding-bottom: 22px !important; }
#contact ul { display: flex; justify-content: space-between; list-style: none; padding: 0; }
#contact a { color: #00344B; }
#contact a:hover,
#contact a:focus { color: #148040; }
#contact img { height: 36px; margin-right: 8px; }

/* Lightbox */
.hdr-lightbox { margin-bottom: 64px; position: relative; width: 100%; }
.hdr-lightbox img { width: 100%; }
.hdr-lightbox button { background: transparent; display: none; font-size: 1em; height: 100%; left: 0; margin: 0; position: absolute; top: 0; width: 100%; }
.hdr-lightbox.has-js button { display: block; }
.hdr-lightbox button:after { background: #000; background: rgba(0,0,0,.3); content: ""; height: 0; left: 50%; margin: 0; opacity: 0; position: absolute; top: 50%; transition: .4s; width: 0; }
.hdr-lightbox button:hover:after,
.hdr-lightbox button:focus:after { height: 100%; left: 0; opacity: .8; top: 0; width: 100%; }
.hdr-lightbox button span { color: #333; font-style: italic; left: 0; margin-top: 12px; position: absolute; top: 100%; }

body.hdr-lightbox-showing { overflow: hidden; }
.hdr-lightbox.enhanced { height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 2; }
.hdr-lightbox.enhanced div { background: #fff; box-shadow: 4px 13px 28px 0 #111; left: 50%; max-height: 80%; overflow: auto; position: absolute; top: 50%; transform: translateX(-50%) translateY(-50%); width: 90%; z-index: 3; }
.hdr-lightbox.enhanced div img { max-width: 8000%; width: 100%; }
.hdr-lightbox.enhanced button { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.hdr-lightbox.enhanced button:before { color: #fff; content: "\00d7"; font-size: 3em; line-height: 1em; position: absolute; right: 10px; top: 0; z-index: 2; }
.hdr-lightbox.enhanced button:after { background: rgba(0,0,0,.97); height: 100%; left: 0; opacity: .8; top: 0; width: 100%; }
.hdr-lightbox.enhanced button:hover:after { background: rgba(0,0,0,.99); }
.hdr-lightbox.enhanced button span { opacity: 0; transition: opacity .3s; }
.hdr-lightbox.enhanced button:hover span,
.hdr-lightbox.enhanced button:focus span { color: #fff; font-size: 1.1em; left: auto; opacity: 1; right: 44px; top: 1px; z-index: 3; }

@media screen and (max-width: 992px) {
    .hdr-lightbox.enhanced div img { width: 992px; }
}

/************ Responsive ****************************************************************************************/

@media screen and (min-width: 2030px) {
    html,body { font-size: 24px; }
    p { line-height: 1.8em; margin: 32px 0; }
}

@media screen and (max-width: 1700px) {
    #overview-map li { font-size: 1.2em; line-height: 1.3em; }
}

@media screen and (max-width: 1520px) {
    header nav li { font-size: .95em; margin-left: 8px; }
    header nav li a { padding: 3px 12px; }
    #header-bottom h1 { font-size: 2.8em; }

    #overview-map li { font-size: 1.2em; line-height: 1.3em; }
}

@media screen and (max-width: 1300px) {
    header > section,
    footer,
    #content > section { padding: 32px 6%; }
    
    header nav li { font-size: .8em; margin-left: 2px; }
    header nav li a { padding: 2px 10px; }
    #header-bottom h1 { font-size: 2.2em; }
    #header-bottom img { width: 400px; }
    h2 { font-size: 1.8em; padding: 18px 6%; }
    h2:first-of-type { margin-top: -66px; }
    
    #overview-map li { font-size: .9em; }
    
    #aerial-map a { font-size: 1.4em; padding: 10px; }

    #contact { padding-top: 6px !important; padding-bottom: 6px !important; }
    #contact a { font-size: .9em; }
    #contact img { height: 22px; margin-right: 6px; }

    footer img { height: 40px; }
}

@media screen and (max-width: 1020px) {
    h1 { font-size: 1.2em; }
    h2 { font-size: 1.5em; }
    h3 { font-size: 1.6em; margin: 24px 0 0; }
    h4 { font-size: 1.4em; margin: 24px 0 0; }
    h5 { font-size: 1.2em; margin: 24px 0 0; }
    h6 { font-size: 1.1em; margin: 24px 0 0; }
    p, li { font-size: .9em; line-height: 1.4em; }
    button { font-size: .9em; padding: 4px 10px; }
    
    header > section,
    footer,
    #content > section { padding: 26px 6%; }
    h2 { padding: 18px 6%; }
    .row { display: block; }

    #header-top { align-items: center; }
    #header-bottom { padding-top: 9px !important; }
    #header-bottom h1 { font-size: 1.6em; }
    #header-bottom img { width: 300px; }
    h2:first-of-type { margin-top: -46px; }

    /* Header */
    #mobile-menu { display: block; }
    .menu-opened #mobile-menu .line.top { top: 8px; transform: rotate(45deg); }
    .menu-opened #mobile-menu .line.mid { opacity: 0; transform: rotate(90deg); }
    .menu-opened #mobile-menu .line.btm { top: -10px; transform: rotate(-45deg); }
    
    header nav { position: relative; }
    header nav ul { background-color: #333; box-shadow: 2px 9px 18px -4px #000; margin-top: 8px; opacity: 0; position: absolute; right: 9999px; top: 100%; width: 220px; z-index: 1; }
    header nav li { border-top: 1px solid #fff; display: block; margin: 0; text-align: center; width: 100%; }
    header nav li a { border-radius: 0; padding: 12px 8px; }
    .menu-opened header nav ul { opacity: 1; right: 0; transition: right 0s, opacity .2s; z-index: 3; }

    .big-img { border: 2px solid #aaa; overflow: auto; }
    .big-img img { max-width: 8000%; width: 900px; }
    #aerial-map .big-img img { width: 1200px; }
    
    #overview-map { display: block; }
    #overview-map ul { flex-direction: row; }
    #overview-map li { font-size: 1em; padding: 20px 5% 28px; }
    
    footer img { height: 32px; }
}

@media screen and (max-width: 794px) {
    header > section,
    footer,
    #content > section { padding: 32px 8%; }

    #header-bottom { display: block; overflow: auto; }
    #header-bottom img { float: right; }
    h2 { padding: 18px 8%; }
    h2:first-of-type { padding-top: 46px; }
    h2:first-of-type { margin-top: -58px; }

    .big-img img { width: 700px; }

    #overview-map ul { display: block; }
    #overview-map li { font-size: .9em; padding: 20px 4%; }
    
    #aerial-map a { font-size: 1.1em; line-height: 1.2em; padding: 10px 14px; }

    #contact ul { display: block; }
}

@media screen and (max-width: 500px) {
    #header-top img { height: 40px; }
    #header-bottom { padding-top: 0 !important; }
    #header-bottom h1 { font-size: 1.4em }
    #header-bottom img { width: 100%; }
    #contact a { word-wrap: break-word; }
    
    footer { display: block; text-align: center; }
    footer img { margin: 0 14px 14px 0; }
}