@charset "UTF-8";
/* CSS Document */

html, body {
  background-color: #3d3f3f;
	font-family: 'Roboto', sans-serif;
}
body {
	width: 100%;
	margin: 0;
	color: #ffffff;
}
.innermax {
	max-width: 1300px;
	margin: 0 auto;
}
.jasonhead {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #e2e2e2;
	font-weight: 400;
}
.section {
	padding: 16px;
	text-align: center;
	font-size: 18px;
	text-decoration: none;
	color: #ededed;
	margin-bottom: 0px;
	transition: box-shadow .25s;
	font-weight: 100;
}
.section:hover {
	-moz-box-shadow:    inset  0 -5px 0px 0px #ededed;
	-webkit-box-shadow: inset  0 -5px 0px 0px #ededed;
 	box-shadow:        inset  0 -5px 0px 0px #ededed;
	text-decoration: none;
	color: #ededed;
}
.section:active {
	-moz-box-shadow:    inset  0 -5px 0px 0px #ededed;
	-webkit-box-shadow: inset  0 -5px 0px 0px #ededed;
 	box-shadow:        inset  0 -5px 0px 0px #ededed;
	text-decoration: none;
	color: #ffffff;
}
.section:focus {
	text-decoration: none;
	color: #ededed;
}
.sampleimg {
	width: 100%;
	background-size: cover;
	background-position: center center;
	height: 150px;
}
.sampletray {
		background-image: url("img/Read180_tray.jpg");
}
.samplereadss {
		background-image: url("img/readss.png");
}
.samplewords {
		background-image: url("img/words.png");
}
.samplesyn {
		background-image: url("img/synantlrg.png");
}
.sampletl {
		background-image: url("img/tl_1.png");
}
.sampletoast {
		background-image: url("img/toast_1.png");
}
.samplemobile {
		background-image: url("img/mobile.png");
}
.sampleresponsive {
		background-image: url("img/responsive.jpg");
}
.samplegif {
		background-image: url("img/gif5.gif");
}
.samples {
	padding-top: 16px;
	padding-bottom: 16px;
}
.samplehead, .samplehead:focus, .edhead {
	font-size: 20px;
	font-weight: 400;
	float: clear;
	color: #ffffff;
}
.samplehead:hover {
	color: #afeefc;
	text-decoration: none;
}
.samplehead:active {
	color: #ededed;
}
.samplecopy {
	font-size: 16px;
	font-weight: 100;
	color: #eaeaea;
}
.samplelink {
	text-decoration: none;
	color: #afeefc;
}
.samplelink:hover {
	text-decoration: underline;
	color: #afeefc;
}
.samplelink:active {
	text-decoration: underline;
	color: #ffffff;
}
.samplelink:focus {
	text-decoration: underline;
	color: #ffffff;
}
.dontbreak {
	text-decoration: underline;
	color: #ffffff;
}
.dontbreak:hover {
	text-decoration: none;
	color: #afeefc;
}
.dontbreak:active {
	text-decoration: underline;
	color: #afeefc;
}
.blackouter {
	background-color: #000000;
}
.grayouter {
	background-color: #2d2d2d;
	margin-bottom: 32px;
	border-top: 1px solid #ffffff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}
#sticky {
	font-size: 48px;
	will-change: transform;
	-webkit-transition: all .3s;
    transition: all .3s;}
#sticky.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 0;
    z-index: 10000;
	width: 100%;
	font-size: 32px;
}

.edbanner {
	width: 100%;
	max-width: 1300px;
}

.imgsamp {
	width: 100%;
}

.divides {
	max-width: 1300px;
	width: 100%;
	height: 1px;
	background-color: #898d8d;
	margin-top: 16px;
}