body {
    font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700
}

header.masthead {
    position: relative;
    background-color: #343a40;
    background: url(../img/judgment-dog.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 8rem;
    padding-bottom: 8rem
}

header.masthead .overlay {
    position: absolute;
    background-color: #212529;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .3
}

header.masthead .overlay-img {
    display: none;
}

header.masthead .overlay-img-small {
    width: 20%;
    float: left;
    display: block;
    margin-left: 5%;
}

header.masthead h1 {
    font-size: 2rem
}

/*
ABOUT US
**/

.about-header {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/bg-masthead.jpg) no-repeat center center;
    background-size: cover;
    height:600px;
}

@media (min-width:768px) {
    header.masthead {
        padding-top: 12rem;
        padding-bottom: 12rem
    }
    header.masthead h1 {
        font-size: 3rem
    }
    header.masthead .overlay-img {
        width: 40%;
        float: left;
        display: block;
    }
    header.masthead .overlay-img-small {
        display: none;
    }
}

.showcase .showcase-text {
    padding: 3rem
}

.showcase .showcase-img {
    min-height: 30rem;
    background-size: cover
}

@media (min-width:768px) {
    .showcase .showcase-text {
        padding: 7rem
    }
}

.features-icons {
    padding-top: 7rem;
    padding-bottom: 7rem
}

.features-icons .features-icons-item {
    max-width: 20rem
}

.features-icons .features-icons-item .features-icons-icon {
    height: 7rem
}

.features-icons .features-icons-item .features-icons-icon i {
    font-size: 4.5rem
}

.features-icons .features-icons-item:hover .features-icons-icon i {
    font-size: 5rem
}

.testimonials {
    padding-top: 7rem;
    padding-bottom: 7rem
}

.testimonials .testimonial-item {
    max-width: 18rem
}

.testimonials .testimonial-item img {
    max-width: 12rem;
    box-shadow: 0 5px 5px 0 #adb5bd
}

.call-to-action {
    position: relative;
    background-color: #343a40;
    background: url(../img/judgment-dog.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 7rem;
    padding-bottom: 7rem
}

.call-to-action .overlay {
    position: absolute;
    background-color: #212529;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .3
}

/*
Sign Up
**/
.signup {
    height:40rem;
}
.signup .overlay {
  position: absolute;
  height: 100%;
  min-height: 35rem;
  width: 100%;
  
  z-index: -1;
}
.signup .masthead {
  position: relative;
  overflow: hidden;
  padding-bottom: 3rem;
}

.signup .masthead .masthead-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  min-height: 35rem;
  height: 100%;
  background-color: rgba(0, 46, 102, 0.8);
  transform: skewY(4deg);
  transform-origin: bottom right;
}

.signup .masthead .masthead-content h1 {
  font-size: 2.5rem;
}

.signup .masthead .masthead-content p {
  font-size: 1.2rem;
}

.signup .masthead .masthead-content p strong {
  font-weight: 700;
}

.signup .masthead .masthead-content .input-group-newsletter input {
  font-size: 1rem;
  padding: 1rem;
}

.signup .masthead .masthead-content .input-group-newsletter button {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 1rem;
}

@media (min-width: 768px) {
  .signup .masthead {
    height: 100%;
    min-height: 0;
    width: 40.5rem;
    padding-bottom: 0;
  }
  .signup .masthead .masthead-bg {
    min-height: 0;
    transform: skewX(-8deg);
    transform-origin: top right;
  }
  .signup .masthead .masthead-content {
    padding-left: 3rem;
    padding-right: 10rem;
  }
  .signup .masthead .masthead-content h1 {
    font-size: 3.5rem;
  }
  .signup .masthead .masthead-content p {
    font-size: 1.3rem;
  }
}


footer.footer {
    padding-top: 4rem;
    padding-bottom: 4rem
}