﻿/*Body*/
body {
		font-size: 13px; 
		line-height: 1.4;
		font-family: Arial, Helvetica, sans-serif;
		color: #000000;
		background: url(https://www.registrationassistant.com/lm/0-new/fogo/11559/bg.jpg) no-repeat center center fixed; 
		background-size: cover;
}

.container-content {
	margin-top: 15px;
	background: #ffffff;
}

.header img.img-displayed {
	max-width: 539px;
}

.contents {
	padding: 30px 0;
}

.content-half {
	padding: 0;
}

.content {
	padding: 15px;
}

h2, h3 {
	padding-bottom: 15px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

ul {
	margin-bottom: 15px;
}

a {
	color: #e12f13;
}

a:hover {
	color: #e12f13;
}

a.btn {
	background: #e12f13;
	margin-left: 0;
	padding: 5px;
	max-width: 175px;
	color: white;
	border-radius: 4px;
	font-size: 15px;
}

a.btn:hover {
	color: white;
}

@media screen and (max-width: 991px) {
	.content-left {
		border-right: none;
		border-bottom: 1px solid #dddddd;
	}
}