@import url("_header.css");
@import url("_footer.css");
@import url("_home.css");
@import url("_contact.css");
@import url("_made-by-todd.css");
@import url("_new-activity.css");
@import url("_new-activity-detail.css");
@import url("_slot-machine.css");
@import url("_slot-about.css");
@import url("_slot-rule.css");
@import url("_slot-howto.css");
@import url("_slot-gallery.css");

/* --------------------------------- */
/* Main Section
 ----------------------------------- */

html,
body {
  max-width: 100%;
  overflow-x: hidden;
  height: 100%;
}

body {
  font-family: 'Kanit', sans-serif;
  font-size: 14px;
}

a {
  color: #0071bb;
}

a:hover,
a:active {
  text-decoration: none;
  color: #22445b;
}

.nopad {
  padding: 0 !important;
}

img {
  max-width: 100%;
}

a.readmore {
  font-family: 'Kanit', sans-serif;
  font-weight: 500;
}

.italic {
  font-style: italic !important;
}

.light {
  font-weight: 300 !important;
}

.regular {
  font-weight: 400 !important;
}

.medium {
  font-weight: 500 !important;
}

.bold {
  font-weight: 700 !important;
}