@media screen and (max-width: 481px) {
  .nav {
    width: 28%;
    top: 0;
    left: 0;
    position: fixed;
    font-size: 1.12em;
  }
  .nav .nav-cont {
    height: 14%;
    display: flex;
    min-width: 94px;
    flex-direction: column;
  }
  .nav .nav-cont #home {
    width: 100%;
    height: 85px;
    align-content: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }
  .nav .nav-cont #menu {
    width: 100%;
    height: 85px;
    align-content: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }
  .nav .nav-cont #info {
    width: 100%;
    height: 85px;
    align-content: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }
  .page {
    overflow: scroll;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
  .page .header-bar {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .page .header-bar #title-container {
    position: fixed;
    width: 100%;
  }
  .page .header-bar #title-container #title {
    margin-top: 0;
    font-size: 5em;
    margin-left: 12%;
    margin-top: 2%;
    margin-bottom: 0px;
  }
  .page .header-bar #subtitle {
    margin-top: 90px;
    margin-left: 28%;
    font-size: 0.6em;
  }
  .page .cont-parent {
    display: flex;
    margin-left: 24%;
    flex-direction: column;
    margin-bottom: 20%;
  }
  .page .cont-parent h4 {
    margin: 20px 0px 4px 0px;
    font-size: 1.3em;
  }
  .page .cont-parent p {
    margin: 6px 0px 6px 0px;
    padding-bottom: 16px;
    font-size: 1em;
    line-height: 24px;
  }
  .page .cont-parent img {
    margin: 0px 0px 8px 0px;
  }
  .page .cont-parent .cont-child {
    display: flex;
    align-self: center;
    margin-right: 9%;
    margin-left: 4%;
    width: 76%;
  }
  .page .single-column {
    -moz-columns: auto;
         columns: auto;
    margin-left: 31px;
    margin-right: -74px;
    overflow-y: hidden;
  }
  .page .single-cont-child {
    left: 22%;
    position: relative;
    padding-top: 16px;
    width: 56%;
  }
  .page #footer {
    position: fixed;
    top: 92svh;
    flex-direction: row-reverse;
    align-content: flex-start;
    justify-content: flex-start;
    display: flex;
    width: 100%;
    height: 8%;
    opacity: 0;
  }
  .page #footer .fa-facebook {
    padding-top: 18px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) and (min-width: 482px) {
  .nav {
    width: 16%;
    top: 0;
    left: 0;
    position: fixed;
    font-size: 1.12em;
  }
  .nav .nav-cont {
    height: 14%;
    min-width: 94px;
    display: flex;
    flex-direction: column;
  }
  .nav .nav-cont #home {
    width: 100%;
    height: 85px;
    align-content: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }
  .nav .nav-cont #menu {
    width: 100%;
    height: 85px;
    align-content: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }
  .nav .nav-cont #info {
    width: 100%;
    height: 85px;
    align-content: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }
  .page {
    overflow: scroll;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
  .page .header-bar {
    width: 100%;
    margin-bottom: 80px;
    display: flex;
    flex-flow: column;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .page .header-bar #title-container {
    position: fixed;
    width: 100%;
  }
  .page .header-bar #title-container #title {
    margin-top: 0;
    font-size: 8em;
    padding-left: 20px;
    margin-top: 2%;
    padding-left: 11%;
  }
  .page .header-bar #subtitle {
    margin-top: 160px;
    margin-left: 12%;
    font-size: 1em;
    margin-bottom: 11%;
    text-align: center;
    padding-left: 3%;
  }
  .page .cont-parent {
    margin-right: 20%;
    margin-left: 20%;
    width: 80%;
    align-content: center;
    -moz-columns: 2;
         columns: 2;
    margin-bottom: 8%;
  }
  .page .cont-parent h4 {
    font-size: 1.5em;
  }
  .page .cont-parent p {
    padding-bottom: 16px;
    font-size: 1em;
    line-height: 24px;
    width: 90%;
    margin: 0px 0px 8px 0px;
  }
  .page .cont-parent img {
    margin: 0px 0px 8px 0px;
  }
  .page .cont-parent .cont-child {
    display: flex;
    margin: 0px 0px 12px 0px;
    align-content: center;
    width: 77%;
    flex-wrap: wrap;
  }
  .page .single-column {
    -moz-columns: auto;
         columns: auto;
    margin: 0px;
  }
  .page .single-cont-child {
    left: 22%;
    position: relative;
    padding-top: 16px;
    width: 56%;
  }
  .page #footer {
    position: fixed;
    top: 92%;
    flex-direction: row-reverse;
    align-content: flex-start;
    justify-content: flex-start;
    display: flex;
    width: 100%;
    height: 8%;
    opacity: 0;
  }
  .page #footer .fa-facebook {
    padding-top: 18px;
    padding-right: 20px;
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  .nav {
    width: 28%/4;
    top: 0;
    left: 0;
    position: fixed;
    font-size: 1.12em;
  }
  .nav .nav-cont {
    height: 14%;
    min-width: 94px;
    display: flex;
    flex-direction: column;
  }
  .nav .nav-cont #home {
    width: 100%;
    height: 85px;
    align-content: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }
  .nav .nav-cont #menu {
    width: 100%;
    height: 85px;
    align-content: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }
  .nav .nav-cont #info {
    width: 100%;
    height: 85px;
    align-content: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }
  .page {
    overflow: scroll;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
  .page .header-bar {
    width: 100%;
    margin-bottom: 80px;
    display: flex;
    flex-flow: column;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .page .header-bar #title-container {
    position: fixed;
    width: 100%;
  }
  .page .header-bar #title-container #title {
    margin-top: 0;
    font-size: 8em;
    margin-top: 2%;
  }
  .page .header-bar #subtitle {
    margin-top: 160px;
    margin-left: 2%;
    font-size: 1em;
    margin-bottom: 11%;
  }
  .page .cont-parent {
    margin-right: 5%;
    margin-left: 5%;
    -moz-columns: 2;
         columns: 2;
    margin-bottom: 8%;
  }
  .page .cont-parent h4 {
    font-size: 1.7em;
  }
  .page .cont-parent p {
    padding-bottom: 16px;
    font-size: 1.2em;
    line-height: 28px;
  }
  .page .cont-parent img {
    margin: 0px 0px 8px 0px;
  }
  .page .cont-parent .cont-child {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    align-content: center;
    width: 77%;
    flex-wrap: wrap;
  }
  .page .single-column {
    -moz-columns: auto;
         columns: auto;
    margin: 0px;
  }
  .page .single-cont-child {
    left: 22%;
    position: relative;
    padding-top: 16px;
    width: 56%;
  }
  .page #footer {
    position: fixed;
    top: 92svh;
    flex-direction: row-reverse;
    align-content: flex-start;
    justify-content: flex-start;
    display: flex;
    width: 100%;
    height: 8%;
    opacity: 0;
  }
  .page #footer .fa-facebook {
    padding-top: 18px;
    padding-right: 20px;
    height: 100%;
  }
}/*# sourceMappingURL=layout.css.map */