
/*-------------DESKTOP SETTINGS-------------*/

/*settings for the text inside of the carousel */
.carousel-caption > h3 {
  font-weight: bold;
  font-size: 60px;
}

.carousel-caption > p {
  font-size: 25px;
}

.btn{
  font-size: 20px;
  margin-top: 10px;
  color: #FEFDFD;
  background-color: #ff0000;
  border-radius: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.btn:hover{
  color: black;
  background-color: #FEFDFD;
}

.carousel-caption{
  bottom: 30%;
}

/*-------------TABLET SETTINGS-------------*/

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

  .carousel-caption{
    display: none;
  }
}

/*-------------SMARTPHONE SETTINGS-------------*/

@media only screen and (max-width : 575.98px) {
  .carousel{
    display: none;
  }
}
