body {
  background-color: #f8f8f8;
}

.slider {
  height: 670px;
}

.slide--bio {
  opacity: 0.8 !important;
}

.subscribe-alert {
  text-align: center;
  display: none;
}

.alert {
  background: none;
  border: none;
  color: whitesmoke;
}

input.download {
  background-color: #49b970;
}

input.download:hover {
  background-color: #fff;
  color: black;
}

.bg-dark {
  background-color: #f26434 !important;
  height: 95vh;
}

.row-content {
  padding-top: 0px;
}

.slide--headline {
  font-size: 30px;
  line-height: 36px;
  color: white;
  padding-bottom: 20px;
}

.slide--bio {
  color: #ffffff;
  opacity: 0.6;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 17px;
}

.slider .slide--headline {
  color: #ffffff;
  font-family: 'Ubuntu', sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.slider .slide--headline {
  font-size: 35px;
  line-height: 36px;
}

@media only screen and (max-width: 950px) {
 .slide--holder {
   height: 300px;
 }

  body {
    background-color: #f26434;
  }

  .container {
    background-color: #f26434 !important;
  }

  .wrapper {
    background-color: #f26434 !important;
  }

}

@media only screen and (max-width: 768px) {

  .slide--holder {
    height: 300px;
  }
 
   body {
     background-color: #f26434;
   }
 
   .container {
     background-color: #f26434 !important;
   }
 
   .wrapper {
     background-color: #f26434 !important;
   }

   .img-responsive {
     width: 200px;
   }

}

@media (min-width: 950px) {
  .container {
    width: 950px;
  }
}