/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/* Import Sass mixins, variables, Compass modules, etc... from the master theme */
@import url("https://fonts.googleapis.com/css?family=Kanit:300&display=swap");
/**
 * COLOURED BUTTONS SET
*/
/**
 * TRIANGLE
 */
/**
 * $ARROW
 */
/**
 * Create the given unicode icon
 * $icon: \f0da
 */
@media (min-width: 0) and (max-width: 600px) {
  .hidden-mobile {
    display: none;
  }
}

@media (min-width: 601px) and (max-width: 800px) {
  .hidden-tablet {
    display: none;
  }
}

@media (min-width: 801px) {
  .hidden-desktop {
    display: none;
  }
}

@media (min-width: 0) and (max-width: 600px) {
  .show-mobile {
    display: block;
  }
}

@media (min-width: 601px) and (max-width: 800px) {
  .show-tablet {
    display: block;
  }
}

@media (min-width: 801px) {
  .show-desktop {
    display: block;
  }
}

/* No files to import found in variables/**\/* */
/* No files to import found in mixins/**\/* */
html, body, input, textarea, keygen, select, button, h1, .alpha, h2, .beta, h3, .gamma, h4, .delta, caption, h5, .epsilon, h6, .zeta, #navigation .nav-wrapper > .nav li a.menu__link, .text-cell, .field-label, label {
  font-family: Arial, Helvetica, "Kanit", "FuturaRound-Book", sans-serif !important;
  /*text-shadow: 1px 1px 0px blue !important;*/
}

/* No files to import found in components/**\/* */
/* No files to import found in layouts/**\/* */
/**
 * @file
 * Print styling
 */
/**
 * By importing this CSS file as media "all", we allow this print file to be
 * aggregated with other stylesheets, for improved front-end performance.
 */
