@charset "UTF-8";
@import url("webfonts/lemonmilk/stylesheet.css");
@import url("webfonts/lemonmilklight/stylesheet.css");

body {
	background-color: black;
	background-attachment: absolute;
	background-repeat: no-repeat;
}

.wrapper {
	background-color: transparent;
	height: 700px;
	width: 1900px;
	margin-left: 0px;
	
}

.image-container {
	background-color: transparent;
	height:700px;
	width: 700px;
	margin-left: 50px;
	margin-top: -30px;
}

.setting-sun {
	background-image: url(../images/sunset.gif);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 700px;
	width: 700px;
	margin-left: 0px;
	padding-bottom: 0px;
}

.navbar {
	background-color:rgba(67,94,110,1.00);
	width: 1500px;
	height: 65px;
	margin-top: -30px;
	margin-left: 0px;
	position: absolute;
	text-align: center;
	
}

.logo-container {
	background-color: black;
	background-repeat: no-repeat;
	width: 600px;
	height: 200px;
	margin-top: -565px;
	margin-left: 650px;
}

.logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 147px;
	width: 500px;
	background-size: 100% 100%;
	margin-left: 10px;
}
	
nav {
	background-color: rgba(67,94,110,1.00);
}

nav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	list-style-image: none;
}

nav ul li {
	display: block;
	width: 20%;
	height: 65px;
	float: left;
	margin-left: 30px;
}

nav ul li a {
	display: block;
	height: 50px;
	text-align: center;
	background-color: rgba(67,94,110,1.00);
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	font-size: 2em;
	padding-top: 15px;
	font-style: italic;
	font-family: lemonmilklight;
	font-weight: lighter;
}

nav ul li a:hover {
	color: rgba(237,29,35,1.00);	
}

.body-paragraph {
	background-color: transparent;
	height: 200px;
	width: 500px;
	margin-left: 650px;
	margin-top: -20px;
	color: rgba(255,255,255,1.00);
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	text-align: justify;
	font-size: small;
}

.credit-container {
	background-color: transparent;
	height: 30px;
	width: 800px;
	align-content: center;
	color: rgba(237,29,35,1.00);
	font-size: 1em;
	margin-left: 300px;
	padding-bottom: 30px;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace"
}

.facebook-container {
	background-color: transparent;
	height:60px;
	width: 80px;
	margin-left: 845px;
	margin-bottom: 60px;
	margin-top: -50px;
}

.facebook {
	background-image: url(../images/white-facebook-logo.png);
	background-repeat: no-repeat;
	background-size: 90% 70%;
	height: 86px;
	width: 75px;
	margin-left: 50px;
	margin-top: -10px;
}


.instagram-container {
	background-color: transparent;
	height:60px;
	width: 80px;
	margin-left: 950px;
	margin-top: -0px;
	margin-bottom: 0px;
}

.instagram {
	background-image: url(../images/white-instagram-logo.png);
	background-repeat: no-repeat;
	background-size: 90% 70%;
	height: 86px;
	width: 75px;
	margin-left: 10px;
	margin-top: -120px;
}

.email-container {
	background-color: transparent;
	height:60px;
	width: 80px;
	margin-left: 1055px;
	margin-top: -60px;
	margin-bottom: 40px;
}

.facebook {
	background-image: url(../images/white-facebook-logo.png);
	background-repeat: no-repeat;
	background-size: 90% 70%;
	height: 86px;
	width: 75px;
	margin-left: 0px;
	margin-top: 0px;
}

.email {
	background-image: url(../images/white-mail-logo.png);
	background-repeat: no-repeat;
	background-size: 90% 70%;
	height: 86px;
	width: 75px;
	margin-left: 20px;
	margin-top: 0px;
}

.facebook:hover {
	background-image: url(../images/blue-facebook-logo.png);
}

.instagram:hover {
	background-image: url(../images/blue-instagram-logo.png);
}

.email:hover {
	background-image: url(../images/blue-mail-logo.png);
}

.project-two-container {
	background-color: transparent;
	height: 300px;
	width: 600px;
	margin-left: 650px;
	margin-top: -30px;
}

.project-two-photo {
	background-image: url(../images/project-two-photo.png);
	background-repeat: no-repeat;
	background-size: 90% 100%;
	height: 200px;
	width: 340px;
	margin-left: 130px;
}

.project-two-description {
	background-color: transparent;
	height: 100px;
	width: 250px;
	margin-left: 160px;
	margin-top: 0px;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-size: x-small;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	text-align: justify;
}
