@font-face {
    font-family: ProximaNovablack;
    src: url(../fonts/ProximaNova-Black.otf);
}

@font-face {
    font-family: ProximaNovabold;
    src: url(../fonts/ProximaNova-Bold.otf);
}

@font-face {
    font-family: ProximaNovaSemibold;
    src: url(../fonts/ProximaNova-Semibold.otf);
}

@font-face {
    font-family: ProximaNovaRegular;
    src: url(../fonts/ProximaNova-Regular.otf);
}

@font-face {
    font-family: ProximaNovaLight;
    src: url(../fonts/ProximaNova-Light.otf);
}

::-webkit-input-placeholder {
    color: #BFBFBF;
}

::-moz-placeholder {
    color: #BFBFBF;
}

:-ms-input-placeholder {
    color: #BFBFBF;
}

:-moz-placeholder {
    color: #BFBFBF;
}

html {
    height: 100%;
}

body {
    font-family: ProximaNovaRegular, arial;
    box-sizing: border-box;
    color: #444444;
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: linear-gradient(-178deg, #FF9353 0%, #FF5E64 100%);
}

    body.gt{
        background: #444444;
    }

    .download-page{
        text-align: center;
        margin: 40px 0px;
    }

    .download-page img{
        display: inline-block;
    }

    .download-screen{
        width: 272px;
        margin:0px auto;
    }

    .download-screen img{
        width: 100%;
    }

.cta {
    padding: 20px 30px;
    background-color: #fff;
    color: #FF5955;
    font-size: 16px;
    font-family: ProximaNovaSemibold;
    text-transform: uppercase;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

    body.gt .cta{
        color: #444444;
    }

