.capsule {
    overflow: hidden;
}

section.header {
    position: relative;
    display: block;
    margin-bottom: 64px;
    background-color: black;
    background-image: url('../img/visual.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #FFFFFF;
}

section.header .backdrop {
    background-repeat: no-repeat;
    background-position: 130% 100%;
    background-size: contain;
    min-height: 60vh;
    padding-top: 160px;
    padding-bottom: 32px;
}

section.header.full {
    height: 100vh;
    margin: 0;
    padding-top: 35vh;
}

section.header .logo {
    position: absolute;
    top: 24px;
    width: 170px;
}

section.header .language {
    position: absolute;
    top: 32px;
    right: 32px;
}

section.header .language a {
    color: #FFFFFF;
    padding: 16px;
    background: #E51133;
    border-radius: 8px;
}

section.header .scroll {
    position: absolute;
    bottom: 64px;
    width: 64px;
    margin: 0 auto;
    text-align: center;
    left: 42%;
    right: 42%;
}

h1,
h2,
h3,
h4 {
    font-family: 'fatfrank', sans-serif;
    font-weight: bold;
    letter-spacing: 0.5;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
}

h1 {
    position: relative;
}

.backdrop a {
    text-decoration: underline;
    color: #FFFFFF;
}

form strong {
    color: #00512A;
}

section.header h1,
section.header h2,
section.header h3,
section.header h4 {
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

section.header h1 {
    font-size: 12vw;
    text-transform: uppercase;
    line-height: auto;
    color: #FFFFFF;
    z-index: 2;
}

section.header h2,
section.header h3,
section.header h4 {
    font-size: 4vw;
    color: #FFFFFF;
}

.text-center {
    text-align: center;
    margin: 0 auto;
}

@media (min-width: 992px) {
    section.header h1 {
        font-size: 100px;
        line-height: 90px;
    }

    section.header h2 {
        font-size: 40px;
        margin-bottom: 40px;
    }

    section.header h3 {
        font-size: 40px;
    }

    section.header h4 {
        font-size: 46px;
        line-height: 30px;
    }

    section.alternative h1 {
        font-size: 140px;
        line-height: 100px;
    }

    section.alternative h3 {
        font-size: 48px;
    }

    section.alternative h4 {
        font-size: 40px;
    }

    section.header .woman {
        background-image: url('../img/woman.png');
    }
}

section.content h1 {
    color: #E51133;
    font-size: 100px;
}

section.content h3 {
    font-size: 40px;
    color: #00512A;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

section.content {
    padding: 0 0 32px 0;
}

section.newsletter {
    padding: 48px 0;
    background: #FBF7F1;
}

section.newsletter h3 {
    font-size: 40px;
    color: #00512A;
}

section.newsletter h3 span {
    display: inline;
}

section.newsletter .mailchimp {
    padding-top: 10%;
}

section.newsletter .btn-primary {
    margin: 0;
    background: #00512A;
    text-transform: uppercase;
}

section.newsletter .smiley {
    position: absolute;
    top: 0px;
    right: -60px;
}

section.newsletter .smiley .main {
    text-align: right;
}

section.newsletter .smiley .main img {
    width: 90%;
}

h3 span {
    display: inline-block;
    color: #00AB54;
}

.question {
    position: absolute;
    bottom: -32px;
    right: -300px;
    left: -80px;
}

.burger {
    position: absolute;
    top: 0px;
    right: -280px;
}

.burger .main {
    text-align: right;
}

.burger .main img {
    width: 90%;
}

.burger .doodle {
    position: absolute;
}

.burger .doodle1 {
    right: 32px;
    top: -20px;
    width: 280px;
}

.burger .doodle2 {
    left: -20px;
    top: 10px;
    width: 280px;
}

.burger .doodle3 {
    right: 80px;
    bottom: -40px;
    width: 250px;
}

.btn-primary {
    margin-top: 24px;
    padding: 8px 24px;
    margin: 0;
    background: #00512A;
    color: #FFFFFF;
    border: none;
    border-radius: 0px;
    font-weight: bold;
    font-size: 18px;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #fdac27;
    color: #FFFFFF;
}

footer {
    color: #FFFFFF;
    padding: 32px 0;
    background: #00512A;
}

.step img {
    display: block;
    width: auto;
    max-height: 200px;
    margin: 0 auto;
}

.step h4 {
    padding-top: 16px;
}

h3 {
    color: #00512a;
}

h3 em {
    color: #00ab54;
    font-style: normal;
    white-space: nowrap;
}

h4 {
    color: #00512a;
}