.hero-slide-section {
  height: 80vh;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
  background-attachment: scroll;
}

.slider {
  height: 80vh;
}

.slide {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0))), url('../images/slide-1_img.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0)), url('../images/slide-1_img.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.dm-slide1-div {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 76px;
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.slide-1-header {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 138px;
  display: block;
  width: 80%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  font-family: Raleway;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 200;
  text-align: center;
}

.dm-logo-div {
  display: block;
  width: 235px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}


.slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0))), url('../images/slide-2_img.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0)), url('../images/slide-2_img.jpg');
  background-position: 0px 0px, 50% 34%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.h2-slide-2-header {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-family: Raleway;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.quote-name {
  font-family: Raleway;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.slide-3 {
  background-image: url('../images/slide-3_img.jpg');
  background-position: 50% 25%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide3-text-div {
  position: absolute;
  left: 107px;
  bottom: 120px;
  width: 500px;
}


.slide3-cta {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 30px;
  font-family: Raleway;
  color: #fff;
  font-weight: 300;
}

.slide3-call-button {
  margin-left: 30px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
}

.slide3-call-button:hover {
  color: #63c1e5;
}

.slide-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0))), url('../images/slide-4_img.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0)), url('../images/slide-4_img.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}


.slide-schedule-button {
  margin-top: 7px;
  margin-left: 30px;
  padding: 15px 24px;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .8)), to(hsla(0, 0%, 100%, .8)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .8));
  font-family: Raleway;
  color: #053b70;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.slide-schedule-button:hover {
  background-color: #053b70;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#053b70), to(#053b70));
  background-image: linear-gradient(180deg, #053b70, #053b70);
  color: #fff;
}

.slide3-mobile-header {
  display: none;
  margin-top: 0px;
  font-family: Raleway;
  color: #fff;
  font-weight: 500;
}

.slide4-mobile-header {
  display: none;
  font-family: Raleway;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
  text-transform: none;
}

.slide5 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(48%, hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 100%, .75))), url('../images/shutterstock_1283698594.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 48%, hsla(0, 0%, 100%, .75)), url('../images/shutterstock_1283698594.jpg');
  background-position: 0px 0px, 50% 28%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide5-cta {
  margin-left: 30px;
  font-family: Raleway;
  color: #053b70;
  font-weight: 500;
}

.slide5-header {
  margin-left: 30px;
  font-family: Raleway;
  color: #053b70;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .slide-1-header {
    font-size: 40px;
    line-height: 40px;
  }
  .slide-3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .6))), url('../images/slide-3_img.jpg');
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .6)), url('../images/slide-3_img.jpg');
    background-position: 0px 0px, 50% 25%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .slide3-text-div {
    left: 66px;
    right: 107px;
    bottom: 70px;
    width: 80%;
    text-align: left;
  }
  .slide3-cta {
    margin-left: 25px;
    text-align: left;
  }
  .slide3-call-button {
    margin-left: 25px;
    text-align: left;
  }
  .slide5-cta {
    width: 75%;
  }
  .slide5-header {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .slide-1-header {
    width: 80%;
    font-size: 35px;
    line-height: 35px;
  }
  .h2-slide-2-header {
    font-size: 30px;
    line-height: 30px;
  }
  .slide3-text-div {
    left: 0px;
    right: 107px;
    bottom: 70px;
    width: 100%;
    text-align: center;
  }
  .slide3-cta {
    display: block;
    width: 92%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  
  .slide-schedule-button {
    display: block;
    width: 40%;
    margin-right: auto;
    margin-left: auto;
  }
  .slide3-mobile-header {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 35px;
  }
  .slide4-mobile-header {
    display: block;
  }
  .slide5-cta {
    display: block;
    margin-top: 8px;
    margin-right: auto;
    margin-left: auto;
    line-height: 24px;
  }
  .slide5-header {
    display: block;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    font-size: 40px;
    line-height: 40px;
  }
}

@media (max-width: 479px) {
  .slide-1-header {
    font-size: 25px;
    line-height: 27px;
  }
  .h2-slide-2-header {
    font-size: 25px;
    line-height: 25px;
  }
  .slide-3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .61))), url('../images/slide-3_img.jpg');
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .61)), url('../images/slide-3_img.jpg');
    background-position: 0px 0px, 50% 25%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .slide3-text-div {
    left: 0px;
    right: 107px;
    bottom: 70px;
    width: 100%;
  }
  .slide3-cta {
    display: block;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
  .slide3-call-button {
    margin-left: 0px;
  }
  .slide-schedule-button {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .slide5-cta {
    line-height: 24px;
  }
  .slide5-header {
    font-size: 30px;
    line-height: 30px;
  }
}

