/* Colors */
.gold {
  color: #CDAB35 !important;
}

.blue {
  color: #1C448A !important;
}

.red {
  color: #BF512F !important;
}

.brown {
  color: #B06E29 !important;
}

.light-brown {
  color: #D9C18B !important;
}

.white {
  color: #FFFFFF !important;
}


.gold-bg {
  background-color: #CDAB35 !important;
}

.blue-bg {
  background-color: #1C448A !important;
}

.red-bg {
  background-color: #BF512F !important;
}

.brown-bg {
  background-color: #B06E29 !important;
}

.light-brown-bg {
  background-color: #D9C18B !important;
}

.white-bg {
  background-color: #FFFFFF !important;
}


/* Sizes */
.text-small {
  font-size: 1.8rem !important;
}

.text-med-large {
  font-size: 2.2rem !important;
}

.text-large {
  font-size: 2.4rem !important;
}

.text-xl {
  font-size: 3rem !important;
}

.text-2xl {
  font-size: 3.5rem !important;
  line-height: 1.4 !important;
}


/* Other styles */
.text-thin {
  font-weight: 300 !important;
}

.text-short-line-height {
  line-height: 1.4;
}

.fira-sans {
  font-family: 'fira sans', sans-serif !important;
}

.hero-text-white {
  font-family: 'fira sans', sans-serif !important;
  color: white;
}

.text-shadow {
  text-shadow: 0 0 10px black;
}
