html {
  box-sizing: border-box;
  overflow-x: hidden;
  min-height:100%;
  position:relative;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  height: 100%;
}
.column {
  float: left;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.angle-double-right:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 800;
  content: "\f101";
}

.angle-double-right {
  list-style-type: none;
}

li {
  margin-bottom: 5px;
}

img {
  border-style: none;
  margin-bottom: -5px;
}

footer a {
  text-decoration: none;
}

.flowbar.logo {
  margin-top: -11px;
  width: 50px;
  float: left;
  margin-right: 10px;
}

.navbar.logo {
    margin-top: -11px;
    width: 100px;
    float: left;
    margin-right: 10px;
}

img:not(:root) {
    overflow: hidden;
}

.shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.shadowed {
    -webkit-filter: drop-shadow(2.25px 2px 2px #000000);
    filter: drop-shadow(2.25px 2px 2px #000000);
}

.banner-background {
    background:url('assets/img/la-center-water.png') left center;
    background-position:fixed;
    background-size:auto;
    /* background-repeat: repeat-x;  */
    height: 400px;
}

.container {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  align-content: flex-start;
  /* outline: 3px dashed blue; */
}
.container-item {
  flex-basis: 0;
  flex-grow: 1;
  flex-direction: column;
  align-items: stretch;
  align-self: stretch;

  /* width: 20%; */
  min-width: 150px;
  margin: 10px 10px;
  border-radius: 5px;
  /* outline: 1px dashed red; */
}
.container-item > img {
  display: flex;
  align-items: start;
  /* background-color: red; */
}
.container-item > div {
    padding-left: 10px;
}
.container-item > div > h4 {
    text-align: center;
}
.container-item > div > h3 {
  text-align: center;
}
.container-item > div > span {
    text-align: left;
}

/* ul > li {
  list-style-image: url()
} */
 /* Tooltip container */
 .tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

.flowbar {
    width: 100%;
    transition: top 0.3s ease-in-out;
    position: fixed;
    top: 0px;
    padding: 15px;
    background-color: rgba(0, 0, 0, .75);
    visibility: hidden;
}

.navbar {
    width: 100%;
    padding: 15px;
}

::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }

  .round-block {
    border-radius: 5px;
  }

  footer {
    border-top: 10px solid #001e33;
  }

  @media only screen and (min-width: 1000px) {
    #mflow {
      display: none;
    }

    #top {
      /* background:url('/assets/img/DJI_0043er_smoll.jpg')no-repeat left center; */
      background:url('../img/la-center-water-edit-comp.png')no-repeat left center;
      background-size:cover;
      background-attachment: fixed;
      border-bottom: 10px solid #0068b3;
    }

    #top .logo {
      margin-top: -5px;
      width: 38px;
      float: left;
      margin-right: 10px;
      -webkit-filter: drop-shadow(2.25px 2px 2px #000000);
      filter: drop-shadow(2.25px 2px 2px #000000);
    }

    #top .brand {
      font-size: 1.75em;
      font-weight: bold;
      color: white;
      text-shadow: 2px 2px 6px #000000;
    }

    #top #mmenu {
      display: none;
      visibility: hidden;
    }

    #top #mopen {
      display: none;
      visibility: hidden;
    }

    #top menu {
      float: right;
      margin-top: 0px;
      margin-right: 35px;
    }

    #top menu span {
      font-weight: bold;
      -webkit-filter: drop-shadow(2.25px 2px 2px #000000);
      filter: drop-shadow(2.25px 2px 2px #000000);
    }

    #top menu a {
      display: inline-block;
      padding: 10px;
      text-shadow: 2px 2px 6px #000000;
      text-decoration: none;
      font-weight: bold;
      /* background-image: linear-gradient(#fff, #fff);
      background-size: 0% 0.1em;
      background-position-y: 110%;
      background-position-x: 50%;
      background-repeat: no-repeat;
      transition: background-size 0.3s ease-in-out; */
      transition: 0.2s;
    }

    #top menu a:hover, #top menu a:active, #top menu a:focus {
      color: white;
      /* background-size: 100% 0.2em; */
      /* background-color: rgba(0, 0, 0, 0.2); */
      background-color: #0094FF;
    }

    #top .top-content {
      display: block;
      height: 575px;
      position: relative;
    }

    #top .banner {
      position: absolute;
      bottom: 50px;
      left: 50px;
      max-width: 700px;
      text-shadow: 2px 2px 4px #000000;
      background-color: rgba(5,5,5,.2);
      padding: 15px;
    }

    #top .banner > h1 {
      font-size: 2.6em;
      margin-block-end: 10px;
      margin-block-start: 10px;
    }

    #services {
      display: block;
      padding: 100px 20px 0px 20px;
      overflow: auto;
    }

    #services .card {
      max-width: 1200px;
      margin: auto;
      margin-bottom: 70px;
    }

    #services .col-img {
      width: 30%;
      overflow: hidden;
    }

    #services .col-details {
      width: 70%;
      padding: 10px 15px 10px 30px;
    }

    #services .col-details > span {
      display: block;
      font-size: 1.5em;
      border-bottom: 2px solid white;
      padding: 3px 15px;
      font-weight: bold;
    }

    #services .col-details .points {
      width: 50%;
    }

    #hurricane {
      background:url('./assets/img/hurricane-cos2.png')no-repeat left center;
      background-size:cover;
    }

    #hurricane div:first-of-type {
      max-width: 1250px;
      margin: auto;
    }

    #hurricane span:first-of-type {
      font-size: 2.5em;
      font-weight: bold;
      padding: 30px 0px 15px 0px;
      display: block;
      text-align: center;
    }

    #hurricane .col-img {
      width: 40%;
      overflow: hidden;
      border-left: 3px solid #0094FF;
    }

    #hurricane .col-details {
      width: 60%;
      padding-left: 20px;
      float: right;
    }

    #hurricane .col-details h1:first-of-type {
      margin-block-start: 0px;
    }

    #hurricane .col-details #prepare {
      width: 50%;
      padding-right: 10px;
    }

    #hurricane .col-details #recovery {
      width: 50%;
      padding-left: 10px;
    }

    footer div:first-of-type {
      max-width: 1250px;
      margin: auto;
    }

    footer .col-img {
      width: 20%;
    }

    footer .col-img img {
      width: 150px;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    footer .col-img span {
      display: block;
      text-align: center;
      font-size: 2em;
      font-weight: bold;
      padding-bottom: 20px;
    }

    footer .col-details {
      width: 80%;
    }

    footer .col-details #social {
      float: right;
      width: 25%;
      padding: 20px;
    }

    footer .col-details #links {
      float: right;
      width: 50%;
      padding: 20px;
    }
    
  }

