html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
	background: #000000;
/*	background: #000000 url('images/main_bkgd.jpg') top center no-repeat scroll; */
	min-height: 510px;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	overflow-x: hidden;
}

/* HAMBURGER MENU CSS */
.navigation {
    list-style: none;
    background: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	-moz-padding-start: 0px; /* This was originally 10px. */
	margin-left: 0px;
	padding-left: 0px;
    z-index: 0;
}

ul.navigation {
	margin-top: 0px;
}

.site-wrap {
    min-width: 100%;
    min-height: 100%;
    background-color: #000;
    position: relative;
    top: 0;
    bottom: 100%;
    left: 0;
    z-index: 1;
    padding: 0em 4em 0em 0em; /* This was originally 4em. */
/*    background-image: linear-gradient(135deg, 
		rgb(254,255,255) 0%,
		rgb(221,241,249) 35%,
		rgb(160,216,239) 100%); */
    background-size: 200%;
}

.nav-item {
	background: #333;
	border-top: 1px solid #666;
	padding: 5px 0px 5px 2px;
	margin: 0px;
}

.nav-item:hover {
	background: #666;
}

.nav-item a:link, .nav-item a:visited, .nav-item a:hover, .nav-item a:active {
	color: #fff;
	text-decoration: none;
}

.nav-trigger {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

label[for="nav-trigger"] {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 2;
    width: 60px;
    height: 14px;
    cursor: pointer;
	background-image: url("images/hamburger_menu.png");
/*    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='30px' height='30px' viewBox='0 0 30 30' enable-background='new 0 0 30 30' xml:space='preserve'><rect width='30' height='6'/><rect y='24' width='30' height='6'/><rect y='12' width='30' height='6'/></svg>"); */
    background-size: contain;
}

.nav-trigger:checked + label {
    left: 160px; /* This was originally 215px. */
}

.nav-trigger:checked ~ .site-wrap {
    left: 150px; /* This was originally 200px. */
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.5);
}

.nav-trigger + label, .site-wrap {
    transition: left 0.4s;
}
/* HAMBURGER MENU CSS ENDS */

#mobilewrapper {
	background: #333333;
	width: 100%;
	margin: 0px auto;
	text-align: center;
	overflow: auto;
	
}

.mobileheader {
	background: #000000 url('images/header_logo_white.png') center center no-repeat;
	width: 100%;
	height: 90px;
	margin: 0px auto;
	padding: 0px;
}

.mobilecontent {
	width: 94%;
	text-align: center;
	margin: 0px auto;
	padding: 0px 10px 20px;
}

.mobilecontent img {
	margin-bottom: 6px;
}

.mobilecontentindex {
	width: 100%;
	text-align: center;
	margin: 20px 0px 0px;
	padding: 0px;
}

.homelinks {
	background: url('images/nav_bkgd.jpg') top left repeat-x;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font: normal 16px Arial,Helvetica,Verdana,sans-serif;
	text-transform: none;
	width: 100%;
	height: 28px;
	text-align: center;
	margin: 0px auto;
	padding: 9px 0px 0px;
}

