/*****************************
** Custom site styles can be added to this file - EDIT AT YOUR OWN RISK!!!
*****************************/

header.featured {
    font-size: 52px;
    line-height: 46px;
    font-weight: 700;
    letter-spacing: .08px !important;
    font-family: 'Kanit';
    text-transform: uppercase;
      color: #fff !important;
    text-shadow: #000 5px 5px 5px;
}

.featured-button {
  background-color: #fcd94b;
    color: #000;
    border-radius: 5px;
    border: 2px solid #000;
  padding: 15px 30px 13px;
  font-size: 20px !important;
  font-weight: 700;
  
}

ul.staff { list-style: none; padding: 0; margin: 0; display: block; text-align: center; font-weight: 400; }
ul.staff h4 { font-size: 1em; font-weight: 700; margin-bottom: 5px; }
ul.staff a { display: block; }
ul.staff li { display: inline-block; margin: 0 30px 30px 0; }
ul.staff img { display: block; margin: 0 auto; margin-bottom: 5px; }
  