header .header {
  background-color: #3673c1;
  padding: 40px 0; }
  header .header .nav-container {
    display: flex;
    align-content: baseline;
    position: relative; }
    header .header .nav-container .header-left {
      display: inline-block; }
      header .header .nav-container .header-left img {
        min-height: 40px; }
    header .header .nav-container .header-right {
      width: 95%;
      display: inline-block; }
      header .header .nav-container .header-right .top {
        text-align: right;
        margin-bottom: 7px;
        color: white;
        font-size: 16px;
        font-family: 'Lato', sans-serif;
        font-weight: bold; }
      header .header .nav-container .header-right .bottom ul {
        margin: 0;
        display: flex;
        justify-content: space-between;
        list-style-type: none; }
        header .header .nav-container .header-right .bottom ul li {
          position: relative; }
          header .header .nav-container .header-right .bottom ul li a, header .header .nav-container .header-right .bottom ul li span {
            color: white;
            font-family: 'Lato', sans-serif;
            font-size: 16px;
            font-weight: bold;
            text-transform: uppercase; }
            header .header .nav-container .header-right .bottom ul li a:hover, header .header .nav-container .header-right .bottom ul li span:hover {
              text-decoration: none;
              color: #cccccc; }
    header .header .nav-container .secondary {
      padding: 35px 25px 0px 25px;
      line-height: 1em;
      min-width: 200px;
      position: absolute;
      top: 1.5em;
      left: -15px;
      background-color: #3673c1;
      height: auto;
      z-index: -1;
      flex-wrap: wrap;
      border-radius: 2px; }
      header .header .nav-container .secondary li {
        padding-bottom: 25px; }
    header .header .nav-container .dropdown:hover .secondary, header .header .nav-container .secondary:hover {
      z-index: 2; }

.nav-container .dropdown:hover .secondary {
  z-index: 2; }

.hamburger-container {
  position: absolute;
  top: 10px;
  right: 15px; }

.hamburger {
  height: 1px;
  width: 17px;
  background-color: white; }
  .hamburger:first-child, .hamburger:nth-child(2) {
    margin-bottom: 7px; }

.mobile-nav {
  display: none;
  list-style-type: none; }
  .mobile-nav > li {
    list-style-type: none;
    padding: 15px; }
  .mobile-nav .secondary li {
    list-style-type: none;
    padding: 10px; }
    .mobile-nav .secondary li:last-child {
      padding-bottom: 0px; }
  .mobile-nav a, .mobile-nav span {
    color: white;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 16px; }

@media (min-width: 769px) {
  .hamburger-container {
    display: none; } }
@media (max-width: 768px) {

  #products .wand-header .title-container{
    flex-flow:column;
    justify-content: center !important;
    gap:30px;
    text-align: center;
  }

  .header-right {
    display: none !important; }

  header .header {
    padding: 19px 0; }

  .nav-container .header-left img {
    height: 23px; } }
.footer-container {
  background-color: #3673c1;
  font-family: 'Lato', sans-serif;
  color: white;
  font-size: 16px;
  line-height: 1em; }
  .footer-container .footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 50px 0; }
    .footer-container .footer .left {
      color: white;
      font-family: 'Open sans', sans-serif; }
    .footer-container .footer .right {
      max-width: 550px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .footer-container .footer .right .nav-links-container, .footer-container .footer .right .number-container {
        display: inline-block; }
      .footer-container .footer .right .number-container {
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        padding-left: 15px; }
        .footer-container .footer .right .number-container a {
          color: white; }
      .footer-container .footer .right ul {
        margin: 0;
        padding: 0; }
        .footer-container .footer .right ul li {
          text-decoration: none;
          display: inline-block;
          font-family: 'Open sans', sans-serif; }
          .footer-container .footer .right ul li a {
            text-decoration: none;
            color: white; }
            .footer-container .footer .right ul li a:hover {
              text-decoration: none;
              color: #cccccc; }
    .footer-container .footer .nav-links-container {
      padding-left: 15px;
      padding-right: 40px; }

@media (max-width: 686px) {
  .footer .right .nav-links-container, .footer .right .number-container {
    padding-top: 15px; } }
@media (max-width: 375px) {
  .footer {
    text-align: center; }

  .footer .left {
    width: 100%; }

  .footer .right .nav-links-container {
    padding-right: 0px; }
  .footer .right .number-container {
    width: 100%;
    padding-left: 0 !important;
    text-align: center; }
    .footer .right .number-container img {
      display: none; }
  .footer .right .pipe {
    display: none; }
  .footer .right .bottom-nav-link {
    width: 100%;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px; } }
/*style-button($font-size, $color, $background, $height, $width, $padding-top)*/
#home .header-container {
  height: 600px;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative; }
#home .slider-text-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: rgba(8, 21, 38, 0.6); }
#home .slider, #home .slide, #home .slide-img {
  height: 600px; }
#home .slider-text {
  max-width: 60%;
  text-align: center; }
#home .slider-text-container .title {
  font-size: 60px;
  color: white;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  text-align: center;
  margin-top: 0;
  line-height: 1.1em; }
#home .header-btn {
  font-size: 16px;
  color: white;
  height: 65px;
  width: 280px;
  border-radius: 1000px;
  text-align: center;
  background-color: #3673c1;
  display: inline-block;
  line-height: 1em;
  padding-top: 24.5px;
  font-family: 'Lato', sans-serif;
  font-weight: 900; }
  #home .header-btn:hover {
    text-decoration: none;
    background-color: #2b5b99; }
