@font-face {
    font-family: 'aeroportbold';
    font-display: swap;
    src: url('fonts/brownfox_-_aeroport_bold-webfont.woff2') format('woff2'),
        url('fonts/brownfox_-_aeroport_bold-webfont.woff') format('woff'),
        url('fonts/brownfox_-_aeroport_bold-webfont.ttf') format('truetype'),
        url('fonts/brownfox_-_aeroport_bold-webfont.svg#aeroportbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.page__main {
	font-family: 'aeroportbold', sans-serif;
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    justify-content: space-between;
    text-align: center;
    color: white;
    background-image: url(images/eeeat-stripe.png), url(images/eeeat-cover.jpg);
    background-position: bottom, 50% 50%;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
}

.page__footer {
    padding: 30px 0 15px;
    background-color: #073a39;
    border-top: 1px solid #063333;
    color: white;
}

.footer__content {
	display: flex;
	justify-content: center;

	max-width: 930px;
    margin-left: auto;
    margin-right: auto;
}

.footer__content p {
	padding-left: 15px;
	padding-right: 15px;
}

.footer__link {
	color: white;
	text-decoration: underline;
}

.footer__link:hover {
	text-decoration: none;
	color: white;
}

.color--primary {
	color: #98a339;
}

.spacer {
    font-size: 0rem;
}

.logo {
    position: absolute;
    bottom: calc(0% + 120px);
    right: 20px;
}

@media (min-width: 767px) {
    .logo {
        right: 50px;
    }
}


@media (orientation: landscape) {
    .logo {
        max-width: 14vw;
        bottom: 24%;
    }
}

@media (orientation: portrait) {
    .logo {
        max-width: 30vw;
        bottom: 18%;
    }
}

@media (min-width: 768px) and (orientation: portrait) {
    .logo {
        max-width: 20vw;
    }
}

@media (min-width: 1024px) {
    .logo {
        max-width: 14vw;
        bottom: 20%;
    }
}

.headline--big {
    font-size: 60px;
    line-height: 1;
    padding-left: 30px;
    padding-right: 30px;
    text-shadow: 0 0 20px rgba(0, 0, 0, .5);
}

@media (min-width: 767px) {
    .headline--big {
        line-height: normal;
        font-size: 10vw;
    }
}

@media (min-width: 1440px) {
    .headline--big {
        line-height: normal;
        font-size: 144.2px;
    }
}

.slogan {
    font-size: 26px;
    line-height: 1;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 1.2rem;
}

@media (min-width: 767px) {
    .slogan {
        line-height: normal;
        font-size: 3.5vw;
        margin-bottom: 2rem;
    }
}

@media (min-width: 1440px) {
    .slogan {
        line-height: normal;
        font-size: 50.4px;
    }
}