@charset "utf-8";

body {
    margin: 0;
    padding: 0;
}

h1 { display:block;
	 float:left;
	 position:fixed;
	 height:100%;
	 width:25%;
}

a {} 

a:hover, 
a:focus {color: #FF0 }

#slides { margin-left:26%;
		  margin-top: -95px;
	      position: fixed;
}

#home-page {
	background-image:url("../images/space-face.png");
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment: fixed;
	background-color: #000;
}

#portfolio-page {
	background-image:url("../images/galaxy.png");
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment: fixed;
}

#contact-page { 
	background-image:url("../images/galaxy.png");
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment: fixed;
}

#disabled { 
	background-image:url("../images/galaxy.png");
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment: fixed;
}

#contact-page h3 {	font-family:futura-pt, Verdana, Geneva, sans-serif;
    				color: #fff;
					padding-left:10px;
}

#contact-thank-you-page {
    background-image:url("../images/galaxy.png");
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment: fixed;
}

#thank-you-msg    {
	position:fixed; 
	width:50%;
	height:25%;
	margin:15% 0 0 25%;
    color: #000;
	background-color:rgba(255,255,255,.7);
	padding:10px;
	border: solid #000;
}

#aplus {
		position:absolute;
		float:left;
		margin:7% 0 0 3%;
}

#disabled p {   width:900px;
				font-family:futura-pt, Verdana, Geneva, sans-serif;
		 		font-size:30px;
		 		color:#fff;
		 		text-decoration:none;
				display:block;
				position:fixed;
				margin-left: 300px;
				margin-top: 300px;
				background-color:#000;
}

@media screen and (max-width:) {
}
