@import url('https://fonts.googleapis.com/css?family=Montserrat:200,400,700');
html,
body {
	height: 100%;
}

body {
	font-family: 'Montserrat', sans-serif;
	background: url(../images/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-size: 16px;
	font-weight: 400;
	color: #000;
}

a {
	color: #a10012;
	font-weight: 700;
}

a:hover {
	color: #666;
}

hr {
	border: 1px solid #333;
}

h1 {
	text-decoration: underline;
}

.first {
	margin-left: 20px;
}

.second {
	margin-left: 40px;
}

.holder {
	min-height: 100%;
	position: relative;
}

.spacer {
	padding-bottom: 400px;
}

.content-title {
	bottom: 0;
	height: 400px;
	left: 0;
	position: absolute;
	right: 0;
}

.content-title h1 {
	font-weight: 700;
	letter-spacing: 2px;
}

.btn,
.btn.focus,
.btn:focus {
	background: #a10012;
	color: #fff;
	font-size: 25px;
	padding: 5px 10px;
	font-weight: 200;
	border-radius: 20px;
}

.btn:hover {
	background: #000;
	color: #fff;
}

.btn-clear {
	opacity: 0.4
}

body.survey .container {
	margin-top: 50px;
}

.form-style p {
	font-weight: 700;
}

.success {
	margin-bottom: 100px;
	background: #5fd46d;
	padding: 20px;
	opacity: 0.9;
	border-radius: 29px;
	color: #fff;
}

.error {
	margin-bottom: 100px;
	background: #a10012;
	padding: 20px;
	opacity: 0.9;
	border-radius: 29px;
	color: #fff;
}