@import url("https://fonts.googleapis.com/css2?family=Raleway&family=Sanchez&display=swap");

* {
  font-family: "Raleway", sans-serif;
  color: #f0f0f0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
.brand *,
.custom-title {
  font-family: "Sanchez", serif;
  font-weight: 400;

  text-transform: uppercase;
}

.quote {
  text-transform: none;
}

.gold {
  background-color: #dda31c !important;
}
.gold--text {
  color: #dda31c !important;
}

.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url("../gallery/multi-wallpaper.jpeg");

  width: 100%;
  height: 100%;

  background-position: left top;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
