.carousel-control {
  color: #D7635B;
  opacity: 1;
}

.carousel-control:focus, .carousel-control:hover {
  color: #D7635B;
  opacity: .8;
}

.carousel-control.left, .carousel-control.right {
  background: transparent;
}


.carousel-inner>.item {
  text-align: center;
  font-size: 1.6em;
  margin: 2em 0;
}

.hover:hover {
  opacity: .8;
}

#header h1 {
  font-size: 22px;
}

#header h1 span {
  font-size: 18px;
}

/* Tablet */
@media(min-width: 768px){



}


/* Desktop */
@media(min-width:992px){

  .carousel-inner>.item {
    font-size: 2em;
  }

  #header h1 {
    font-size: 28px;
  }

  #header h1 span {
    font-size: 26px;
  }

}


/* Large Desktop */
@media(min-width:1200px){

  #header h1 {
    font-size: 35px;
  }

  #header h1 span {
    font-size: 30px;
  }

}


/* Print */
@media print {


}