/* Import Fonts */
@import url(http://fonts.googleapis.com/css?family=Coustard|Open+Sans);

body {
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 100%;
	line-height: 21px;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
	color: #fff;
	background: #000;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Coustard', serif;
	color:#fff;
	font-weight: normal;
	letter-spacing: 1px;
}
h1{font-family: 'Six Caps', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 352%;
text-transform: uppercase;
text-decoration: none;
letter-spacing: 0.095em;
word-spacing: 0.072em;
line-height: 1.35; 
padding: 0 10px; 
margin: 0;
background-color: rgba(255, 158, 0, 0.7);
}
h5{font-family: 'Amatic SC', cursive;
font-style: normal;
font-weight: 900;
font-size: 205%;
text-decoration: none;
letter-spacing: 0.095em;
word-spacing: 0.072em;
line-height: 1.35;
padding: 0;
margin: 0;
color: #fff;
}
h6{font-family: 'Amatic SC', cursive;
font-style: normal;
font-weight: 400;
font-size: 152%;
text-decoration: none;
letter-spacing: 0.095em;
word-spacing: 0.072em;
line-height: 1.35;
padding: 0;
margin: 0;
color: #fff;
}
.mg-cite {font-family: 'Amatic SC', cursive;
font-style: normal;
font-weight: 400;
font-size: 112%;
font-style:italic;
text-decoration: none;
letter-spacing: 0.095em !important;
word-spacing: 0.072em;
line-height: 1.35;
padding: 0;
margin: 0 0.4% 0 0;
color: #fff;
	text-align:right !important;
	}
.mg-pb {
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.2);
	letter-spacing: 0.095em !important;
}

a {
	color: #ffff00;
	text-decoration: none;
	font-weight: normal;
}
a:hover {text-decoration:underline;}


#maximage {
	display:none;
	position:fixed !important;
}

.gradient {
	left:0;
	height:100%;
	position:absolute;
	top:0;
	width:100%;
	z-index:999;
}

.show{display: block;}
.hide{opacity: 0;}

/* Set Page Elements */
.content { 
    background-color: rgba(255, 255, 255, 0.1);
    margin: 40px 35px;
    padding: 10px;
	border: 5px solid rgba(255, 255, 255, 0.2);
	float:left;
	position:absolute;
	top:20%;
	width:49%;
	z-index:9999;
	-webkit-font-smoothing:antialiased;
}

.highlight-text {
	color: #FFF !important;
	letter-spacing: 0.095em;
	word-spacing: 0.072em;
	font-weight:bold !important;
}

.thanks {
	color: rgba(255, 255, 255, 0.6);
	font-size:205%;
	text-transform:uppercase;
}
#mg-hidden {
	display:none;
}

#logo {
	font-family: 'Coustard', serif;
	font-size: 49px;
	bottom:40px;
	height:auto;
	left:40px;
	position:absolute;
	width:20%;
	z-index:1000;
	color: #fff;
}

.main-nav{
	position:absolute;
	bottom: 23px;
	left:310px;
	z-index:1001;
}
.main-nav ul li { 
	list-style: none;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #b7b7b7;
}
.main-nav ul li a.active {color: rgba(255, 168, 0, 0.96);}

.social-nav {
	position:absolute;
	top: 0px;
	left: 40px;
}
.social-nav ul {margin: 0; padding:0;}
.social-nav ul li{
	list-style: none;
	display:block;
	float: left;
	background: rgba(255, 255, 255, 0.3);
	padding:100px 10px 5px 10px;
	margin: 1px;
	opacity: .5;
}
.social-nav ul li:hover {opacity: 1;}

button.full-screen{ 
	position: absolute;
	top: 0;
	right: 0;
	width: 31px;
	height: 31px;
	background: url("../images/full-screen-btn.png");
	border: 0;
	cursor: pointer;
	opacity: .7;
}
button.full-screen:hover {opacity: 1;}

#arrow_left, #arrow_right {
	bottom:30px;
	height:42px;
	position:absolute;
	right:40px;
	width:42px;
	z-index:1000;
}
#arrow_left {
	right:95px;
}
