@import "https://use.fontawesome.com/releases/v5.6.3/css/all.css";
@media screen and (max-width: 800px) and (min-width: 601px) {
  .page {
    padding-right: 20px;
    padding-left: 20px; } }

@media screen and (max-width: 600px) {
  #navbar {
    padding: 10px; }
    #navbar .brand img {
      height: 30px;
      width: auto; }
    #navbar #nav-close-button {
      position: absolute;
      top: 20px;
      right: 20px;
      z-index: 99999;
      border-radius: 50%;
      border: none;
      cursor: pointer;
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 1.3em;
      padding: 0;
      margin: 0;
      background-color: #fff; }
    #navbar #nav-open-button {
      display: block !important;
      background: transparent;
      border: none;
      padding-right: 15px;
      color: #777; }
    #navbar > .container {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      #navbar > .container #site-menu {
        position: fixed;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: rgba(0, 0, 0, 0.8); }
        #navbar > .container #site-menu.hidden {
          display: none; }
        #navbar > .container #site-menu ul {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          text-align: center;
          width: 90%; }
          #navbar > .container #site-menu ul li {
            font-size: 1.4em; }
            #navbar > .container #site-menu ul li a {
              color: #fff;
              background: transparent;
              border-radius: 10px;
              line-height: 50px !important; }
              #navbar > .container #site-menu ul li a:hover {
                background-color: rgba(0, 0, 0, 0.8);
                opacity: 0.6; }
          #navbar > .container #site-menu ul li.active a {
            background-color: #163C99;
            color: #fff; }
  .page#page-home {
    height: auto;
    overflow: auto; }
    .page#page-home #home-slider {
      border-radius: 0;
      margin: 0;
      height: 70vh;
      font-size: 0.8em; }
      .page#page-home #home-slider button.slide-prev {
        left: 10px; }
      .page#page-home #home-slider button.slide-next {
        right: 10px; }
      .page#page-home #home-slider button.slide-prev, .page#page-home #home-slider button.slide-next {
        border: none; }
    .page#page-home #home-content ul#quicklinks {
      font-size: 0.9em;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .page#page-home #home-content ul#quicklinks li {
        width: 50%;
        border-radius: 0; }
        .page#page-home #home-content ul#quicklinks li a {
          border-radius: 0; }
    .page#page-home #home-content #site-footer {
      margin: 0;
      padding: 0 0 10px;
      text-align: center; }
  .page#page-boards ul.boards li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }
