	    body {background: #0c0c0c; color: rgba(179, 176, 143, 1)}
	    #vid-contained	{width:100%; height: 100%; position:fixed; top: 0; left: 0; bottom: 0; right: 0; z-index:-100;}
	    .bordered {border: 1px dotted #dbdbe8;}
	    .pusher {margin-top: 1em;}
	    .padder {padding: 1em;}
	    .smallpush {margin-top: 1em;}
	    .basement {background: #edf4fb}
	    a:link {color: rgba(143, 169, 179, 0.8);} 	
		a:visited {color: rgba(143, 169, 179, 0.8);} 	
		a:hover {color: rgba(249, 249, 249, 0.9);} 	
		a:active {color: rgba(143, 169, 179, 0.8);} 	
		.fader {opacity: 1}
		.fader:hover {opacity: .5}
		h2 {font-family: 'Amatic SC', sans-serif; color: rgba(173, 163, 163, 0.8); margin-top: 0em; padding-top: 0em;}
		.action {font-family: 'Quicksand', sans-serif; color: rgba(173, 163, 163, 0.8); margin-top: 0em; padding-top: 0em;}
		.action li {list-style-type: none; list-style-position: inside; margin-bottom: 1em; color: rgba(195, 186, 186, 0.9)}
		.footer {background: rgba(16, 16, 16, 0.34)}
		.title {font-size: 1.1em;	font-weight: bold;}
/* these are the orginal styles that work with bogtext plug in
		#bigtext  {font-family: 'Anton', sans-serif; color: rgba(75, 71, 71, 0.6); margin: 0; padding: 0; width: 100%;}
		.supertitle {font-family: 'Amatic SC', sans-serif; color: rgba(195, 186, 186, 0.9); font-size: 2em; margin-top: 1em; margin-bottom: 0em; padding-bottom: 0;}
		.headline {margin: 0; padding: 0; position: relative; top:	-70px;}
*/
		
		.supertitle {font-family: 'Amatic SC', sans-serif; color: rgba(195, 186, 186, 0.9); font-size: 2em; margin-top: .5em; margin-bottom: 0em; padding-bottom: 0;}
		.headline {margin: 0; padding: 0; font-family: "Anton", sans-serif;  font-size: 10em; line-height: 1em; color: rgba(129, 129, 129, 0.7);}

	    /* Small only */
@media screen and (max-width: 39.9375em) {
	.supertitle {margin-top:0;}
	.headline {margin-top:0; color: rgba(129, 129, 129, 0.5);}
	.action {background: rgba(0, 0, 0, 0.25); margin-top:1em; border: 1px solid rgba(140, 138, 138, 0.5)}
	.action h2 {font-size: 2em;}
}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.headline {margin-top:0;}
}

/* Large and up */
@media screen and (min-width: 64em) {
	.pusher {margin-top: 12em;}
}
/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
	.pusher {margin-top: 7em;}
	.smallpush {margin-top: 2em;}
}