@font-face {
    font-family: "Elsora";
    src:
        url("Elsora-Regular.woff") format("woff");
}

@font-face {
    font-family: "Iowan Old Style";
    src:
        url("Iowan Old Style BT Black.woff") format("woff");
}

html::before {
    content: "<br /><br /><br /><br /><br /><br />";
}

.page-header {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 2;
}

.body {
    display: flex;
    flex-direction: column;
}

html, body, .main-page {
    min-height: 72.5vh;
}



.footer {
    background-color: black;
    color: white;
    font-family: "Iowan Old Style", serif;
    margin: -4px -8px -8px;
    padding: 20px;
    flex-shrink: 0;/*
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;*/
}

.main-page {
    flex: 1 0 auto;
}

.footer > address {
    font-style: normal;
    text-align: center;
    line-height: 2;
    /*float: right;*/
}

.footer > img {
    width: 50%;
}

.http-error-wrapper {
    text-align: center;
    font-family: "Elsora", serif;
    font-weight: 100;
    font-size: 50px;
    
}

a {
    color: #84b6ff;
}

a:visited {
    color: #8950ff;
}

.navbar-header {
    background-color: black;
    text-align: center;
    margin: -40px -8px -8px -8px;
    /*height: 100px;*/
    padding: 2.5px;
}

.navbar-header > div > h1 {
    color: white;
    font-family: "Elsora", serif;
    font-weight: 100;
    font-size: 60px;
}

.navbar-fullscreen {
    /*min-height: 50px;*/
    background-color: #dadada;
    /*padding-left: 10px;*/
    border-bottom: 2px solid #b0b0b0;/*
    border-radius: 30px;*/
    /*margin-left: 15px;*/
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    position: absolute;
    top: 70px;
    left: -8px;
    overflow: hidden;
    /*box-shadow: 0 4px 8px -8px black;*/
    width: 100%;
}

.navbar-smallscreen-button {
    /*margin-bottom: 10px;*/
}

.navbar-button {
    border: none;
    width: 100%;
    height: 50px;
    background-color: #b5b5b5;
    transition: all .5s;
}

.navbar-button:hover {
    background-color: #444;
    transition: all .5s;
}

.navbar-button:active {
    background-color: #4e4e4e;
    transition: all .1s;
}

.navbar-button > div {
    height: 3px;
    border-top: 3px solid black;
    max-width: 50px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7px;
    margin-bottom: 5px;
}

/*.navbar > div {
    min-height: 50px;
}

.navbar > div > a {
    transition: all .2s;
    font-family: 'Iowan Old Style', serif;
    color: black;
    text-decoration: none;
    /*min-height: 50px;*//*
    position: relative;
    top: 14px;
    left: 30px;
}

.navbar > div > a:hover {
    transition: all .2s;
    color: #4e4e4e;
}*/


.navbar-contents {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  left: 10%;
}

.navbar-contents > li {
  transition: all .2s;
  float: left;
  background-color: rgba(0, 0, 0, 0.0);
  border-left: 2px dashed black;

}

.home-link {
  /*border-radius: 30px 0px 0px 30px;*/
}

.navbar-contents > li:hover {
  background-color: #ccc;
}

.navbar-contents > li:active {
  background-color: #888;
}

.navbar-contents > li > a {
    transition: all .2s;
    display: block;
    color: black;
    text-decoration: none;
    text-align: center;
    padding: 0px;
    font-family: "Iowan Old Style", serif;
    padding: 15px 15px 15px 15px;
    border-radius: 30px;
}

.last-link {
    border-right: 2px dashed black;
}

/*.navbar-contents > li > a:hover {
    transition: all .2s;
    color: #4e4e4e;
}

.navbar-contents > li > a:active {
    transition: all .1s;
    color: #181818;
}*/


.navbar-smallscreen-wrapper {
    position: relative;
    bottom: 32.5px;
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: -8px;
    background-color: #dadada;
    overflow: hidden;
    height: 50px;
    transition: all 1s linear;
}

/*.navbar-smallscreen:hover {
    top: 300px;
    transition: all 1s linear;
}*/

.navbar-smallscreen > ul {
    list-style-type: none;
    padding: 0px;
}

.navbar-smallscreen > ul > a {
    /*border: 1px solid black;
    padding: 10px;
    text-align: center;
    /*width: 100%;*//*
    margin-bottom: 5px;
    margin-top: 5px;*/
    text-decoration: none;
    color: black;
    text-align: center;
    background-color: #dadada;
    transition: color .5s;
}

.navbar-smallscreen > ul > a > li {
    color: black;
    font-family: "Iowan Old Style", serif;
    margin: 5px;
    border: 2px dashed rgb(0, 0, 0);
    border: 2px dashed rgba(0, 0, 0, 0.0);
    background-color: #dadada;
    transition: all .2s;
}

