@charset "UTF-8";

#container {
	width: 1024px;
	background-color: #666666;
	min-height: 800px;
	max-height: 800px;
	position:absolute;
}

#header {
	width: 180px;
	height: 120px;
	margin: auto;
	display: block;
	background-image: url(Initials_logow.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 440px;
	top: 40px;
	text-shadow: 1px 0px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}

#h1 {
	margin: auto;
	width: 250px;
	min-height: 50px;
	font-family: adamina;
	font-size: small;
	text-shadow: 3px 2px #77787C;
	font-style: normal;
	font-weight: 400;
	height: 100px;
	position: absolute;
	top: 139px;
	left: 400px;
}


#h2 {
	position:absolute;
	top: 8px;
	right: 70px;
	font-family: judson;
	font-size:25px;
	opacity: 0.1;
	color:#D7D4D4;
}



ul
{
	margin: auto;
	list-style-type: none;
	width: 510px;
	height: 30px;
	color:#F8F5F5;
	font-family: adamina;
	font-style: normal;
	font-weight: 400;
	font-size: medium;
	position: absolute;
	left: 240px;
	top: 210px;
	}
	
	
li
{
	display: inline;
	}

/* unvisited link */
a:link {
    color: white;
}

/* visited link */
a:visited {
    color: blue;
}

/* selected link */
a:active {
    color: gray;
} 

img {
	margin: auto;
	display: block;
	position: fixed;
	bottom: 10px;
	top: -360px;
	left: 200px;
	max-height: 700px;
	max-width: 600px;
	border: thick solid #000000;
}



#h3 {
	margin: auto;
	position: absolute;
	height: 100px;
	width: 1024px;
	font-family: judson;
	font-size: 100px;
	letter-spacing: 16px;
	opacity: 0.1;
	color: #D7D4D4;
	bottom: 164px;
	left:30px;
}

#h4 {
	text-align: center;
	margin: auto;
	font-family: adamina;
	font-style: normal;
	font-weight: 400;
	font-size: large;
	font-variant: normal;
	letter-spacing: 4px;
	text-transform: lowercase;
	width: 114px;
	height: 54px;
	position: absolute;
	display: block;
	top: 221px;
	left:455px;
}

#p1 {
	position: absolute;
	margin: auto;
	font-family: judson;
	font-style: normal;
	font-weight: 400;
	top: 325px;
	left: 365px;
	background-color: #F7F5F5;
	border: medium solid #010101;
	width: 266px;
	padding-top: 17px;
	padding-bottom: 17px;
	padding-left: 17px;
}

#p2 {
	text-align: left;
	position: absolute;
	left: 296px;
	top: 274px;
	color: #010101;
	background-color: #F7F5F5;
	border: medium solid #010101;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
	font-size: small;
}

#p3 {
	text-align: left;
	height: 300px;
	width: 600px;
	position: absolute;
	left: 190px;
	top: 294px;
	color: #010101;
	background-color: #F7F5F5;
	border: medium solid #010101;
	padding-top: 11px;
	padding-right: 11px;
	padding-bottom: 11px;
	padding-left: 11px;
	font-size: medium;
}

#staticimages img {
	position: absolute;
	bottom: 10px;
	top: 350px;
	left: 430px;
}

#bottom_icons {
	position: absolute;
	top: -80px;
	left: -40px;
	height: 100px;
	width: 216px;
	background-image:url(social_media_icons.png);
	background-repeat: no-repeat;
	}


#footer {
	position: absolute;
	maargin: auto;
	bottom: 20px;
	left: 449px;
	font-size: 10px;
	color: #FBF8F8;
}

