/* Very bad practice, don't care */
.orange_text {
  color: #ec644b !important;
}

.orange_background {
  background: #ec644b !important;
}

.white_text {
  color: #fefefe !important;
}  

.blue_text {
  color: #2c3e50 !important;
}

.blue_background {
  background: #2c3e50 !important;
}

.center {
  text-align: center;
}

.thin_padding {
  padding-top: 0  !important;
}

.full_width {
  width:100%; 
  height:auto;
}