.top {
	margin-bottom: 35px;
	position: relative;
}

.top .main-image {
	width: 100%;
	height: auto;
}

.top .logo-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 350px;
	height: 100px;
	background-color: #69000E;
	display: flex;
	align-items: center;
  	justify-content: center;
}

.top .content {
	position: absolute;
	top: 0;
	left: 90px;
	width: calc(100% - 90px); /*100%;*/
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.top .content .title {
	color: #FFF;
	font-family: 'GT-Flaire-Basic';
	font-weight: 200;
	font-size: 35px;
	line-height: 50px;
	max-width: 600px;
	margin-bottom: 10px;
}

.top .content .subtitle {
	color: #FFF;
	font-family: 'GT-Flaire-Basic';
	font-weight: 500;
	font-size: 20px;
	max-width: 465px;
	line-height: 28px;
	margin-bottom: 55px;
}

.top .logo-wrapper .logo {
	width: 200px;
	height: auto;
}

.top .content .button-wrapper {

}

.top .content .buttons-wrapper a {
	display: inline-flex;
	align-items: center;
  	justify-content: center;
  	height: 50px;
  	font-family: 'GT-Flaire-Basic';
  	font-size: 20px;
  	font-weight: 400;
  	text-decoration: none;
  	padding-left: 35px;
  	padding-right: 35px;
  	border-radius: 3px; /*0.375rem;*/
}

.top .content .buttons-wrapper a.join {
	background-color: #EF0000;
	color: #FFF;
}

.top .content .buttons-wrapper a.new {
	background-color: #FFF;
	color: #CE0E2D;
}

.top .content .buttons-wrapper a:first-child {
	margin-right: 15px;
}

.cards {
	margin-bottom: 30px;
	margin-bottom: 55px;
	margin-left: auto;
	margin-right: auto;
	max-width: 910px;
}

.cards .card {
	background-color: #FFE2D6;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 35px;
	min-height: 300px;
	box-shadow: 2px 2px 11px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 2px 2px 11px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 11px 0px rgba(0,0,0,0.75);
}

.cards .card img {
	height: 85px;
	width: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

.cards .card .title {
	color: #000;
	font-family: 'GT-Flaire-Basic';
	font-weight: 500;
	font-size: 18px;
	padding-bottom: 5px;
	border-bottom: 2px solid #EF0000;
	margin-bottom: 15px;
}

.cards .card .content {
	color: #000;
	font-family: 'GT-Flaire-Basic';
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
}

.bottom {
	margin-bottom: 60px;
}

.bottom .message {
	border-top: 2px solid #69000E;
	border-bottom: 2px solid #69000E;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 885px; /*910px;*/
}

.bottom .title {
	color: #69000E;
	font-family: 'GT-Flaire-Basic';
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 5px;
}

.bottom .content {
	text-align: center;
	color: #69000E;
	font-family: 'GT-Flaire-Basic';
	font-size: 18px;
}

@media (max-width: 992px) {
	.top .logo-wrapper {
		width: 300px;
		height: 75px;
	}

	.cards .card {
		min-height: 318px;
	}
}

@media (max-width: 768px) {
	.top {
		height: 417px;
	}

	.top .main-image {
		width: 100%;
		height: 100%;
		object-fit: cover;

	}

	.top .logo-wrapper {
		margin-left: auto;
    	margin-right: auto;
    	right: 0;
	}

	.top .content {
		left: 0;
		padding-left: 15px;
    	padding-right: 15px;
    	padding-top: 75px;
    	width: 100%;
	}

	.top .content .title {
		font-size: 20px;
  		line-height: 24px;
	}

	.top .content .subtitle {
		font-size: 17px;
		line-height: 23px;
		margin-bottom: 20px;
	}

	.top .content .buttons-wrapper a {
		width: 100%;
	}

	.top .content .buttons-wrapper a:first-child {
		margin-bottom: 20px;
		margin-right: 0;
	}

	.cards .card {
		margin-bottom: 25px;
	}

	.cards .col-md-4:last-child .card {
		margin-bottom: 0;
	}

	.bottom .title {
		text-align: center;
	}
}
