body {
	margin: 0;
}

@font-face {
	font-family: 'Arial';
   	src: url('font/arial.ttf');
	src: url('font/arial.eot') format('embedded-opentype'),
	url('font/arial.woff') format('woff');
	url('font/arial.ttf') format('truetype');
}

@font-face {
        font-family: 'Arial-Black';
        src: url('font/ariblk.ttf');
        src: url('font/ariblk.eot') format('embedded-opentype'),
        url('font/ariblk.woff') format('woff');
        url('font/ariblk.ttf') format('truetype');
}

@font-face {
	font-family: 'Cultivated Mind';
    src: url(font/CultivatedMind.otf);
}

  
@font-face {font-family: 'GardenBrush';
src: url('font/36B1F2_0_0.eot');
src: url('font/36B1F2_0_0.eot?#iefix') format('embedded-opentype'),
url('font/36B1F2_0_0.woff2') format('woff2'),
url('font/36B1F2_0_0.woff') format('woff'),
url('font/36B1F2_0_0.ttf') format('truetype');
}
 

.overlay {
	background-color: #005190;
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Arial',Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-weight: 700;
}

.overlay-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
}

.overlay-title {
	font-size: 60px;
	margin-bottom: 100px;
	text-align: center;
	padding: 0 20px;
}

.overlay-question {
	font-size: 30px;
	margin-bottom: 50px;
	text-align: center;
}

.overlay-answers {
	display: flex;
	flex-direction: row;
	cursor: pointer;
}

.overlay-answers > a {
	text-decoration: none;
}

.answer-yes {
	margin-right: 100px;
}

.overlay-answer {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 105px;
	height: 85px;
	background-color: #fff;
	color: #03131e;
	font-size: 40px;
	text-transform: uppercase;
	transition: .5s ease;
}

.overlay-answer:hover {
	background-color: #76599b;
	color: #fff;
}

/* page */

.page {
	margin: 20px;
}

.banner {
	background: url(img/bannerright.png) no-repeat bottom right;
	background-size: contain;
	padding-bottom: 10px;
	
}
.banner2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-size: contain;
	width: 100%;
	background: url(img/bannerleft.png) no-repeat top left ;
}

.banner {
	background: url(img/bannerright.png) no-repeat bottom right;
	background-size: contain;
}
.banner2 {
	background: url(img/bannerleft.png) no-repeat top left ;
	background-size: contain;
}

.banner2 > img{
	width: 68%;
	height: 100%;
	padding: 10px 0;
}

.header {
	font-size: 140px;
	font-family: 'GardenBrush';
	color: #005190;
}

.header span {
	color: #ff7000;
}

.header:nth-letter(2) {
	color: #ff7000;
}

.subheader > div {
	padding-bottom: 15px;
}

div.header_text_p {
	padding-bottom: 35px;
}

.header_text_title {
	font-size: 23px;
    font-family: 'Arial',Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-weight: 700;
	color: #005190;
}

.header_text_subtitle, .header_text {
	font-size: 17px;
    font-family: 'Arial',Arial,"Helvetica Neue",Helvetica,sans-serif;
	max-width: 600px;
}

.header_text_bigger {
	font-size: 20px;
    font-family: 'Arial',Arial,"Helvetica Neue",Helvetica,sans-serif;
	max-width: 600px;
}

div.header_text_subtitle {
	font-weight: 700;
	padding-bottom: 5px;
}

.blocks {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 70%;
    margin: 0 auto;
    padding-bottom: 50px;
}

.row {
	display: flex;
	width: 100%;
}

.row > a {
	display: flex;
	width: 33%;
	align-items: center;
	flex-direction: column;
	background-color: #005190;
	color: #fff;
	margin: 5px 2.5px;
	padding: 40px 0px;
	font-family: 'Arial-Black',Arial Black,"Helvetica Neue",Helvetica,sans-serif;
	text-decoration: none;
	font-size: 18px;
}

.row:last-child > a:last-child {
	background-color: #ff7000;
}

.box {
	display: flex;
    flex-direction: column;
    align-items: center;
}

.footer {
	background-color: #005190;
	color: #fff;
	padding: 20px;
    font-family: 'Arial',Arial,"Helvetica Neue",Helvetica,sans-serif;
	position: absolute;
	width: 100%;
	box-sizing: border-box;
}

.a_logo {
	width: 15%;
	float: left;
}

.a_logo img {
	height: 20px;
	padding-left: 20px;
}

.footer_cookies_text {
	width: 80%;
	float: left;
	font-family: 'Arial',Arial,"Helvetica Neue",Helvetica,sans-serif;
}

