@font-face {
  font-family: 'gothic';
  src: url('../fonts/gothic.woff2') format('woff2'), url('../fonts/gothic.woff') format('woff'), url('../fonts/gothic.ttf') format('truetype');
  font-display: auto;
}
/* DEFAULT */
@media only screen {
  * {
    color: #000000;
    font-size: calc(17px + 6 * ((100vw - 300px) / (3000 - 300)));
    line-height: 1.6em;
    font-family: "gothic", 'TrebuchetMS', Helvetica, sans-serif;
  }
  a:hover, .cta a:hover, #header a:hover, #mswd a:hover, #nav a:hover, #footer a:hover {
    color: #FF0000;
    text-decoration: underline;
    text-decoration-color: #FF0000;
  }
  blockquote {
    margin: 1em;
  }
  blockquote, .italic {
    font-style: italic;
  }
  body {
    background: #FFFFFF;
    border: 8px solid #6DB771;
    font-size: 100%;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    width: calc(100% - 16px);
  }
  div, img, .zero {
    border: 0;
    margin: 0;
    padding: 0;
  }
  h1, .h1 {
    color: #1A595C;
    font-size: 30px;
    margin: 1em 0 .1em 0;
  }
  h2, .h2 {
    color: #1A595C;
    font-size: 28px;
  }
  h3, .h3 {
    color: #1A595C;
    font-size: 26px;
  }
  h4, .h4 {
    color: #1A595C;
    font-size: 25px;
  }
  h5, .h5, h6, .h6 {
    color: #1A595C;
    font-size: 24px;
  }
  hr {
    background-color: #6DB771;
    height: 4px;
    margin: 4px 0;
  }
  label, .hidden {
    display: none;
  }
  li {
    list-style-image: url('../images/li.png');
    margin: .8em .5em .8em -10px;
  }
  p, td, th {
    margin: 1em 0;
  }
  ol, ul {
    margin: 0;
  }
  .border {
    border: 2px solid #00FF00;
  }
  .center {
    text-align: center;
  }
  .cz {
    margin: 0;
    text-align: center;
  }
  .ext {
    height: 10px;
    width: 14px;
  }
  .flex-around {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .flex-between {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: bold;
  }
  .hidden {
    display: none;
  }
  .justify {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .larger {
    font-size: 24px;
  }
  .left {
    text-align: left;
  }
  .link {
    padding: 0 12px;
  }
  .nav-p {
    margin: 8px auto;
    padding: 8px 14px;
    text-align: center;
  }
  .nav-p a {
    color: #FFFFFF;
    font-size: 1.4em;
    font-weight: bold;
    text-decoration: none;
  }
  .normal {
    font-weight: normal;
  }
  .pixel {
    height: 1px;
    width: 1px;
  }
  .pointer, #submit, #whistle {
    cursor: pointer;
    text-decoration: underline;
  }
  .right {
    text-align: right;
  }
  .small {
    font-size: 17px;
  }
  .social {
    height: 30px;
    margin: 0 24px -10px 0;
    width: 30px;
  }
  .strong {
    font-weight: bold;
  }
  #bn {
    height: auto;
    max-width: 200px;
    width: 30vw;
  }
  #bg-1 {
    background: url("../images/bg-1.jpg") 50% 50% no-repeat;
    background-size: contain;
    height: 22.3vw;
  }
  #bn-logo {
    height: 94px;
    margin: 1px 20px;
    width: 154px;
  }
  #footer, #mswd {
    background-color: #6DB771;
  }
  #footer, #header {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #footer-left, #footer-center, #footer-right {
    margin: 1px auto;
    width: 33.3%;
  }
  #footer-center {
    text-align: center;
  }
  #footer-right {
    text-align: right;
  }
  #icon-email {
    height: 30px;
    margin: 0 0 -10px 0;
    width: 42px;
  }
  #mswd, #mswd a, #mswd p {
    color: #1C1C1C;
    font-size: 17px;
    padding: 1px 10px;
    text-align: right;
  }
  #nav {
    background-color: #327073;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 1px 2%;
  }
  #rail {
    color: #419645;
    font-size: 26px;
    font-style: italic;
    font-weight: bolder;
  }
  #toot {
    margin: 8px 0 0 0;
  }
  #whistle {
    height: 100px;
    margin-top: -8px;
    width: 100px;
  }
}
/* MEGAPIXEL */
@media only screen and (min-width: 2001px) {
  .content, #footer {
    padding: 1px 20% 20px 10%;
  }
  #footer, #header {
    flex-direction: row;
  }
}
/* DESKTOP */
@media only screen and (max-width: 2000px) {
  .content, #footer {
    padding: 0 4% 20px 4%;
  }
  #footer, #header {
    flex-direction: row;
  }
}
/* MOBILE */
@media only screen and (max-width: 1000px) {
  .content, #footer {
    padding: 1px 2% 20px 2%;
  }
  #bn-logo {
    height: 47px;
    width: 72px;
  }
  #footer {
    flex-direction: column;
  }
  #footer-left, #footer-center, #footer-right {
    text-align: center;
    width: 100%;
  }
  #header {
    flex-direction: column-reverse;
  }
  #header-right {
    margin-bottom: -60px;
  }
  #logo {
    width: 70vw;
  }
}
/* COLORS */
.black {
  color: #000000;
}
.blue {
  color: #0000FF;
}
.green {
  color: #00FF00;
}
.green-dk {
  color: #252D28;
}
.red {
  color: #FF0000;
}
.white {
  color: #FFFFFF;
}
/* PRINT */
@media print {
  blockquote, caption, h1, h2, h3, h4, li, p, td, th {
    font-family: 'Times New Roman', Times, serif;
  }
  blockquote, caption, li, p, td, th {
    font-size: 12pt;
    line-height: 15pt;
  }
  h1 {
    font-size: 15pt;
  }
  h2 {
    font-size: 14pt;
  }
  h3 {
    font-size: 13pt;
  }
  h4 {
    font-size: 12pt;
  }
}