body {
	background-color: lightgray;
	color: #394752;
}
#container {
	width: 960px;
	margin: auto;
	background-color: whitesmoke;
	height: 100%;
}
h1 {
	font-size: 36px;
/* 	font-weight: bold; */
}
header {
	width: 960px;
	height: 300px;
	background: url(http://tawins.com/images/header-background.jpg);
	margin: auto;
}
header p {
	width: 960px;
	color: white;
	font-size: 45px;
	text-align: center;
	padding-top: 100px;
}
footer {
	background: url(http://tawins.com/images/footer-background.jpg);
	height: 215px;
}
#contact-info {
	height: 182px;
	padding: 20px 80px 0 80px;
	color: lightgray;
	font-size: 16px;
}
#contact-info a {
	color: lightgray;
}
#contact-info p.heading {
	font-size: 30px;
}
#copyright, #copyright a {
	color: white;
	font-weight: lighter;
	letter-spacing: 1px;
	text-align: center;
	color: lightgray;
}
#intro {
	padding: 30px 80px 0 80px;
}
p {
	font-size: 24px;
}
#form {
	padding: 10px 80px 50px 80px;
}
#form h1 {
	margin-bottom: 20px;
}
input, textarea {
	font-size: 18px;
	color: gray;
	padding: 10px;
}
*::-webkit-input-placeholder {
    color: lightgray;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: lightgray;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: lightgray;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: lightgray;
}
input#name {
	width: 100%;
	height: 50px;
	margin-bottom: 30px;
}
input#phone, input#email {
	width: 48%;
	margin-bottom: 30px;
}
input#phone {
	float: left;
}
input#email {
	float: right;
}
textarea#question {
	width: 100%;
	height: 150px;
}
#services {
	width: 100%;
	text-align: center;
	font-size: 13px;
	background: gray;
	color: lightgray;
	letter-spacing: 2px;
}
#message-sent {
	background: lightblue;
	font-size: 18px;
	padding: 5px;
	text-align: center;
	height: 35px;
	position: absolute;
	z-index: 9999;
	width: 100%;
}