/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    height: 100%;
}

.form-label {
	font-family: 'Ubuntu', sans-serif;
}

.control-label {
	font-family: 'Ubuntu', sans-serif;
}

.contact {
	background-color: #7F7B67;
	padding-bottom: 80px;
}

.contact p {
	text-align: center;
	font-style: normal;
	font-size: 16px;
	padding: 20px 0 10px 0;
}

.contact a {
	color: #000;
	transition: color 0.3s linear;
}

.contact a:hover {
	color: #FFED6B;
}

.center {
	text-align: center;
}

.center form {
	display:inline-block;
}

.contact label {
	font-family: 'Ubuntu', serif;
	letter-spacing: 5px;
	color: #FFF;
	font-size: 16px;
	text-transform: uppercase;
}

::-webkit-input-placeholder {
	font-family: 'Ubuntu', sans-serif;
}

:-moz-placeholder { 
	font-family: 'Ubuntu', sans-serif;
}

::-moz-placeholder { 
	font-family: 'Ubuntu', sans-serif;
}

:-ms-input-placeholder {  
	font-family: 'Ubuntu', sans-serif;
}

input {
	font-family: 'Ubuntu', sans-serif;
}

textarea {
	font-family: 'Ubuntu', sans-serif;
	min-height: 200px;
}

#submit-button {
	font-family: 'Ubuntu', sans-serif;
	color: #FFF;
	font-weight: 600;
	font-size: 16px;
	background-color: #7D0A00;
	border: 1px solid black;
	transition: color 0.3s linear;
}

#submit-button:hover {
	background-color: #CC2100;
	transition: background-color 0.3s linear;
}

.contact {
	padding-bottom: 40px;
}

#lastpara {
	padding-top: 20px;
}