.footer_cookies_accept {
	width: 20%;
	float: left;
}

.footer_cookies a {
	text-decoration: none;
	color: #fff;
}


.footer_links {
	width: 34%;
	float: left;
	font-size: 14px;
}

.footer_links a {
	text-decoration: none;
	color: #fff;
	margin-right: 20px;
	border-bottom: 1px solid #fff;
	padding-bottom: 4px;
}

.footer_copyright {
	width: 20%;
	float: left;
	margin-right: 20px;
}

.footer_links ul {
	display: inline-flex;
	margin: 0;
	padding: 0;
}

.footer_links li {
	list-style: none;
}

.footer_cookies {
	width: 47%;
	margin-left: 3%;
	float: left;
	font-size: 17px;
}

.footer_cookies a {
	text-decoration: none;
	color: #fff;
}

.footer_cookies span {
	border-bottom: 1px solid #fff;
	font-family: 'Arial-Black';
}

.footer_cookies button {
	color: #005190;
	background-color: #fff;
	font-weight: 700;
	font-size: 18px;
    font-family: 'Arial',Arial,"Helvetica Neue",Helvetica,sans-serif;
	padding: 14px 12px;
	cursor: pointer;
	margin-left: 10px;
}

@media (min-width: 1500px) {
	.logo img {
		height: 70px;
	}
}

@media (max-width: 1350px) {
	.a_logo img {
		height: 15px;
	}
	.footer_cookies {
		font-size: 14px;
		width: 52%;
	}
	.footer_copyright {
		width: auto;
		float: none;
		margin-bottom: 10px;
	}
	.footer_links {
		width: 29%;
	}
	.footer_links a {
		margin-right: 8px;
	}
	.footer_cookies button {
		padding: 10px 5px;
	}
}

@media (max-width: 1080px) {
	.footer_links {
		width: 32%;
	}
	.footer_cookies {
		width: 50%;
	}
	.footer_cookies_text {
		width: 70%;
	}	
}

@media (max-width: 980px) {
	.footer_links, .a_logo, .footer_cookies {
		float: none;
		margin-bottom: 20px;
		width: 100%;
	}
	.footer_cookies {
		margin-left: 0;
	}
	.a_logo img {
		height: 30px;
		padding-left: 0;
	}
	.footer_copyright {
		width: 100%;
	}
}

@media (max-width: 950px) {
	.blocks {
		max-width: 80%;
	}
	.row > a {
		padding: 25px 0px;
		font-size: 16px;
	}
	.header {
		font-size: 100px;
	}
	.header_text_title, .header_text_bigger {
		font-size: 17px;
	}
	.header_text_subtitle, .header_text {
		font-size: 14px;
	}
}

@media (max-width: 815px) {
	.overlay-title {
		font-size: 45px;
		margin-bottom: 50px;
	}
	.overlay-answer {
		font-size: 30px;
	}
	.header_text_subtitle, .header_text {
		font-size: 14px;
	}
}

@media (max-width: 800px) {
	.header_text_subtitle, .header_text {
		font-size: 14px;
	}
}

@media (max-width: 600px) {
	.blocks {
		max-width: 90%;
	}
	.row > a {
		padding: 20px 0px;
		font-size: 14px;
	}
	.header_text_title {
		font-size: 12px;
	}
	.header_text_subtitle, .header_text {
		font-size: 12px;
	}
	.header {
		font-size: 70px;
	}
}

@media (max-width: 511px) {
	.page {
		margin: 0;
	}
	.logo img {
		padding-left: 10px;
	}
	.header_text_title, .header_text_bigger {
		font-size: 15px;
	}
	.header_text_subtitle, .header_text {
		font-size: 12px;
	}
	.logo img {
		height: 30px;
	}
	.subheader {
		max-width: 95%;
	}
}

@media (max-width: 500px) {
	.row > a {
		padding: 30px 0px;
		font-size: 18px;
		width: 100%;
	}
	.row {
		flex-direction: column;
	}
	.overlay-title {
		font-size: 35px;
		margin-bottom: 30px;
	}
	.overlay-answer {
		font-size: 20px;
		width: 80px;
		height: 55px;
	}
	.answer-yes {
		margin-right: 50px;
	}
	.header {
		font-size: 50px;
	}
}

@media (max-width: 400px) {
	.footer_links ul {
		font-size: 13px;
	}
	.footer_cookies button {
		padding: 5px;
	}
}
.footer_cookies {
    position: fixed;
    bottom: 0;
    background: #09528e;
    margin: 0;
    color: white;
    width: 60%;
    padding: 0 20%;
    padding-bottom: 20px;
    padding-top: 20px;
}