.navbar-smallscreen > ul > a > li:hover {
    /*border: 1px solid black;
    padding: 10px;
    text-align: center;
    /*width: 100%;*//*
    margin-bottom: 5px;
    margin-top: 5px;*/
    margin: 0px;
    background-color: white;
    border: 2px dashed black;
    transition: all .2s;
}

.heading-wrapper {
    text-align: center;
}

.page-heading {
    font-family: "Elsora", serif;
    font-weight: 100;
    font-size: 60px;
}

.about-us-image {
    object-fit: cover;
}

.links-list {
    font-family: 'Iowan Old Style', serif;
}

.links-list > li > a {
    color: #84b6ff;
}

.links-list > li > a:visited {
    color: #8950ff;
}

.logo-wrapper {
    text-align: center;
}

.logo-wrapper > img {
    max-width: 100%;
    height: auto;
}

.join-us-iframe {
    height: 800px;
    width: 100%;
}

.calendar-section {
    background-color: black;
    margin: -8px -8px -8px -8px;
    padding: 10px;
    text-align: center;
}

.calendar-header {
    color: white;
    font-family: "Elsora", serif;
    font-weight: 100;
    font-size: 60px;
}

.google-calendar {
    width: 100%;
    
}

.alert-container {
    background-color: #84b6ff;
    color: black;
    font-family: "Iowan Old Style", serif;
    padding: 20px;
    margin: -8px;
}

.photo-wrapper > img {
    max-width: 100%;
    height: auto;
}

.photo-wrapper {
    text-align: center;
}

.name-header, .join-us-header, .header1 {
    font-family: "Elsora", serif;
    font-weight: 100;
    font-size: 60px;
}

.header2 {
    font-family: "Elsora", serif;
    font-weight: 100;
    font-size: 50px;
}

.join-us-header-wrapper, .header-wrapper {
    text-align: center;
}

.name-header-subtitle {
    font-family: "Iowan Old Style", serif;
}

.header-wrapper {
    text-align: center;
    line-height: 0.6;
}

.svg-border {
    position: relative;
    bottom: 620px;
    margin: -8px;
}

.body-section {
    font-family: "Iowan Old Style", serif;
}

.image-url {
    font-family: "Iowan Old Style", serif;
    
}

.close-button {
    font-size: 50px;
    float: right;
    padding: 10px;
    width: 80px;
    background-color: rgba(0, 0, 0, 0.0);
    border: none;
    transition: all .2s;
}

.close-button:hover {
    transition: all .2s;
    background-color: rgba(200, 200, 200, 0.5)
}

.old-trailmaps-section, .old-newsletters-section {
    text-align: center;
    list-style-type: none;
}

.old-trailmaps-section > ul, .old-newsletters-section  > ul {
    list-style-type: none;
}

.gallery-image {
    width: 400px;
    margin: 10px;
}

.gallery-wrapper {
    text-align: center;
}

.footer-wave {
    margin: 20px -8px -8px -8px;
    overflow: hidden;
}

.copyright-section {
    text-align: center;
}

/*@media screen and (max-width: 519px) and (min-width: 405px) {
    .last-link {
        border-radius: 0px 30px 30px 0px;
    }
    .navbar-fullscreen {
        width: 358px;
        float: none;
    }
    .navbar-wrapper {
        text-align: center;
    }
}*/
.navbar-header-logo-short, .navbar-header-logo-tiny, .navbar-header-logo-wide {
    position: relative;
    top: 15px;
    /*bottom: 100px;*/
}

@media screen and (min-width: 1059px) {
    .navbar-smallscreen-wrapper {
        display: none;
    }
    .smallscreen-page-spacer {
        display: none;
    }
}

@media screen and (max-width: 1058px) {
    .navbar-fullscreen {
        display: none;
    }
}



@media screen and (min-width: 717px) {
    .navbar-header-logo-short {
        display: none;
    }
    .navbar-header-logo-tiny {
        display: none;
    }
}

@media screen and (max-width: 716px) and (min-width: 362px) {
    .navbar-header-logo-wide {
        display: none;
    }
    .navbar-header-logo-tiny {
        display: none;
    }
}

@media screen and (max-width: 361px) {
    .navbar-header-logo-wide {
        display: none;
    }
    .navbar-header-logo-short {
        display: none;
    }
}



@media print {
    .page-header {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .about-us-image {
        width: 100%;
        height: auto;
    }
    .about-us-body {
        display: block;
    }
}

@media screen and (min-width: 501px) {
    .about-us-image {
        width: 50%;
        height: 50%;
    }
    .about-us-body {
        display: flex;
    }
}
