/*------------*/
/*   LAYOUT   */
/*------------*/

/*  GENERAL  */
body {
	background:#e8decc;
	margin: 0 !important;
    padding: 0 !important;
}

.clear {
	clear:both;
}

div#container {
	min-height:100%;
	height:100%;
	position:relative;
}

div.content {
	width:960px;
	margin: 0 auto;
}

/*  HEADER  */
div#header {
	font-family:"Nevis";
}

h2 {
	padding:0px 0px 5px 0px;
	margin:0px;
	font-family:"Nevis";
	font-size: 41px;
	color:#b7b1a6;
	text-align:center;
	text-transform:lowercase;
	overflow:hidden;
	white-space:nowrap;

}

div#header img {
	margin:0px auto 26px auto;
	padding:0px;
}

div.colorBar {
	width:100%;
	margin:0;
}

div#navMenu {
	width:auto;
	float:right;
	margin:0;
	padding:0;
	min-height:20px;
	text-transform:uppercase;
	text-align:left;
}

div#navMenu ul {
	list-style-type:none;
	margin-top:32px;
}

div#navMenu ul li {
	margin:0 0 0 22px;
	padding:0;
	list-style-type:none;
	float:left;
}

div#navMenu ul li a {
	text-decoration:none;
	color:#ffffff;
	font-size:20px;
}

div#logo {
	margin:40px auto;
}

/* BUY NOW */
div#humblewidget {
	text-align: center;
	margin: 0 auto;
}

div#platformlogos {
	text-align: center;
	margin: 20px 0 50px 0;
}

div#platformlogos a {
	opacity: 0.6;
	margin: auto 20px;
}

div#platformlogos a:hover {
	opacity: 1;
	margin: auto 20px;
}

div#platformlogos img {
	height: 60px;
}

div#platformlogos h2 {
	margin: 20px;
}

div.floatingScreenshots img {
	width: 200px;
	margin: 20px auto;
}

div.floatingScreenshots {
	width: 200px;
}

div.floatingScreenshots.left { float: left; }
div.floatingScreenshots.right { float: right; }


/*  CONTENT  */
div#contentWrapper {
	min-height:400px;
	margin:0 auto;
	padding-bottom:206px;
}

div#contentWrapper span.inlineVideo {
	float: right;
}

h1 {
	font-family:"Nevis";
	font-size:40px;
	/*letter-spacing: 6px;*/
	padding:0px;
	padding-left:9px;
	margin-bottom: 35px;
	color:#8e1f1f;
	text-shadow: -3px 3px #e05825, -6px 6px #dfab24, -9px 9px #0d946d;
}

h1.infinite {
	letter-spacing: 10px;
    -webkit-animation: colorCycle 2s steps(24) infinite;
       -moz-animation: colorCycle 2s steps(24) infinite;
        -ms-animation: colorCycle 2s steps(24) infinite;
         -o-animation: colorCycle 2s steps(24) infinite;
            animation: colorCycle 2s steps(24) infinite;
}

h1:hover {
    -webkit-animation: colorCycle .8s steps(3);
       -moz-animation: colorCycle .8s steps(3);
        -ms-animation: colorCycle .8s steps(3);
         -o-animation: colorCycle .8s steps(3);
            animation: colorCycle .8s steps(3);
}

