/* MAIN IMAGE */

#main-image {
  height: 580px;
  background: url("../assets/main.jpg") no-repeat center;
}

#main-image h2 {
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  padding: 150px 0 40px 0;
}

.button-1 {
  display: block;
  width: 120px;
  height: 50px;
  background: #ff7a00;
  color: white;
  font-size: 20px;
  margin: 0 auto;
  text-align: center;
  line-height: 50px;
  border-radius: 6px;
  font-weight: 600;
}

.button-1:hover {
  background: #02b8dd;
}
