body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.image {
  width: 100%;
  height: 100%;
}

.container {
  height: 100%;
  min-height: 100%;
}

.logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.logo-container {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  display: block;
  margin: 25px auto 0px;
  padding-right: 24px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-style: italic;
  text-align: center;
}

.heading.phone {
  margin-top: 48px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  color: #000;
  text-decoration: none;
}

.welcome-text {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}

.section-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-image: url('../images/pensacool_background_test.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.welcome-text-container {
  margin-top: 0px;
  font-weight: 300;
}

.footer {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  min-height: 200px;
  margin-top: 66px;
  background-image: -webkit-gradient(linear, left top, right top, from(#9b10ad), to(#ff0047));
  background-image: linear-gradient(90deg, #9b10ad, #ff0047);
}

.down-arrow-div-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 60px;
  display: block;
  min-height: 0px;
}

.text-block-2 {
  color: #fff;
  text-align: center;
}

.image-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.link-block {
  display: block;
  background-image: url('../images/arrows-up2x.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section-2 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.down-arrow-text-block {
  font-family: Eleganticons, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 80px;
  text-align: center;
}

.down-link {
  opacity: 0.4;
  color: #fff;
  text-decoration: none;
}

.down-link:hover {
  opacity: 0.5;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 11px #fff;
}

.phone-link {
  color: #000;
  text-decoration: none;
}

.phone-link:hover {
  color: #6b1aa1;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  display: block;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #407b39;
}

.div-block-4 {
  position: relative;
  z-index: 10;
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.button-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-3 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(52, 107, 145, 0.32);
}

.button-3 {
  margin-top: 64px;
}

.section-testimonials {
  padding-top: 135px;
  padding-bottom: 75px;
}

.div-star-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-star {
  margin-right: 10px;
  margin-left: 10px;
}

.div-testimonial-slider-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider {
  width: 1200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.slide-nav {
  display: none;
}

.icon {
  color: #000;
}

.icon-2 {
  color: #000;
}

.div-slidecontent-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  font-family: Exo, sans-serif;
  color: #949494;
  font-size: 24px;
  line-height: 1.4;
  font-style: italic;
  font-weight: 300;
}

.text-block-3 {
  width: 100%;
  padding-right: 25px;
  font-family: Exo, sans-serif;
  color: #762579;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-align: right;
}

.italic-text {
  font-style: normal;
}

.section-promo1 {
  background-color: rgba(1, 162, 227, 0.15);
}

.div-promo1-wrap {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-2 {
  margin-top: 10px;
  font-family: Exo, sans-serif;
  color: #01a2e3;
  font-style: italic;
  text-align: center;
}

.section-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(259deg, #762579, #01a2e3);
}

.heading-3 {
  font-family: Exo, sans-serif;
  color: #fff;
  font-style: italic;
  font-weight: 600;
}

.link-sec1-phone {
  color: #00e4ff;
  text-decoration: none;
}

.link-sec1-phone:hover {
  color: #fff;
}

.text-block-4 {
  margin-top: 10px;
  font-family: Exo, sans-serif;
  font-style: italic;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .logo {
    max-width: 75%;
  }

  .logo-container {
    padding-top: 0px;
  }

  .heading {
    margin-top: 7px;
    font-size: 30px;
  }

  .heading.phone {
    padding-bottom: 41px;
    font-size: 34px;
  }

  .welcome-text {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-1 {
    min-height: 100vh;
    background-size: cover;
  }

  .welcome-text-container {
    margin-top: 36px;
  }

  .down-arrow-div-block {
    bottom: 30px;
    min-height: 50px;
  }

  .link-block {
    display: block;
    text-align: left;
  }

  .section-2 {
    padding-top: 62px;
    padding-bottom: 65px;
  }

  .down-arrow-text-block {
    font-size: 60px;
  }

  .paragraph {
    font-size: 20px;
  }

  .heading-2 {
    font-size: 30px;
  }

  .link-sec1-phone {
    font-size: 30px;
    line-height: 34px;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    max-width: 65%;
  }

  .logo-container {
    padding-top: 0px;
  }

  .heading {
    padding-right: 10px;
    font-size: 24px;
  }

  .heading.phone {
    margin-top: 28px;
    padding-bottom: 21px;
    font-size: 34px;
  }

  .welcome-text {
    max-width: 420px;
    font-size: 18px;
    line-height: 22px;
  }

  .section-1 {
    min-height: 100vh;
    background-size: cover;
  }

  .welcome-text-container {
    margin-top: 28px;
  }

  .down-arrow-div-block {
    bottom: 2px;
    min-height: 40px;
  }

  .section-2 {
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .down-arrow-text-block {
    font-size: 42px;
  }

  .phone-link {
    font-size: 24px;
    line-height: 24px;
  }

  .section-testimonials {
    padding-top: 45px;
    padding-bottom: 15px;
  }

  .img-star {
    max-width: 8%;
  }

  .div-testimonial-slider-wrap {
    margin-top: 10px;
  }

  .icon {
    margin-left: 10px;
  }

  .icon-2 {
    margin-right: 10px;
  }

  .paragraph {
    font-size: 16px;
  }

  .heading-2 {
    font-size: 20px;
    line-height: 20px;
  }

  .div-sec1-phone {
    margin-top: 10px;
  }

  .heading-3 {
    margin-top: 0px;
  }

  .link-sec1-phone {
    font-size: 24px;
    line-height: 24px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-position: 50% 0px;
    background-size: contain;
    background-attachment: scroll;
  }

  .logo {
    max-width: 65%;
  }

  .logo-container {
    padding-top: 0px;
  }

  .heading {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 9px;
    font-size: 18px;
    line-height: 22px;
  }

  .heading.phone {
    padding-bottom: 24px;
    font-size: 30px;
  }

  .welcome-text {
    max-width: 300px;
    font-size: 13px;
    line-height: 15px;
  }

  .section-1 {
    min-height: 100vh;
  }

  .welcome-text-container {
    margin-top: 0px;
  }

  .down-arrow-div-block {
    bottom: 0px;
  }

  .section-2 {
    padding-top: 33px;
  }

  .down-arrow-text-block {
    font-size: 36px;
  }

  .icon {
    margin-left: 5px;
    font-size: 24px;
    line-height: 24px;
  }

  .icon-2 {
    margin-right: 5px;
    font-size: 24px;
    line-height: 24px;
  }

  .paragraph {
    font-size: 13px;
  }

  .text-block-3 {
    font-size: 14px;
    line-height: 16px;
  }

  .div-promo1-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .heading-2 {
    margin-top: 5px;
    font-size: 14px;
    line-height: 14px;
  }

  .text-block-4 {
    font-size: 12px;
    line-height: 18px;
  }
}

@font-face {
  font-family: 'Eleganticons';
  src: url('../fonts/ElegantIcons.eot') format('embedded-opentype'), url('../fonts/ElegantIcons.woff') format('woff'), url('../fonts/ElegantIcons.ttf') format('truetype'), url('../fonts/ElegantIcons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}