@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0; }

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
    color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size:36px;
}

a {
	text-decoration: none;
	color:#1D273B;
	font-weight:700;
}

a:hover {
	color: #1B2232;
}

/*
#loading {
	background-image: url(../images/bg_01.jpg);
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height:100%;
	width:100%;
}
*/

#logo {
	position: absolute;
	top: 45%;
	left: 50%;
	margin-top: -86px;
	margin-left: -208px;
	z-index:0;
}

#down {
	background-image: url(../images/down.png);
    height: 34px;
    width: 50px;

    /* Hide the text. */
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
		
	position: absolute;
	top: 95%;
	left: 50%;
	margin-top: -17px;
	margin-left: -25px;
	
	z-index:10;
	
	opacity:0.2;
	filter:alpha(opacity=20); /* For IE8 and earlier */
}

.section nav {
	position: fixed;
	bottom: 15%;
	left: 50%;
	text-transform:uppercase;
	z-index:0;
	opacity:0.8;
}

.section nav a {
	margin: 25px;
	padding: 10px 10px 10px 20px;
	color:#FFE8B9;
	border: 2px solid rgba(255, 232, 185, 0.6);
	font-size:20px;
	font-weight:700;
	letter-spacing:0.5em;
	background: rgba(243, 230, 224, 0.05);
}

.section nav a:hover {
	color:#fff;
}

.fade {
	display:none;
	background: #000;
	width:100%;
	height:100%;
	position:fixed;
	top: 0;
	z-index:-10;
}

.section article h1 {
	margin: 0 0 40px 0;
	font-weight:700;
	font-size:72px;
	color:#FdFce5;
    padding: 7px;
	display:block;
    line-height: 1.3em;
	box-shadow: 10px 0 0 rgba(28,150,206,0.9), -10px 0 0 rgba(39,157,196,0.9);
	background: rgb(39,157,196); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(39,157,196,0.9) 0%, rgba(28,150,206,0.9) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(39,157,196,0.9)), color-stop(100%,rgba(28,150,206,0.9))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(39,157,196,0.9) 0%,rgba(28,150,206,0.9) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(39,157,196,0.9) 0%,rgba(28,150,206,0.9) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(39,157,196,0.9) 0%,rgba(28,150,206,0.9) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(39,157,196,0.9) 0%,rgba(28,150,206,0.9) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#279dc4', endColorstr='#1c96ce',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.section article {
	width:60%;
	margin:0 auto;
	font-size:36px;
	margin-top:1.5em;
}

.section article p {
	white-space:pre-wrap;
	display: inline;
    padding: 3px;
    margin: 5px;
    line-height: 1.8em;
	box-shadow: 10px 0 0 rgba(28,150,206,0.9), -10px 0 0 rgba(39,157,196,0.9);
	background: rgb(39,157,196); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(39,157,196,0.9) 0%, rgba(28,150,206,0.9) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(39,157,196,0.9)), color-stop(100%,rgba(28,150,206,0.9))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(39,157,196,0.9) 0%,rgba(28,150,206,0.9) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(39,157,196,0.9) 0%,rgba(28,150,206,0.9) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(39,157,196,0.9) 0%,rgba(28,150,206,0.9) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(39,157,196,0.9) 0%,rgba(28,150,206,0.9) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#279dc4', endColorstr='#1c96ce',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.section h2 { margin:0 0 -10px 0; padding: 0; text-transform:uppercase; }
.section h3 { margin:0 0 -10px 0; padding: 0; font-weight:400; color:#d7d7d7; }

@media only screen
and (max-width : 807px) {
.section h2 { margin:0 0 -1px 0; }
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 480px) {
.section h2 { margin:0 0 -3px 0; }
.section article { width:70%; line-height: 0.4em; }
.section article p {
	white-space:normal;
	display: inline;
	margin: 0;
}
.section article h1 { margin: 0 0 15px 0; }

#logo {
	position: absolute;
	top: 45%;
	left: 50%;
	height: 86px;
	width: 208px;
	margin-top: -43px;
	margin-left: -104px;
	z-index:0;
}
.section nav a {
	margin: 10px;
	padding: 5px 5px 5px 10px;
	color:#FFE8B9;
	border: 2px solid rgba(255, 232, 185, 0.6);
	font-size:10px;
	font-weight:700;
	letter-spacing:0.5em;
	background: rgba(243, 230, 224, 0.05);
}
}