/*  COLORS  */

.text-astral {
  /*color: #3c6783;*/
  color: rgb(60,103,131);
}

.bg-astral {
  /*background-color: #3c6783;*/
  background-color: rgb(60,103,131);
}

.text-roof_terracotta {
  /*color: #a7403d;*/
  color: rgb(167,64,61);
}

.bg-roof_terracotta {
  /*background-color: #a7403d;*/
  background-color: rgb(167,64,61);
}

.text-westar {
  /*color: #d4cfc5;*/
  color: rgb(212,207,197);
}

.bg-westar {
  /*background-color: #d4cfc5;*/
  background-color: rgb(212,207,197);
}

.text-evening_sea {
  /*color: #295949;*/
  color: rgb(41,89,73);
}

.bg-evening_sea {
  /*background-color: #295949;*/
  background-color: rgb(41,89,73);
}
