* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

html {
    font-size: 10px;
}

html,
.header,
.footer {
    background: #001a27;
    color: #fff;
}

body {
    background: #fff;
    color: #677C8F;
    font-family: 'Roboto', sans-serif;
    font-size: 1.4em;
    letter-spacing: .03em;
    line-height: 1.42857143;
    overflow-x: hidden;
    position: relative;
}

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

p + p {
    margin-top: 1rem;
}

.header {
    line-height: 1;
    padding: .5em;
    text-align: center;
}

.header--logo {
    height: 1.2em;
}

.goodbye {
    margin: 0 auto;
    max-width: 85em;
    padding: 1em;
}

.goodbye--figure,
.goodbye--message {
    padding: 1em 0;
}

.goodbye--subheading {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.1;
    letter-spacing: .13em;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.goodbye--heading {
    color: #425363;
    font-weight: 700;
    font-size: 4.2rem;
    line-height: 1.1;
}

.goodbye--headingline:after {
    background: #C3D3E2;
    content: "";
    display: block;
    height: 3px;
    margin-top: 23px;
    margin-bottom: 23px;
    width: 75px;
}

.goodbye--copy {
    font-weight: 400;
    font-size: 1.8rem;
}

.footer {
    padding: 2em .5em;
    text-align: center;
}

@media (min-width: 40rem) {
    .goodbye {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .goodbye--figure {
        max-width: 46rem;
    }

    .goodbye--message {
        max-width: 55rem;
        padding-left: 2em;
        padding-right: 2em;
    }
}

@media (min-height: 35rem) {
    .goodbye {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-bottom: 4em;
        padding-top: 4em;
    }
    
    .footer {
        padding-bottom: 4em;
        padding-top: 4em;
    }
}