body {
  padding-top: 80px;
  font-family: Verdana, Geneva, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #6b6b6b;
  font-size: 26px;
  line-height: 34px;
  font-weight: 400;
}

h5 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
}

.brand {
  margin-top: 0px;
}

.nav-link {
  height: 80px;
  padding-top: 26px;
  padding-bottom: 30px;
  border: 4px solid transparent;
  text-decoration: none;
}

.nav-link:hover {
  border-top-color: #eb0e43;
  background-color: #7c7a7a;
  color: #fff;
}

.nav-link.w--current {
  border-top-style: solid;
  border-top-color: #d4d4d4;
  color: #000;
}

.nav-link.w--current:hover {
  border-top-color: #eb0e43;
  color: #fff;
}

.nav-link.w--current:focus {
  border-top-color: #eb0e43;
  color: #fff;
}

.nav-link.services:hover {
  border-width: 4px;
  border-top-color: #eb0e43;
  background-color: #7c7a7a;
  color: #fff;
}

.nav-link.services:focus {
  border-top-color: #f15a59;
  color: #fff;
}

.nav-link.services.w--current {
  border-top-color: #eb0e43;
  color: #fff;
}

.nav-link.services.w--current:focus {
  border-top-color: #eb0e43;
}

.nav-link.pricing:hover {
  border-top-color: #f15a59;
  color: #f15a59;
}

.nav-link.pricing.w--current {
  border-top-color: #f15a59;
  color: #f15a59;
}

.nav-link.contact {
  color: #000;
}

.nav-link.contact:hover {
  border-top-color: #eb0e43;
  background-color: #7c7a7a;
  color: #fff;
}

.nav-link.contact:focus {
  border-top-color: #eb0e43;
}

.nav-link.contact.w--current {
  border-top-color: #eb0e43;
  background-color: #d4d4d4;
  color: #fff;
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  border-color: #d4d4d4;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  background-color: #d4d4d4;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
}

.section {
  padding-top: 20px;
  padding-bottom: 25px;
  border-top-color: #5ec6cf;
  background-color: transparent;
}

.section:hover {
  color: #333;
}

.section.cta {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #5ec6cf;
  color: #fff;
}

