﻿body {
	background-color: #666666;
	background-image: url('stone-wall-texture.jpg');
	background-position: left top;
	background-repeat: repeat;
	background-attachment: fixed;	
  }

p {
	font-family: "Open Sans", sans-serif;
	font-size: 11pt;
	color: white;	
}
  
h1 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 30pt;
	color: white;
	text-decoration-style:solid;
}

h2 {
	font-family: 'Special Elite', sans-serif;
	font-size: 16pt;
	color: white;
	letter-spacing:1px;
	margin-top: 30px;
}

#all {
	width: 1050px;
	height: 1480px;
	margin-left: auto;
	margin-right: auto; 
	background-color: #666666;
	position: relative;
	margin-top: 40px;
	box-shadow: 0px 0px 15px black;
  }

#contact {
	float: left;
	width: 40%;
}

#title {
	float: left;
	width: 25%;
	margin-left:7px;
	margin-right: 0px;
}

#logo {
	float: left;
	width:20%;
	margin-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.typewriter {
	font-family:"Special Elite", cursive;
	font-size:25pt;
	color: white;
}

#bannerphoto {
	margin-left: 8px;
}

.banner {
	font-family: 'Open Sans', sans-serif;
	font-size:19pt;
	color:white;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	margin-top: 60px;
}

.paragraphbanner{
	font-family:'Open Sans', sans-serif;
	font-size: 13pt;
	color:white;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align:center;
}

.subheading {
	font-family: 'Oswald', sans-serif;
	font-size: 12pt;
	font-weight: 400;
	float:inherit;
	color: white;
	margin-top:10px;
	margin-left:20px;
	margin-bottom:35px;
}

#servicesleft ul {
	margin-top: 20px;
}

#servicesleft li {
	list-style-type: none;
	font-family:'Open Sans', sans-serif;
	font-size: 13pt;
	color:white;
	margin-top:15px;
	margin-left: 35px;
}

#servicesright ul {
	margin-top: 20px;
	float:left;
	width:45%;
}

#servicesright li {
	list-style-type: none;
	font-family:'Open Sans', sans-serif;
	font-size: 13pt;
	color:white;
	margin-top:15px;
	margin-left: 35px;
}

#menu ul {
	margin-top: 20px;
}

#menu li {
	list-style-type: none;
	width: 6em;
	text-align: center;
	border-left: 1px black solid;
	float: left;
	margin-top: 37px;
}

#menu a {
	font-family: 'Oswald', sans-serif;
	font-size: 10pt;
	font-weight:400;
	text-decoration: none;
	text-shadow: 0px -1px 2px #000000;
	letter-spacing: 1px;
	color: white;
	display: block;
	margin-bottom: 2px;
}

#menu a:hover {
	color:dodgerblue;
}

a {
	color: white;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

<!-- Contact Form -->

fieldset {
	background-color: #666666;
}

label {
	clear: left;
	float: left;
	width: 5em;
	text-align: left;
	margin-right: .5em;
	color: white;
	font-family: "Open Sans", sans-serif;
}

input {
	clear: both;
	background-color:white;
	float: left;
}

textarea {
	clear: both;
	background-color:white;
	float: left;
}

.icon {
	border:medium white solid;
	height:150px; 
	width: 150px; 
	margin-left:35px;
	margin-bottom:20px;
	float:left;
}

.gallery {
	border:medium white solid; 
	height:150px; 
	width: 150px; 
}

.photobutton{
	border:medium white solid; 
	height:150px; 
	width: 150px; 
	background-color:white;
	margin-left:30px;
	margin-bottom:20px;
	float:left;
}

.submit {
	float: left;
	clear: both;
	width: 10em;
	margin-left: 7em;
	margin-top: 1em;
	background-color: burlywood;
	color:black;
}

.input{
	width:350px; 
	height:30px; 
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 12pt;
}

.footer {
	width: 1000px;
	margin-left: auto;
	margin-right: auto; 
/*	position: relative;
*/	margin-top: 20px;
	margin-bottom: 80px;
	font-family: "Open Sans", sans-serif;
	font-size: 11pt;
	color: white;
}