@media only screen and (max-width: 999px) {
  #mflow {
    float: right;
    margin-top: 5px;
    margin-right: 15px;
    font-size: 2em;
  }

  #dflow {
    display: none;
  }

  #top {
    background:url('./assets/img/la-center-water-edit-comp.png')no-repeat center center;
    background-size:cover;
    background-attachment: fixed;
    border-bottom: 10px solid #0068b3;
  }

  #top .logo {
    margin-top: 0px;
    width: 34px;
    float: left;
    margin-right: 10px;
    /* -webkit-filter: drop-shadow(2.25px 2px 2px #000000);
    filter: drop-shadow(2.25px 2px 2px #000000); */
  }

  #top .brand {
    font-size: 2em;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 6px #000000;
  }

  #top menu {
    display: none;
    visibility: hidden;
  }

  #top #mmenu {
    position: fixed;
    width: 0%;
    visibility: hidden;
    display: none;
    height: 100%;
    background-color: #1f262e;
    z-index: 3!important;
    /* transition: 0.2s; */
  }

  #top #mmenu .link {
    display: block;
    padding: 20px;
    font-size: 1.5em;
    text-decoration: none;
  }

  #top #mmenu.open {
    visibility: visible;
    display: block;
    width: 100%;
  }

  #top #mopen {
    float: right;
    font-size: 2em;
  }

  #top #mclose {
    float: right;
    margin-right: 10px;
    font-size: 2em;
  }

  #top .top-content {
    display: block;
    height: 570px;
    position: relative;
  }

  #top .banner {
    position: absolute;
    bottom: 100px;
    text-shadow: 2px 2px 4px #000000;
    background-color: rgba(5,5,5,.2);
    padding: 15px;
  }

  #top .banner > h1 {
    font-size: 2em;
    margin-block-end: 10px;
    margin-block-start: 10px;
  }

  #services {
    display: block;
    padding: 40px 20px 0px 20px;
    overflow: auto;
  }

  #services .card {
    max-width: 1200px;
    margin: auto;
    margin-bottom: 40px;
  }

  #services .col-img {
    width: 100%;
    display: block;
  }

  #services .col-details {
    width: 100%;
    display: block;
    padding: 10px;
  }

  #services .col-details > span {
    display: block;
    font-size: 1.3em;
    border-bottom: 2px solid white;
    padding: 3px 15px;
    font-weight: bold;
  }

  #services .col-details .points {
    width: 100%;
    display: block;
  }

  #hurricane {
    background:url('./assets/img/hurricane.png')no-repeat left center;
    background-size:cover;
  }

  #hurricane div:first-of-type {
    max-width: 1250px;
    margin: auto;
  }

  #hurricane span:first-of-type {
    font-size: 2.5em;
    font-weight: bold;
    padding: 30px 0px 15px 0px;
    display: block;
    text-align: center;
  }

  #hurricane .col-img {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 15px;
    /*border-left: 3px solid #0094FF;*/
  }

  #hurricane .col-img > img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  #hurricane .col-details {
    width: 100%;
    display: block;
    padding-left: 20px;
  }

  #hurricane .col-details h1:first-of-type {
    margin-block-start: 0px;
    text-align: center;
    font-size: 1.75em;
  }

  #hurricane .col-details #prepare {
    width: 100%;
    display: block;
  }

  #hurricane .col-details #recovery {
    width: 100%;
    display: block;
  }

  footer div:first-of-type {
    width: 100%;
    display: block;
  }

  footer .col-img {
    width: 100%;
    display: block;
  }

  footer .col-img img {
    width: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  footer .col-img span {
    display: block;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    padding-bottom: 20px;
  }

  footer .col-details {
    width: 100%;
    display: block;
  }

  footer .col-details #social {
    width: 100%;
    display: block;
  }
}

@media (prefers-color-scheme: dark) {
  body {
    background-color: #47586a;
    color: white;
  }

  a {
    color: white;
    transition: 0.3s;
  }

  a:hover {
    color: #0094FF;
  }

  .theme-lighter {
    background-color: #758ba3;
    color: white;
  }

  .theme-light {
    background-color: #5c728a;
    color: white;
  }

  .theme {
    background-color: #47586a;
    color: white;
  }

  .theme-dark {
    background-color: #333f4d;
    color: white;
  }

  .theme-darker {
    background-color: #1f262e;
    color: white;
  }

  .theme-darkest {
    background-color: #14191f;
    color: white;
  }

  .theme-blue-light {
    background-color: #4db5ff;
    color: white;
  }

  .theme-blue {
    background-color: #0094FF;
    color: white;
  }

  .theme-blue-dark {
    background-color: #0068b3;
    color: white;
  }

  .theme-blue-darker {
    background-color: #003c66;
    color: white;
  }

  .theme-blue-darkest {
    background-color: #001e33;
    color: white;
  }
}
