@charset "UTF-8";
a img { border: none; }
body {
	margin: 0;
	padding: 0;
	background-color: #818991;
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
}

h1 {
	font-size: 19px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	line-height: 22px;
}
h2 {
	text-align: center;
	font-size: 14px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
}
h3 {
	text-align: left;
	font-size: 16px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top: 0px;
	line-height: 20px;
}

.wrapper {
	background-color: #231F20;
	margin-right: auto;
	margin-left: auto;
	height: 1130px;
	width: 960px;
	position: relative;
}

/* Horizontal Menu Items */
#hamitems {
	display: flex;
	visibility: hidden;
	position: absolute;
	top: -100px;
}
/* [ON BIG SCREENS] */
/* Wrapper */
#hamnav {
	width: 480px;
	/* Optional */
  position: absolute;
	margin-right: auto;
	margin-left: auto;
	background-color: #818991;
	visibility: hidden;
	top: -100px;
}

.header {
	height: 240px;
	width: 960px;
	position: absolute;
	top: 0px;
	background-color: #231F20;
	background-image: url(../images/header5.png);
}
.headType {
	height: 165px;
	width: 260px;
	position: absolute;
	top: 17px;
	right: 75px;
}
.nav1 {
	background-color: #231F20;
	position: absolute;
	height: 50px;
	width: 960px;
	top: 240px;
}
.navSlice {
	background-color: #231F20;
	position: absolute;
	height: 50px;
	width: 510px;
	visibility: hidden;
}
.smedia1 {
	position: absolute;
	height: 50px;
	width: 50px;
	background-color: #231F20;
}
.smedia2 {
	position: absolute;
	height: 50px;
	width: 50px;
	background-color: #231F20;
	left: 50px;
}
.smedia3 {
	position: absolute;
	height: 50px;
	width: 50px;
	background-color: #231F20;
	left: 100px;
}
.smedia4 {
	position: absolute;
	height: 50px;
	width: 50px;
	background-color: #231F20;
	left: 150px;
}
.smedia5 {
	position: absolute;
	height: 50px;
	width: 50px;
	background-color: #231F20;
	left: 200px;
}






.nav2 {
	background-color: #231F20;
	position: absolute;
	height: 50px;
	width: 450px;
	left: 510px;
}
.home {
	background-color: #231F20;
	position: absolute;
	height: 50px;
	width: 150px;
	background-image: url(../images/homeOn.png);
}
.about {
	background-color: #231F20;
	position: absolute;
	height: 50px;
	width: 150px;
	left: 150px;
}
.contact {
	background-color: #231F20;
	position: absolute;
	height: 50px;
	width: 150px;
	left: 300px;
	background-image: url(../images/contactOn.png);
}
.leftBar {
	background-color: #231F20;
	height: 550px;
	width: 240px;
	position: absolute;
	left: 0px;
	top: 290px;
	background-image: url(../images/leftBar5.png);
}
.leftType1 {
	height: 400px;
	width: 230px;
	position: absolute;
	top: 40px;
	left: 10px;
}
.contactMe {
	background-color: #A4C2DB;
	position: absolute;
	height: 550px;
	width: 720px;
	left: 240px;
	top: 290px;
}

.bottomLeft {
	background-color: #231F20;
	position: absolute;
	height: 240px;
	width: 480px;
	top: 840px;
	left: 0px;
	background-image: url(../images/bottomLeft.png);
}
.bottomRight {
	background-color: #231F20;
	position: absolute;
	height: 240px;
	width: 480px;
	top: 840px;
	left: 480px;
	background-image: url(../images/bottomRight5.png);
}

.footer {
	background-color: #231F20;
	position: absolute;
	height: 50px;
	width: 960px;
	top: 1080px;
	background-image: url(../images/footer.png);
}
