* {
    margin : 0;
    padding: 0;
}

.sparkStaticPage {
    background-color: white;
    box-sizing      : border-box;
    min-height      : 100vh;
    padding         : 100px 80px 100px 122px;
    font-family     : "itc-avant-garde-gothic-pro",sans-serif;
    font-weight     : 300;
    color           : #273248;
}

.sparkContainer {
    height               : 100%;
    max-width            : 1920px;
    margin               : 0 auto;
    display              : -webkit-box;
    display              : flex;
    -webkit-box-align    : center;
    align-items          : center;
    -webkit-box-orient   : vertical;
    -webkit-box-direction: normal;
    flex-direction       : column;
    -webkit-box-pack     : justify;
    justify-content      : space-between;
}

.main {
    display              : -webkit-box;
    display              : flex;
    -webkit-box-orient   : vertical;
    -webkit-box-direction: normal;
    flex-direction       : column;
}

.message {
    margin-top: 15px;
}

.image img {
    width      : 100%;
    max-width  : 75vw;
    margin-left: -11.2%;
}

h1, h2 {
    font-size  : 30px;
    line-height: 45px;
}

h2 {
    font-weight: 300;
}

h1 {
    font-weight   : 700;
    text-transform: uppercase;
}

.footer p {
    font-size  : 14px;
    line-height: 26px;
}

.footer a {
    color          : #9398A3;
    cursor         : pointer;
    text-decoration: none;
}
@media screen and (min-width: 1024px) {
    .main {
        -webkit-box-orient   : horizontal;
        -webkit-box-direction: normal;
        flex-direction       : row;
        margin               : 50px auto;
    }

    .image img {
        max-width: 500px;
    }

    .message {
        display              : -webkit-box;
        display              : flex;
        -webkit-box-orient   : vertical;
        -webkit-box-direction: normal;
        flex-direction       : column;
        -webkit-box-pack     : center;
        justify-content      : center;
        margin-top           : 0;
    }

    h1, h2 {
        font-size  : 31px;
        line-height: 46px;
    }

    .footer p {
        font-size  : 14px;
        line-height: 26px;
        text-align : center;
    }
}
@media screen and (min-width: 1920px) {
    .main {
        -webkit-box-orient   : horizontal;
        -webkit-box-direction: normal;
        flex-direction       : row;
        margin               : 100px;
    }

    .image img {
        max-width: 1000px;
    }

    h1, h2 {
        font-size  : 50px;
        line-height: 70px;
    }

    .footer p {
        font-size  : 20px;
        line-height: 40px;
    }
}
