ul {
	list-style-type: none;
}

li {
  float: left;
}


/* a {
	color: #b7b7b7;
	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 { 
	/* float:left; */
	margin:40px;
	position:absolute;
	top:150px;
	width:430px;
	z-index:9999;
	-webkit-font-smoothing:antialiased;
}

#logo {
	font-family: 'Coustard', serif;
	font-size: 49px;
	bottom:40px;
	/* top:40px; */
	height:auto;
	left:40px;
	position:absolute;
	width:20%;
	z-index:1000;
	color: #fff;
}

#plusSite {
	height:auto;
	position:absolute;
	bottom:40px;
	left:50px;
	width:auto;
	/* z-index:1000; */
}


/* .main-nav{
	position:absolute;
 	bottom: 23px;
	top:40px;
	left:240px;
	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: #ffa800;} */

.social-nav {
	/*position:absolute;
	top: 0px;
	right:0px;*/
	bottom:10px;
	height:42px;
	position:absolute;
	right:10px;
	width:42px;
	z-index:1000;
}
.social-nav ul {margin: 0; padding:0;}
.social-nav ul li{
	list-style: none;
	display: inline;
	float: right;
	background: #e9ecef;
	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;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem;            /* Footer height */
}