.homelinks a, .homelinks a:visited, .homelinks a:hover, .homelinks a:active {
	color: #ffd044;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

p {
	color: #CCCCCC;
	font: normal 13px/21px 'Lato',Arial,Helvetica,Verdana,sans-serif;
	text-align: left;
}

ul {
	color: #CCCCCC;
	font: normal 13px/21px Arial,Helvetica,Verdana,sans-serif;
	text-align: left;
	margin: 20px 30px 30px 0px;
}

li {
	margin-bottom: 8px;
}

h2 {
	background: #999999;
	color: #FFCC33;
	font: normal 1em 'Lato',Arial,Helvetica,Verdana,sans-serif;
	text-transform: capitalize;
	text-align: right;
	margin: 0px;
	padding: 2px 6px 2px 0px;
}

h3 {
	color: #CCCCCC;
	font: normal 24px 'Lato',Arial,Helvetica,Verdana,sans-serif;
	letter-spacing: 0em;
	text-transform: capitalize;
	text-align: right;
	margin-bottom: 20px;
	padding: 0px;
}

h4 {
	background: #666666;
	color: #FFCC33;
	font: normal 1em 'Lato',Arial,Helvetica,Verdana,sans-serif;
	letter-spacing: 0em;
	text-transform: capitalize;
	text-align: left;
	margin: 30px 0px 0px 0px;
	padding: 1px 0px 4px 8px;
}

h5 {
	color: #CCCCCC;
	font: normal 1.4em 'Covered By Your Grace',Arial,Helvetica,Verdana,sans-serif;
	text-align: center;
	letter-spacing: 0.05em;
	margin: 8px 0px 0px 0px;
	padding: 0px;
}

h6 {
	background: #666666;
	color: #FFCC33;
	font: normal 1.1em 'Lato',Arial,Helvetica,Verdana,sans-serif;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 6px;
}

h3.questions {
	background: url('images/q_bkgd.png') top left no-repeat scroll;
	color: #FFCC33;
	font: normal 1.1em/1.1em 'Lato',Arial,Helvetica,Verdana,sans-serif;
	letter-spacing: 0.05em;
	text-align: left;
	text-transform: none;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 6px 22px;
}

p.answers {
	background: url('images/a_bkgd.png') top left no-repeat scroll;
	padding-left: 22px;
	margin-top: 0px;
}

p.answers2 {
	background: none;
	padding-left: 22px;
}

ul.answers {
	color: #CCCCCC;
/*	margin-left: 22px; */
}

h3.emailsettings {
	color: #CCCCCC;
	font: bold 1em Arial,Helvetica,Verdana,sans-serif;
	text-align: left;
	margin: 30px 0px 0px 22px;
}

p.warningbox {
	background: #cccccc;
	color: #333333;
	font: bold 0.8em/1.5em Arial,Helvetica,Verdana,sans-serif;
	padding: 10px 22px;
	margin: 20px;
}

.emailsettingsfields {
	color: #FFCC33;
}

a {
	color: #FFCC33;
	font: normal 13px/21px 'Lato',Arial,Helvetica,Verdana,sans-serif;
	text-decoration: none;
}

a:visited {
	color: #ffe7a0;
	font: normal 13px/21px 'Lato',Arial,Helvetica,Verdana,sans-serif;
	text-decoration: underline;
}

a:hover, .porttext a:active {
	color: #FFCC33;
	font: normal 13px/21px 'Lato',Arial,Helvetica,Verdana,sans-serif;
	text-decoration: underline;
}

.testimonials p {
	background: #333333;
	color: #FFCC33;
	font: normal 1em/2em 'Old Standard TT',Arial,Helvetica,Verdana,sans-serif;
	margin: 20px;
	padding: 20px;
}

.featured {
	background: #666666;
	width: 320px;
	height: 150px;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
}

.featured img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.contentbottom {
	width: 940px;
	height: 120px;
	text-align: right;
	margin: 0px 30px;
}

.platforms {
	text-align: right;
}

#icon {
	float: right;
	background: none;
	height: 35px;
	text-align: center;
	display: inline;
	margin: 65px 0px 0px 10px;	
}

.portimage {
/*	float: center; */
	width: 270px;
	text-align: center;
	margin: 40px 0px 0px;
}

.imgcenter {
	text-align: center;
	margin: 0px auto;
}

.porttext {
/*	float: left;
	text-align: left;*/
	margin: 30px 0px 0px 0px;
}

.porttext img {
	text-align: center;
	margin: 20px auto 0px;
}

.porttext p {
	color: #CCCCCC;
	font: normal 1em/1.5em Arial,Helvetica,Verdana,sans-serif;
}

.porttext a {
	color: #FFCC33;
	text-decoration: none;
}

.porttext a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}

.porttext a:hover, .porttext a:active {
	color: #FFCC33;
	text-decoration: underline;
}

.highlight {
	color: #FFCC33;
	font-style: italic;
}

p.info {
	font: normal 1em/1.5em Arial,Helvetica, Verdana,sans-serif;
}

.label {
	color: #FFFFFF;
	font-weight: bold;
}

#projecttext {
	display: inline;
}

#projecttext p {
	color: FF0000;
	display: inline;
}

.clientcomments {
	font-style: italic;
}

.imgright {
	float: right;
	margin: 14px 0px 20px 30px;
}

.contactinfo img {
	float: left;
	margin: 6px 6px 10px 0px;
/*	width: 270px; */
}

.contactinfo p {
	font-size: 0.8em;
	text-transform: capitalize;
	text-align: left;
	margin: 6px 0px 30px 0px;
}

.yellow {
	color: #FFCC33;
	text-transform: none;
}

#mobilefooter {
	color: #666666;
	font: normal 11px/15px Arial,Helvetica,Verdana,sans-serif;
	width: 280px;
	text-align: center;
	margin: 0px auto;
	padding: 0px 20px;
}

#mobilefooter p {
	color: #999999;
	text-align: center;
}

.clear {
	clear: both;
}

/******************************************
*        CODE FOR QUOTATOR ROTATOR        *
/******************************************/
.quoteheader p {
	color: #FFCC33;
	font: normal 1em 'Lato',Arial,Helvetica,Verdana,sans-serif;
/*	text-transform: capitalize;	 */
	margin: 30px 0px 0px 10px;
}

#quotebox {
	text-align: center;
	margin: 20px 0px 30px 40px;
}

#quotes {
/*	background: #333333; */
	color: #FFCC33;
	font: italic normal 1em/1.4em Times;
/*	width: 300px;
	height: 100px;
	position: relative; */
	text-align: left;
}

#author {
	color: #CCCCCC;
	font: normal 0.8em/1.2em Arial,Helvetica,Verdana,sans-serif;
	text-align: left;
	margin-bottom: 32px;
/*	position: absolute;
	bottom: 15px;
	right: 15px; */
}


