@font-face {
	font-family: 'Sifonn Pro';
	font-style: normal;
	font-weight: normal;
	src: local('Sifonn Pro'), url('../fonts/SIFONN_PRO.woff') format('woff');
}

body {
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0;
	padding: 0;
	color: #fff;
}

a {
	text-decoration: none;
}

.section {
	padding-bottom: 60px;
}

.section--blue {
	background-color: #00c4cc;
}

.section--yellow {
	background-color: #ffcc00;
}

.container {
	max-width: 100%;
	width: 1100px;
	margin: 0 auto;
	padding: 15px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.homelink {
	font-family: 'Sifonn Pro', sans-serif;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	align-self: flex-start;
}

.title__top {
	font-family: 'Sifonn Pro', sans-serif;
	text-align: center;
	font-size: 40px;
	line-height: 50px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.title__mid {
	font-family: 'Sifonn Pro', sans-serif;
	text-align: center;
	font-size: 70px;
	line-height: 75px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 15px;
}

.title__bot {
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 30px;
}

.chess-img {
	max-width: 225px;
	height: auto;
	margin-bottom: 20px;
}

.chess-img--top {
	margin-top: -25px;
}

.white-btn {
	width: 345px;
	max-width: 100%;
	text-align: center;
	padding: 10px;
	background: #fff;
	margin-bottom: 20px;
	color: #000;
	text-transform: uppercase;
}

.white-btn::after {
	content: " --->";
}

.section__title {
	display: block;
	width: 565px;
	max-width: 100%;
	text-align: center;
	background-color: #fff;
	color: #000;
	text-transform: uppercase;
	padding: 20px;
	font-size: 25px;
	font-weight: bold;
	position: relative;
	top: -50px;
	box-sizing: border-box;
}

.section__subtitle {
	display: block;
	width: 435px;
	max-width: 90%;
	text-align: center;
	background-color: #fff;
	color: #000;
	text-transform: uppercase;
	padding: 15px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 40px;
	box-sizing: border-box;
}

.section__card {
	display: flex;
	width: 670px;
	max-width: 100%;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 40px;
}

.section__card .chess-img {
	margin-right: 70px;
}

.section__cardtext {
	color: #2b3039;
	font-weight: bold;
	font-size: 25px;
}

.section__cardtext--white {
	color: #fff;
}

/* Media */
@media screen and (max-width: 600px) {
	.title__top {
		font-size: 25px;
		line-height: 27px;
	}

	.title__mid {
		font-size: 36px;
		line-height: 38px;
	}

	.title__bot {
		font-size: 18px;
		line-height: 20px;
	}

	.white-btn {
		width: 300px;
		margin-bottom: 15px;
		padding: 8px;
	}

	.section {
		padding-bottom: 25px;
	}

	.section__title {
		width: 420px;
		padding: 15px;
		font-size: 18px;
	}

	.section__subtitle {
		width: 350px;
		padding: 12px;
		font-size: 16px;
	}

	.section__cardtext {
		font-size: 20px;
	}

	.chess-img {
		max-width: 200px;
	}

	.section__card .chess-img {
		margin-right: 30px;
	}
}

@media screen and (max-width: 400px) {
	.chess-img {
		max-width: 170px;
	}

	.section__card .chess-img {
		margin-right: 15px;
	}

	.section__cardtext {
		font-size: 18px;
	}
}