@charset "UTF-8";
/* CSS Document */
html {
	position: fixed;
	background-image: url( images/Photos/IMG_0882.JPG);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	margin: 0;
	height: 100%;
	overflow-y: hidden;
	width: 100%;
	position: fixed;
	
	
	
}


body {
	/*background-image: url();
	background-repeat: no-repeat;
	background-position: 80% 20%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;*/
	position: fixed;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	height: 100%;
    background-color: none;
    background: 0 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
	width: 100%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	 
}

footer {margin-top: 60%;font-size: 0.9em}
.jumbotron {background-color: rgba(255,255,255,0.0);
	margin-top: 200px;
}
#logo {
	margin-top: 8%;
}
#email {
	color: deeppink!important;
}

#social {
	margin-top: 20px;
}