body {
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.gradient-bg {
    background-image: url('img/web_GradientBG.png');
    width: 100vw;
    height: 100vh;
    z-index: 1;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-size: 100% 100%;
    background-position: center;
}

.gradient-bg div.logoContainer {

    max-width: 500px;
    width: 100%;
    text-align: center;
    color: white;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    padding: 1.5em;

}

div.logoContainer p {
    margin-top: 3em;
}

div.logoContainer img {
    width: 100%;
    height: auto;
}

p {
    color: white;
    font-size: 1.3em;
}

a {
    text-decoration: none;
}