/*css overides*/

/*font declarations*/

@font-face{
	font-family:gotham-thin;
	src:url('//s3.amazonaws.com/font-vmg/Gotham-Thin.woff') format('woff'),
	url('//s3.amazonaws.com/font-vmg/Gotham-Thin.woff2') format('woff2'),
	url('//s3.amazonaws.com/font-vmg/Gotham-Thin.ttf') format('ttf'),
	url('//s3.amazonaws.com/font-vmg/Gotham-Thin.svg#Gotham-Thin') format('svg');
}
@font-face{
	font-family:thesis-serif-light-italic;
	src:url('//s3.amazonaws.com/font-vmg/TheSerif-2-XLight.woff') format('woff'),
	url('//s3.amazonaws.com/font-vmg/TheSerif-2-XLight.woff2') format('woff2'),
	url('//s3.amazonaws.com/font-vmg/TheSerif-2-XLight.ttf') format('ttf'),
	url('//s3.amazonaws.com/font-vmg/TheSerif-2-XLight.svg#TheSerif-2-XLightIta.svg#TheSerif-ExtraLightItalic') format('svg');
}
@font-face{
	font-family:thesis-serif-light;
	src:url('//s3.amazonaws.com/font-vmg/TheSerif-2-XLightIta.woff') format('woff'),
	url('//s3.amazonaws.com/font-vmg/TheSerif-2-XLightIta.woff2') format('woff2'),
	url('//s3.amazonaws.com/font-vmg/TheSerif-2-XLightIta.ttf') format('ttf'),
	url('//s3.amazonaws.com/font-vmg/TheSerif-2-XLight.svg#TheSerif-ExtraLight') format('svg');
}
/*layout*/

header{
	position:relative;
	left:0;
	width:100%;
	right:0;
	z-index:999;
}
footer.site-footer{
	height:50px;
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	margin:0;
	padding:10px;
	z-index:999;
	background-color:rgba(255,255,255,1);
}



.site-login__bg {
	width:250px;
}

/*img-styling*/


/*text-styling*/

.center-text{
	text-align:center;
}
.center-text{
	text-align:left;
}
/*header*/
header{
	background-color:rgba(255,255,255,1);
	padding:10px;
}
footer .logo{
	position:relative;
}

footer .logo.left{
	position: relative;
	top: 4px;
	float:left;
}


/*section one*/

.Hero{
	position:absolute;
	bottom:0px;
}
.Hero.Mountain {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.Hero#heroLogo{
	height:100%;
	left:0px;
}
.Hero#heroLogoBG{
	height:100%;
	left:0px;
}
.Hero#heroMountainOne{
	height:75%;
	margin-left:70%;
	opacity:.5;
}
.Hero#heroMountainTwo{
	height:60%;
	margin-left:60%;
	opacity:.3;
}
.Hero#heroMountainThree{
	height:50%;
	margin-left:40%;
	opacity:.15;
}
.Hero#heroMountainFour{
	height:40%;
	margin-left:50%;
	opacity:.08;
}
/*footer.site-footer*/

footer.site-footer ul{
	font-family:light;
	font-size:15px;
	margin: 0 auto;
	max-width: 784px;
	display: block;
	line-height:1.25em;
	letter-spacing:.1em;
	padding:5px;
	font-style:none;
	list-style:none;
}
footer.site-footer ul li{
	font-family:light;
	font-size:15px;
	line-height:1.25em;
	float: left;
	color: rgba(65,65,65,1);	letter-spacing:.1em;
	padding:0;
	display: inline-block;
	margin:0px 10px;
	font-style:none;
	list-style:none;
}
footer.site-footer ul span{
	color: rgba(65,65,65,1);
	text-transform:uppercase;

}
footer.site-footer ul a{
	color: rgba(65,65,65,1);
	text-decoration: none;
}
footer.site-footer ul a:link{
	color: rgba(65,65,65,1);
	text-decoration: none;
}
footer.site-footer ul a:visited{
	color: rgba(65,65,65,1);
	text-decoration: none;
}

.site-login__bg {
	margin: 0 auto;
}
