/* HERO CSS */
#hero {
  padding-top: 85px;
  width: 100%;
  height: 450px;
  background: url('../img/bw-mountains.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#hero #hero-speech {
  color: #2ECC71;
  font-size: 35px;
  font-family: 'Montserrat', sans-serif;
}
#philosophy {
  text-align: center;
  padding: 75px 0;
}
#philosophy h4 {
  color: #2ECC71;
  letter-spacing: 5px;
  font-weight: 300;
}
#philosophy h3 {
  font-weight: 300;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #hero #hero-speech {
    font-size: 45px;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #hero #hero-speech {
    font-size: 55px;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}