html, body {
	height: 100%;
}

body {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background-color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
}

#wrapper {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	margin: 0;
	text-align: center;
	color: #000000;
}

.header-wrapper {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.logo-wrapper {
	width: 100%;
	text-align: center;
	padding: 10px 0;
}

.logo-wrapper img {
	width: 100%;
	max-width: 220px;
}

.main-container {
	width: 100%;
	text-align: center;
}

.title {
	font-family: 'Fredoka One', cursive;
	font-size: 28px;
	line-height: 32px;
	padding: 10px 0;
}

.title-big {
	font-family: 'Fredoka One', cursive;
	font-size: 40px;
	padding: 20px 0 0 0;
}

.title-big span {
	font-size: 30px;
	line-height: 32px;
}

.text {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 19px;
	padding: 20px 0 20px 0;
}

.text a {
	text-decoration: none;
	color: #FF4A91;
	transition: color 1s ease-out;
}

.text a:hover {
	color: #000000;
}

.footer-wrapper a {
	text-decoration: none;
	font-weight: bold;
	color: #FF4A91;
	transition: color 1s ease-out;
}

.footer-wrapper a:hover {
	color: #000000;
}

@media only screen and (min-width: 460px) {

	.title {
		font-size: 48px;
		line-height: 52px;
	}

	.title-big {
		font-size: 60px;
		padding: 40px 0 0 0;
	}

	.title-big span {
		font-size: 40px;
		line-height: 42px;
	}
}

@media only screen and (min-width: 750px) {

	.title {
		font-size: 68px;
		line-height: 72px;
	}

	.title-big {
		font-size: 74px;
		padding: 40px 0 0 0;
	}

	.title-big span {
		font-size: 50px;
		line-height: 52px;
	}

	.text {
		font-size: 21px;
		line-height: 23px;
	}
}
