@media screen and (width <= 1024px) {
  #header .header-content {
    width: 90%;
    padding: 10px 0;
  }

  #header.fixed a {
    color: #353535;
  }

  .nav-toggle {
    display: block;
  }

  .navigation {
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    background-color: #313131;
    width: 100%;
    height: 100%;
    transition: opacity .5s, visibility 0s .5s;
    position: fixed;
    top: 0;
    left: 0;
  }

  .navigation .primary-nav {
    position: relative;
    top: 45%;
    transform: translateY(-45%);
  }

  .navigation li {
    margin-bottom: 1px;
    display: block;
  }

  .navigation a {
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 17px 0;
    font-size: 18px;
    display: block;
  }

  .person {
    margin: 0 auto 50px;
  }

  .person-content {
    text-align: center;
  }

  .person .social-icons li {
    float: none;
    margin-bottom: 5px;
    display: inline-block;
  }

  .testimonials blockquote {
    padding: 20px 5% 0;
  }

  .testimonials p {
    font-size: 12px;
  }

  .flex-control-nav {
    bottom: 20px;
  }
}

@media screen and (width <= 768px) {
  #header.fixed a {
    color: #fff;
  }

  #header.fixed a.logo {
    color: #000;
  }

  .banner-text {
    padding-top: 30%;
  }

  .banner-text h1 {
    font-size: 42px;
  }

  .banner-text p {
    font-size: 18px;
  }

  .flexslider {
    padding-bottom: 80px;
  }

  .flex-control-nav {
    width: 100%;
  }

  .footer .footer-col {
    margin-bottom: 50px;
  }
}

@media screen and (width <= 640px) {
  #first-slider .carousel .item {
    width: 100%;
    height: 100%;
    min-height: 468px;
  }

  .banner-text {
    padding-top: 57%;
  }

  .testimonials p {
    font-size: 12px;
  }

  #first-slider .slide2, #first-slider .slide1, #first-slider .slide3, #first-slider .slide4, #first-slider .slide5 {
    background-position-x: -402px;
  }
}

@media screen and (width <= 480px) {
  .banner-text {
    padding-top: 45%;
  }

  .banner-text h1 {
    font-size: 32px;
  }

  .testimonials p {
    font-size: 12px;
  }
}

@media screen and (width <= 320px) {
  .banner-text {
    padding-top: 55%;
  }

  .testimonials blockquote {
    padding: 20px 5% 0;
  }

  .testimonials p {
    font-size: 12px;
  }
}

/*# sourceMappingURL=index.f4c3a2cb.css.map */
