.masthead .intro-body .brand-heading {
  font-family: 'Cinzel Decorative', cursive;
  opacity: 1;
  color: rgb(255,255,255);
}

#carousel-1 {
  display: none;
}

@media (min-width: 900px) {
  #carousel-1 {
    display: block;
  }
}

#times {
  font-size: 15px;
}

@media (min-width: 600px) {
  #times {
    font-size: 30px;
  }
}

#Homies {
  background-image: url('../../assets/img/chicks.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  filter: blur(0px) brightness(77%) grayscale(26%) hue-rotate(0deg) saturate(136%) sepia(0%);
}

@media (min-width: 500px) {
  #Homies {
    background-image: url('../../assets/img/Pizza.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    filter: blur(0px) brightness(77%) grayscale(26%) hue-rotate(0deg) saturate(136%) sepia(0%);
  }
}