@-webkit-keyframes colorCycle {
	0%, 100%  { color:#8e1f1f; text-shadow: -3px 3px #e05825, -6px 6px #dfab24, -9px 9px #0d946d; }
	25% { color:#e05825; text-shadow: -3px 3px #dfab24, -6px 6px #0d946d, -9px 9px #8e1f1f; }
	50% { color:#dfab24; text-shadow: -3px 3px #0d946d, -6px 6px #8e1f1f, -9px 9px #e05825; }
	75% { color:#0d946d; text-shadow: -3px 3px #8e1f1f, -6px 6px #e05825, -9px 9px #dfab24; }
}

@-moz-keyframes colorCycle {
	0%, 100%  { color:#8e1f1f; text-shadow: -3px 3px #e05825, -6px 6px #dfab24, -9px 9px #0d946d; }
	25% { color:#e05825; text-shadow: -3px 3px #dfab24, -6px 6px #0d946d, -9px 9px #8e1f1f; }
	50% { color:#dfab24; text-shadow: -3px 3px #0d946d, -6px 6px #8e1f1f, -9px 9px #e05825; }
	75% { color:#0d946d; text-shadow: -3px 3px #8e1f1f, -6px 6px #e05825, -9px 9px #dfab24; }
}

@-ms-keyframes colorCycle {
	0%, 100%  { color:#8e1f1f; text-shadow: -3px 3px #e05825, -6px 6px #dfab24, -9px 9px #0d946d; }
	25% { color:#e05825; text-shadow: -3px 3px #dfab24, -6px 6px #0d946d, -9px 9px #8e1f1f; }
	50% { color:#dfab24; text-shadow: -3px 3px #0d946d, -6px 6px #8e1f1f, -9px 9px #e05825; }
	75% { color:#0d946d; text-shadow: -3px 3px #8e1f1f, -6px 6px #e05825, -9px 9px #dfab24; }
}

@-o-keyframes colorCycle {
	0%, 100%  { color:#8e1f1f; text-shadow: -3px 3px #e05825, -6px 6px #dfab24, -9px 9px #0d946d; }
	25% { color:#e05825; text-shadow: -3px 3px #dfab24, -6px 6px #0d946d, -9px 9px #8e1f1f; }
	50% { color:#dfab24; text-shadow: -3px 3px #0d946d, -6px 6px #8e1f1f, -9px 9px #e05825; }
	75% { color:#0d946d; text-shadow: -3px 3px #8e1f1f, -6px 6px #e05825, -9px 9px #dfab24; }
}

@keyframes colorCycle {
	0%, 100%  { color:#8e1f1f; text-shadow: -3px 3px #e05825, -6px 6px #dfab24, -9px 9px #0d946d; }
	25% { color:#e05825; text-shadow: -3px 3px #dfab24, -6px 6px #0d946d, -9px 9px #8e1f1f; }
	50% { color:#dfab24; text-shadow: -3px 3px #0d946d, -6px 6px #8e1f1f, -9px 9px #e05825; }
	75% { color:#0d946d; text-shadow: -3px 3px #8e1f1f, -6px 6px #e05825, -9px 9px #dfab24; }
}

div#contentWrapper hr {
	display: block;
	position: relative;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	height: 0;
	width: 100%;
	max-height: 0;
	font-size: 1px;
	line-height: 0;
	clear: both;
	border: none;
	border-top: 1px solid #cfc8c8;
	border-bottom: 1px solid #ffffff;
}

div#screenshots {
	margin: 0px auto;
	position:relative;
	overflow:hidden;
	white-space:nowrap;
	padding: 10px 0;
}

div#screenshots img{
	width:224px;
	height:126px;
	margin-right: 16px;
}

div.contentContainer {
	margin-bottom: 120px;
}

div.contentContainer p {
	font-family:"Quicksand";
	font-size:25px;
	color:#57585a;
	padding:0px;
	margin: 0px auto 40px auto;
}

div.contentContainer a {
	font-style:italic;
	text-decoration:none;
	color:#fb7e41;
}

div.updateBox {
	height:176px;
	margin: 0px auto 40px auto;
	padding: 32px;
}

div.updateBox p{
	font-family:"Nevis";
	text-align:center;
	color:#ffffff;
	font-size:38px;
	margin:0px;
	padding:0px;
}

div.buttons {
	margin: 0px auto;
	position:relative;

}

div.updateBox a {
	font-family:"Nevis";
	font-style:normal;
	color:#ffffff;
	display:block;
	width:296px;
	padding: 16px 0px 16px 0px;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	font-size:32px;
	margin: 48px 48px 0px 48px;
}

div#podcastWrapper a {
	background-color:#efaf87;
}

#mc_embed_signup_scroll {
	width:756px;
	height:52px;
	margin: auto;
}

#emailWrapper {
	width:66%;
	height:100%;
	float:left;
}

#mce-EMAIL {
	width:100%;
	height:100%;
	font-family:"Nevis";
	font-size:29px;
	color:#beb7ab;
	padding:0px 0px 0px 10px;
	border:0px;
}

#submitButton {
	margin-left:66%;
	width:34%;
	height:100%;
}

#mc-embedded-subscribe {
	width:100%;
	height:100%;
	font-family:"Nevis";
	font-size:32px;
	color:#ffffff;
	background-color:#9ac5ac;
	border:0px;
}

div#socialMediaLinks {
	overflow:hidden;
	white-space:nowrap;
}

div#socialMediaLinks a {
	margin-right:209px;
}

/*  FOOTER  */
div#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:206px;
}

div#footerContentWrapper{
	margin:0px auto;
}

div#footerContentWrapper img{
	margin-top:40px;
}

div#footer p {
	padding:0px;
	margin-top:20px;
	font-family:"Nevis";
	text-align:center;
	color:#a35959;
	font-size:17px;
}

div#footer a {
	color: #ffffff;
	text-decoration:none;
}

div#actualHumans {
	display:block;
	float:left;
	width:70%;
	font-size:13px;
}

div#actualHumans img {
	margin-left:-27px;
}

div#omdc {
	margin-top:30px;
	display:block;
	float:left;
	width:30%;
}

div#omdc p {
	font-family:"Nevis";
	color:#ffffff;
	text-align:right;
}

div#omdc img {
	display:block;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}
div#copyright {
	clear:both;
	display:block;
	width:100%;
	margin:0 auto;
	padding-top:8px;
}
div#copyright p{
	font-size:13px;
	text-align:center;
}

/*  TYPOGRAPHY  */
@font-face {
	font-family: 'Nevis';
	src: url('../fonts/nevis.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Quicksand';
	src: url('../fonts/Quicksand-Regular.otf');
	font-style: normal;
}

@font-face {
	font-family: 'Quicksand';
	src: url('../fonts/Quicksand-Italic.otf');
	font-style: italic;
}