#home .body {
  padding: 160px 0; }
  #home .body .option {
    padding-top: 30px;
    text-align: center;
    margin: auto 0; }
  #home .body .option img {
    width: 100%; }
  #home .body .option .sub-heading {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #3673c1;
    text-align: center;
    text-transform: uppercase;
    line-height: 1em;
    margin: 45px 0px 25px 0px;
    width: 100%;
    justify-content: center; }
  #home .body .option .desc {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #333333;
    text-align: center;
    line-height: 1.66em; }

#home .body .body-header {
  text-align: center;
  padding-bottom: 105px; }
#home .option-link:hover {
  text-decoration: none;
}
.body .body-header {
  font-family: 'Lato', sans-serif;
  font-size: 36px;
  font-weight: 300;
  color: #3673c1;
  margin: 0; }

/*General styling for products about and services pages*/
#products .header, #about .header, #services .header, #contact .header {
  position: relative;
  height: 400px;
  width: 100%;
  background: #081526 url(../images/chasmood-header.jpg);
  background-repeat: no-repeat;
  background-size: cover; }
  #products .header .title-container, #about .header .title-container, #services .header .title-container, #contact .header .title-container {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: left; }
  #products .header .title, #about .header .title, #services .header .title, #contact .header .title {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 60px;
    line-height: 1em;
    color: white;
    z-index: 2; }
  #products .header .over, #about .header .over, #services .header .over, #contact .header .over {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-color: rgba(5, 18, 35, 0.8); }
#products .body, #about .body, #services .body, #contact .body {
  padding: 0px; }
  #products .body .product, #products .body .st, #about .body .product, #about .body .st, #services .body .product, #services .body .st, #contact .body .product, #contact .body .st {
    padding: 100px 0; }
  #products .body .product.white, #about .body .product.white, #services .body .product.white, #contact .body .product.white {
    background-color: white; }
  #products .body .product.grey, #about .body .product.grey, #services .body .product.grey, #contact .body .product.grey {
    background-color: #f1f1f1; }
    #products .body ul.list{
      /* padding-left:15px; */
    }
    #products .body ul.list li{
      color: #333333;
      font-family: 'Lato', sans-serif;
      font-size: 16px;
      font-weight: normal;
    }
  #products .body .lead, #about .body .lead, #services .body .lead, #contact .body .lead {
    color: #333333;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: normal; }
  #products .body .sub-heading, #about .body .sub-heading, #services .body .sub-heading, #contact .body .sub-heading {
    color: #3673c1;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 1em;
    margin-bottom: 0; }
  #products .body p.sub, #about .body p.sub, #services .body p.sub, #contact .body p.sub {
    color: #333333;
    font-weight: 300;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    margin-top: 1em; }

    #products .wand-header .title-container{
      justify-content: space-between;
    }
    #products .wand-header .title-container::before,
    #products .wand-header .title-container::after{
      display: initial;
      content:none;
    }
    #products .wand-header img{
      position: relative;
      z-index:10;
      height:150px;
    }

    #products .product .wand-table{
      width:100%;
      overflow-x:auto;
      margin-top:15px;
    }

#contact .body .sub-heading.contact {
  margin-top: 32px; }
#contact .body .lead a {
  color: #333333; }

.tg {
  border-collapse: collapse;
  border-spacing: 0; }

.tg td {
  font-family: Arial, sans-serif;
  font-size: 12px;
  padding: 5px 7px;
  border-style: solid;
  border-width: 0px;
  overflow: hidden;
  word-break: normal;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #cccccc; }

.tg tr:last-child td {
  border-color: black; }

.tg tr td:last-child, .tg tr th:last-child {
  border-right: solid 1px black; }

.tg tr td:first-child, .tg tr th:first-child {
  border-left: solid 1px black; }

.tg th {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding: 5px 7px;
  border-style: solid;
  border-width: 0px;
  overflow: hidden;
  word-break: normal;
  border-top-width: 1px;
  border-bottom-width: 2px;
  text-align: left; }

.tg .tg-9hbo {
  font-weight: bold;
  vertical-align: top; }

  .tg .tg-small{
    font-size:11px;
  }

.tg .tg-yw4l {
  vertical-align: top; }
@media (max-width: 986px)and (min-width: 769px) {
  header .header .nav-container {
    display: block;
  }
  header .header .nav-container .header-right .top {
    /* float: right; */
    /* margin-left: 15px; */
    text-align: left;
    margin-left: 0;
    margin-top: 0;
  }
  header .header .nav-container .header-right .bottom{
    margin-top:15px;
  }
  header .header .nav-container .header-right .bottom ul {
    padding-left: 0px;
  }
  header .header .nav-container .header-right {
    /* margin-top: 30px; */
    margin-top: 5px;
  }
}
@media (max-width:991px){
  #products .product .wand-description{
    margin-bottom:50px;
  }
}
@media (max-width: 720px) {
  #home .slider-text-container .title {
    font-size: 3em;
    line-height: 1em; }
  #home .body-header {
    font-size: 2em;
    line-height: 1em; } }
@media (max-width: 375px) {
  .title {
    font-size: 2em; }

  #home .slider-text-container .title {
    font-size: 2em; }
  #home .body-header {
    font-size: 1.5em; } }

/*# sourceMappingURL=styles.css.map */
