html, body, main {
	height: 100%;
}

body {
	padding-top: 0;
	background: #fff url(../img/bg1.png) center fixed;
	background-size: cover;
}

header {
	height: 100%;
	background: url(../img/h1000.gif) no-repeat center center;
	color: #c00;
	letter-spacing: 2rem;
}

/*
header h1 {
	color: #c00;
	letter-spacing: 1rem;
	margin-right: -1rem;
)
*/

/* Half */
.half {
	overflow: hidden;
}
.half figure {
	min-height: 800px;
	margin-bottom: 0;
}
.half .left {
	padding-top: 90px;
	padding-right: 10%;
	padding-left: 10%;
}
.half .right {
	padding-top: 90px;
	padding-left: 10%;
	padding-right: 10%;
}
.half .left p {
	padding-bottom: 50px;
}

.half .header {
	margin-bottom: 50px;
	text-align: center;
}
.half .header h5 {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
	color: #6c757d;
}
.half .header h5:after {
	display: block;
	position: absolute;
	left: 50%;
	width: 60px;
	height: 2px;
	margin-top: 15px;
	margin-left: -30px;
	background: #c00;
	content: "";
}
.half .header h3 {
	color: #333;
}
.half h6 {
	line-height: 2rem;
	margin-bottom: 25px;
	color: #6c757d;
}


/* Form */
.form {
	padding-top: 60px;
	padding-bottom: 55px;
	background-color: #f2f2f2;
	line-height: 1rem;
}
form input {
	margin-bottom: 5px;
}
form textarea {
	margin-bottom: 10px;
}
form p {
	margin-bottom: 0;
	text-align: center;
}
form dl dt {
	margin-bottom: 5px;
}

input::placeholder {
  color: #ccc !important;
}

/* Footer */
footer {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	background-color: rgba(32, 32, 32, 0.5);
}
footer p {
	margin-bottom: 0;
	color: #fff;
	font-weight: 300;
	font-size: 0.75rem;
	line-height: 0.75rem;
	text-align: center;
}
