/* =========================== BASIC SITE CONFIG ============================ */
body {
  background-color: #ae957b;
  color: black;
  font-family: Verdana;
}

h1 {text-align: center;}

/* ========================= TWO COLUMN LAYOUT ============================== */
.column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* =================== TEXT/BACKGROUND COLOR COMBINATIONS =================== */
#clr_txt_1{
     background-color: #875931;
     color: #78a6ce; 
}

#clr_txt_2{
     background-color: #4e3019;
     color: #b1cfe6; 
}

#clr_txt_3{
     background-color: #342b22;
     color: #cbd4dd; 
}

#clr_txt_4{
     background-color: #4f473d;
     color: #b0b8c2; 
}

#clr_txt_5{
     background-color: #3f4b55;
     color: #c0b4aa; 
}

#clr_txt_6{
     background-color: #4d5b4d;
     color: #b2a4b2; 
}

#clr_txt_7{
     background-color: #ac5f33;
     color: #53a0cc; 
}

#clr_txt_8{
     background-color: #ae957b;
     color: #516a84; 
}

#clr_txt_9{
     background-color: #f7bc67;
     color: #084398; 
}

#clr_txt_10{
     background-color: #875931;
     color: #f7bc67; 
}

#clr_txt_11{
     background-color: #ae957b;
     color: #084398; 
}

#clr_txt_12{
     background-color: #ae957b;
     color: black; 
}