 /** Reset **/
 
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline: 0;
	font-size: 100%;
}
body {
	/*background-color: #FFF;*/
	color: #444;
	font: 14px 'Source Sans Pro', sans-serif;
	line-height: 1.625;
	overflow: hidden;
	position: relative;
}
html, 
body {
    height: 100%;
}
ol, ul {
	list-style: none;
}
a img {
	border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
a {
	color: #00b6de;
	text-decoration: none;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
a:visited {
	color: #00b6de;
}
a:focus,
a:active,
a:hover {
	color: #00b6de;
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
p {
	margin-bottom: 18px;
}
hr {
	border: 0;
	border-top: 1px solid #ccc;
	height: 0;
	margin: 15px 0;
	padding: 0;
}
.cf:before,
.cf:after{
	content: "";
	display: table;
}
.cf:after{
	clear: both;
}


/** Structure **/
 html {
     background: url(../img/ScratchBG_slate2.jpg) no-repeat center center fixed;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
 }
.section {
	display: none;
	height: 100%;
	width: 100%;
	padding: 0;
	position: absolute;
	top: 100%;
	left: 0;
	overflow: auto;
}
.container {
    display: table;
    height: 100%;
    margin: 0 auto;
    width: 740px;	
}
#home .container {
	background-image: none;
	padding: 0;
	width: 100%;
	text-align: center;
}


/** Content **/
.content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;	
	padding: 36px 0;
}
.content .title {
    color: #FFFFFF;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 96px;
    font-weight: 900;
    line-height: 96px;
    margin-bottom: 12px;
}
.content .tagline {
	color: #AAAAAA;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 37px;
    font-weight: 300;
    line-height: 37px;
    margin-bottom: 72px;
}
.content .highlight {
	color: #84B4BC;
	font-weight: 900;
}
.content p {
    color: #FFFFFF;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}
.section-close {
	color: #777;
	font-family: 'Source Sans Pro',sans-serif;
	font-size: 60px;
	font-weight: 100;
	line-height: 40px;
	cursor: pointer;
	height: 40px;
	opacity: 0.6;
    position: absolute;
	right: 60px;
	top: 60px;
	width: 40px;
	z-index: 1;
	text-align: center;
}
.section-close:hover {
    opacity: 1;
}
.overlay-close {
	position: absolute;
	right: 60px;
	top: 60px;
	z-index: 1;	
	width: 40px;
	height: 40px;
	opacity: 0.6;
	text-indent: -999em;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../img/overlay-close.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;		
}
.overlay-close:hover {
    opacity: 1;
}
#home .content {
    padding: 0;
}

svg {
    height: 100%;
    width: 100%;
}


/** Countdown **/

.countdown {
	text-align: center;
	margin-bottom: 60px;
}
.countdown .sec {
	padding: 0;
	text-align: center;
	width: 186px;
	display: inline-block;
	font-family: Roboto,sans-serif;
	margin: 0 6px;
	padding: 15px 0;
	border-radius: 6px;
	background-color: rgba(255, 255, 255, 0.15);
}
.countdown .number {
	display: block;
	font-size: 90px;
	line-height: 90px;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	margin-bottom: 6px;
	font-weight: 400;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
	-webkit-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;	
}
.countdown .desc {
	display: block;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	color: #CCC;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}


/** Social Media **/

#social-media {
    margin-top: 60px;
    text-align: center;
    width: 100%;
    z-index: 101;
}
#social-media li {
	display: inline-block;
    margin: 0 6px;
}
#social-media li a {
	display: inline-block;
	font-size: 24px;
	line-height: 42px;
	width: 36px;
	height: 42px;
	-webkit-transition: all 0.2s ease 0s;	
	transition: all 0.2s ease 0s;
	color: rgba(255, 255, 255, 0.7);
	text-align: center;
}
#social-media li a:hover {
    color: #84B4BC;
}


/** Message **/

.message {
	-webkit-border-radius: 3px;	
	border-radius: 3px;
	padding: 12px 20px;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
	font-weight: 600;
	display: none;
	margin-top: 24px;
	background-color: rgba(0, 0, 0, 0.3);
	position: relative;
}
.message.success {
    color: #3CB371;
}
.message.error {
    color: #FF0000;
}
.message-close {
	position: absolute;
	right: 6px;
	top: 5px;
	z-index: 1;	
	width: 30px;
	height: 30px;
	opacity: 0.6;
	text-indent: -999em;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../img/message-close.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	-webkit-transition: all 0.2s;	
	transition: all 0.2s;	
}
.message-close:hover {
    opacity: 1;
}


/** Overlay **/

#main-overlay {
	background-attachment: scroll;
	background-repeat: repeat;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
	background-image: url(../img/main-overlay.png);
	background-color: rgba(0, 0, 0, 0.36);
	background-position: left top;
}
.section.overlay {
	background-image: url(../img/section-overlay.png);
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: left top;
}


/** Background **/

#fullscreen-image {
    background-color: #000000;
    height: 100%;
    left: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -2;
}
#fullscreen-image img {
    display: block;
    position: absolute;
}


/** Media Queries **/
 
@media screen and (max-width: 792px) {
	.container {
		width: 670px;
	}
	.countdown .sec {
        width: 170px;
    }
}
@media screen and (max-width: 750px) {
    .container {
	    width: 400px;
    }
    .countdown {
        margin-bottom: 18px;
    }
    .countdown .sec {
        width: 100px;
    }
    .countdown .number {
        font-size: 36px;
        line-height: 36px;
    }
    .countdown .desc {
	    font-size: 12px;
	    line-height: 12px;	
    }
    #social-media {
        margin-top: 9px;
    }
    #social-media li {
        margin: 0 0;
    }
    #social-media li a {
        height: 36px;
        line-height: 36px;
    }
    .content .title {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 18px;
    }
    .content p {
        font-size: 12px;
        line-height: 18px;
	    margin-bottom: 9px;
    }
    .overlay-close {
        right: 12px;
        top: 9px;
    }
       .message {
        margin-top: 18px;
	    padding: 9px 30px;
    }
    .message-close {
        top: 3px;
    }
}
@media screen and (max-width:479px) {
    .container {
	    width: 260px;
    }
    .countdown {
        margin-bottom: 36px;
    }
    .countdown .sec {
        width: 70px;
	    margin: 0 3px;
	    border-radius: 3px;
    }
    #social-media {
        margin-top: 36px;
    }
    .message {
        letter-spacing: 0px;
    }
}