.section.testimonial {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.features2 {
  overflow: hidden;
  height: auto;
  padding-bottom: 50px;
  border-top: 1px solid #d4d4d4;
  box-shadow: inset 0 -1px 6px 0 rgba(0, 0, 0, .2);
}

.section.hero {
  height: 800px;
  background-color: transparent;
  background-image: url('../images/db_hero_1_1300_867.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.slide {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}

.slider {
  background-color: #fafafa;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #d4d4d4;
  color: #fff;
}

.test-header {
  display: block;
  width: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}

.hero-image {
  display: inline-block;
  margin-top: 15px;
  opacity: 1;
}

.teaser-icon {
  margin-bottom: 25px;
  border-top: 4px solid transparent;
}

.teaser-icon:hover {
  border-top-color: #f15a59;
}

.teaser-icon.sound {
  border-top: 4px solid transparent;
}

.teaser-icon.sound:hover {
  border-top: 4px solid #f15a59;
}

.features.row {
  margin-top: 60px;
  margin-bottom: 100px;
  text-align: left;
}

.features-description {
  padding-left: 20%;
  background-image: url('../images/green-checkmark.png');
  background-position: 0px 0px;
  background-size: 91px;
  background-repeat: no-repeat;
}

.features-description.data {
  background-image: url('../images/images.jpg');
  background-size: 72px;
}

.about-tabs {
  margin-top: 60px;
  text-align: left;
}

.about-tabs-menu {
  margin-bottom: 60px;
  padding-right: 20%;
  padding-left: 20%;
}

.button {
  padding-top: 6px;
  padding-bottom: 6px;
  border: 2px solid #fff;
  border-radius: 3px;
  background-color: #fff;
  color: #5ec6cf;
  font-size: 14px;
  text-transform: uppercase;
}

.button:hover {
  background-color: hsla(0, 0%, 100%, .8);
}

.button.tabs {
  width: 30%;
  margin: 0px 1.5%;
  padding: 6px 20px;
  border: 1px solid #5ec6cf;
  border-radius: 3px;
  background-color: transparent;
  color: #5ec6cf;
  text-align: center;
  text-transform: uppercase;
}

.button.tabs.w--current {
  background-color: #5ec6cf;
  color: #fff;
}

.button.cta {
  padding-top: 6px;
  padding-bottom: 6px;
  text-transform: uppercase;
}

.button.cta:hover {
  background-color: transparent;
  color: #fff;
}

.button.submit {
  padding-top: 5px;
  padding-bottom: 5px;
  border-color: #7c7a7a;
  background-color: #d4d4d4;
  color: #fff;
  text-transform: none;
}

.button.submit:hover {
  background-color: #fff;
  color: #000;
}

.about-icon {
  margin-bottom: 20px;
}

.cta-text {
  width: 75%;
  margin-top: 2px;
  float: left;
  font-size: 30px;
  line-height: 32px;
  text-align: left;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}

.button-cta {
  width: 20%;
  margin-right: 10px;
  margin-left: 10px;
  padding: 6px 20px;
  float: right;
  border-radius: 3px;
  text-transform: uppercase;
}

.button-cta:hover {
  background-color: transparent;
}

.team-row {
  margin-top: 60px;
}

.team-image {
  width: 90%;
  margin-bottom: 15px;
  border-radius: 50%;
}

.team-title {
  margin-bottom: 15px;
  font-size: 13px;
  font-style: italic;
}

.twitter {
  display: block;
  width: 130px;
  margin-right: auto;
  margin-left: auto;
}

.testimonial-icon {
  margin-bottom: 20px;
}

.testimonial-content {
  display: block;
  width: 80%;
  max-width: 940px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  font-size: 26px;
  line-height: 36px;
}

.contact-row {
  margin-top: 60px;
  text-align: left;
}

.contact-text {
  margin-bottom: 10px;
}

.copyright {
  margin-top: 10px;
  color: #000;
  text-align: left;
}

.social-media-link {
  width: 40px;
  height: 40px;
  float: right;
  background-image: url('../images/facebook.png'), url('../images/example-bg.png');
  background-position: 50% 50%, 0px 0px;
  background-size: 100%, 125px;
}

.social-media-link:hover {
  border: 1px solid #fff;
  border-radius: 3px;
}

.link {
  color: #5ec6cf;
  font-size: 11px;
  text-decoration: none;
}

.services-image {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2), 0 1px 6px 0 #000;
}

.slider-arrow {
  color: #d4d4d4;
}

.testimonial-credit {
  letter-spacing: 2px;
}

.tab-indicator {
  position: absolute;
  left: 50%;
  top: 100%;
  right: 0px;
  display: none;
  margin-left: -20px;
}

.teaser-wrapper {
  border-top: 4px solid transparent;
}

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

.security {
  line-height: 40px;
  text-align: left;
}

.about {
  padding-bottom: 0px;
  text-align: left;
}

.back-to-top {
  margin-top: 37px;
}

.btn-to-top {
  border: 2px solid #7c7a7a;
  border-radius: 3px;
  background-color: #d4d4d4;
}

.btn-to-top:hover {
  background-color: #fff;
  color: #000;
}

.about-services-link {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.about-services-link:hover {
  color: #eb0e43;
}

.about-contact-link {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.about-contact-link:hover {
  color: #eb0e43;
}

.sound-light {
  line-height: 40px;
  text-align: left;
}

.mic-wireless {
  line-height: 40px;
  text-align: left;
}

.intercom-drive-thru {
  line-height: 40px;
  text-align: left;
}

.div-block {
  margin-top: 20px;
  text-align: center;
}

.email-button {
  border: 2px solid #7c7a7a;
  border-radius: 3px;
  background-color: #d4d4d4;
}

.heading {
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .hero-image {
    margin-top: 49px;
  }
  .teaser-icon {
    width: 40%;
  }
  .cta-text {
    font-size: 23px;
  }
  .hero-logo {
    margin-top: 50px;
    margin-left: 254px;
  }
}

@media (max-width: 767px) {
  .brand {
    margin-top: 0px;
  }
  .nav-link.w--current {
    height: 40px;
  }
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .hero-image {
    margin-top: 30px;
  }
  .teaser-wrapper {
    margin-top: 17px;
    margin-bottom: 17px;
  }
  .logo-container {
    padding-top: auto;
  }
  .security {
    padding-right: 10px;
    padding-left: 10px;
  }
  .about {
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .sound-light {
    padding-right: 10px;
    padding-left: 10px;
  }
  .mic-wireless {
    padding-right: 10px;
    padding-left: 10px;
  }
  .intercom-drive-thru {
    padding-right: 10px;
    padding-left: 10px;
  }
  .hero-logo {
    margin-top: 37px;
    margin-left: 154px;
  }
}

@media (max-width: 479px) {
  .section.features2 {
    border-top-style: solid;
    box-shadow: inset 0 -1px 6px 0 rgba(0, 0, 0, .2);
  }
  .section.features2.about {
    border-top-style: none;
    box-shadow: none;
  }
  .section.hero {
    display: block;
    height: auto;
    margin-top: 0px;
    margin-bottom: 100px;
    padding-bottom: 40px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .section.services-icon-section {
    border-top: 1px solid #d4d4d4;
    box-shadow: inset 0 -1px 6px 0 rgba(0, 0, 0, .2);
  }
  .hero-image {
    display: inline-block;
    margin-top: 21px;
  }
  .teaser-icon {
    width: 100%;
  }
  .teaser-icon.sound {
    width: 100%;
  }
  .teaser-icon.cameras {
    width: 100%;
  }
  .logo-container {
    display: block;
    margin-top: 0px;
    padding-top: 0px;
  }
  .security {
    padding: 0px 10px;
    font-size: 20px;
  }
  .about {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
  }
  .sound-light {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 19px;
  }
  .mic-wireless {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
  }
  .intercom-drive-thru {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
  }
  .hero-logo {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    overflow: visible;
    margin: auto;
    padding-left: 0px;
  }
  .hamburger-icon {
    height: auto;
    margin-top: 0px;
    font-size: 28px;
  }
  .menu-button {
    padding-top: 18px;
    padding-bottom: 10px;
  }
  .email-button {
    margin-bottom: 20px;
  }
}