@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Medium.eot');
    src: url('fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-Medium.otf') format('opentype'),
		url('fonts/Montserrat-Medium.woff') format('woff'),
    	url('fonts/Montserrat-Medium.woff2') format('woff2'),
        url('fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Typodermic';
	src: url('fonts/Typodermic-ConthraxBk-Regular.eot');
    src: url('fonts/Typodermic-ConthraxBk-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Typodermic-ConthraxBk-Regular.otf') format('opentype'),
		url('fonts/Typodermic-ConthraxBk-Regular.woff') format('woff'),
    	url('fonts/Typodermic-ConthraxBk-Regular.woff2') format('woff2'),
        url('fonts/Typodermic-ConthraxBk-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

#logo {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
}

#exit {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 1000;
}

/* Removes default CSS rules from operating system & browsers */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

:focus {
	outline: none;
}
::-moz-focus-inner {
	border: 0;
}

/* Edits */

#cta_1, #cta_2{
	position: absolute;
	top: 0;
	left: 0;
}

#cta_1{
	opacity: 1;
}
#cta_2{
	opacity: 0;
}


#terms{
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;	
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	opacity: 0;
}

#cta_box{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 5;
}

#copy_1, #copy_2, #copy_3, #copy_4, #copy_5{
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;					
	position: absolute;
	top: 40px;
	left:0;
	padding: 15px;
	line-height: 1.1em;
	width: 728px;
	color: #000;
	opacity: 0;
}

#copy_1{
	opacity: 0;
}

#bg_img1, #bg_img2, #bg_img3, #bg_img4, #bg_img5 {
	position: absolute;
	top: 0;
	left: 0px;
	width: 728px;
	height: 90px;
	opacity: 1;
}

#shape_1, #shape_2, #shape_3, #shape_4, #shape_5{
	position: relative;
	left: 0;
	bottom: 20%;
	opacity: 0;
}

#shape_1{
	opacity: 1;
	left:-728px;
}

#frame_1_container, #frame_2_container, #frame_3_container, #frame_4_container, #frame_5_container{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

#frame_1_container, #frame_2_container, #bg_img1 {
	opacity: 1;
}
