/* -----------------------------------------------------------------------------
Engine:      Gametize
Author:     Gametize Pte Ltd
Description:  Basic Styles (Customizable)

All these are samples of customizable styles. Simply uncomment and modify
colours if necessary.
----------------------------------------------------------------------------- */

/* GAME BRANDING COLOUR CUSTOMIZATION */

/* Link Colour Overrides */
a:link, a:visited { color: #1BABAB }
a:hover { color: #179191 }
.text-on-darkbg a:link, .text-on-darkbg a:visited, .text-on-darkbg a:hover { color : #fff }

/* CTA Button Colour Overrides */
.button.cta, .button.cta a { background: #1BABAB !important }
.button.cta:hover { background: #179191 !important }

/* BASIC LANDING PAGE CUSTOMIZATION */

.landing-background {
  background : #f0f0f0;   /* Define branding color here */
  /* color : #fff Note: only for dark backgrounds */
}
