@charset "utf-8";

/* COLORS
   ================================================== */

p { color: #000 }

h1 { color: #1E1E1E }

a:link { color: #FFF }

a:visited { color: #FFF }

a:focus { color: #FFF }

a:hover { color: #1BF1BD }

a:active { color: #1BF1BD }

.contactMenu a:link, .contactMenu a:visited { color: #F1511B }

.contactMenu a:hover, .contactMenu a:active { color: #1BF1BD }

.landingMenu a:link, .landingMenu a:visited, .mainMenu a:link, .mainMenu a:visited { color: #F1511B }

.landingMenu a:hover, .landingMenu a:active, .mainMenu a:hover, .mainMenu a:active { color: #1BF1BD }

.active a { color: #FFF !important }

h1, h2, .midSec p { color: #FFF }

/* FONT STYLES
   ================================================== */

p, a { font-family: 'Source Sans Pro', sans-serif; }

h1, h2, h3 { font-family: 'Source Sans Pro', sans-serif; font-weight: 600; }

h1 { font-size: 28px; line-height: 32px; }

.subTitle { font-size: 15px; line-height: 20px; }

/* SPECIAL DECLARATIONS
   ================================================== */

.magic {
	display: none;
	visibility: hidden; }

img {
	vertical-align: top;
}