@charset "UTF-8";
/* CSS Document */
/* quicksand-regular - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/quicksand-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/quicksand-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/quicksand-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/quicksand-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/quicksand-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/quicksand-v30-latin-regular.svg#Quicksand') format('svg'); /* Legacy iOS */
}
/* questrial-regular - latin */
@font-face {
  font-family: 'Questrial';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/questrial-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/questrial-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/questrial-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/questrial-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/questrial-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/questrial-v18-latin-regular.svg#Questrial') format('svg'); /* Legacy iOS */
}
#main-content {
    margin: 5px auto;
        margin-bottom: 5px;
}
h1, h2, h3, h4, h5, h6 {
    color: #b6c930;
}
#bottom-c h2, #bottom-c h3, #bottom-c h4, #bottom-c h5, #bottom-c h6 {
    color: #b6c930;
}
#bottom-c a {
    color: #b6c930;
}
@media (max-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 130% !important;
    line-height: 1.3 !important;
  }
}