
html, body {
    height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}

.wrapper {
    min-height: 100vh;
    background-image: url('../assets/background_cgi.jpg');
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Source Sans Pro', sans-serif;
}

.wrapper .content {
    padding-top: 132px;
    padding-left: 110px;
    width: 46%;
}

.wrapper .content h1 {
    font-family: 'Regular Clarivate', sans-serif;
    color: #FFFFFF;
    font-size: 42px;
    font-weight: bold;
    line-height: 42px;
    margin: 0;
}

.wrapper .content p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 22px;
    display: block;
}

.wrapper .content .subscriber {
    font-weight: 600;
}

.wrapper .content ul {
    color: #FFFFFF;
	font-size: 16px;
	line-height: 22px;
}

.wrapper .content button {
    height: 42px;
    width: 150px;
    border: 1px solid #F5F5F5 !important;
    font-family: 'Source Sans Pro', sans-serif;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    background-color: transparent;
    cursor: pointer;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.39);
    text-align: center;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.35);
}

.wrapper .content button:focus {
    outline: 0;
    border: 0;
}

.wrapper .content button:hover {
    background-color: transparent;
}

.wrapper .content a {
    color: #FFFFFF;
    font-weight: 600;
}

@media (min-width: 1440px) and (max-width: 1919px) {
    .wrapper .content {
        width: 62%;
        padding-left: 86px;
    }
}


@media (min-width: 1280px) and (max-width: 1439px) {
    .wrapper .content {
        padding-top: 112px;
        width: 58.6%;
        padding-left: 84px;
    }
}


@media (min-width: 1024px) and (max-width: 1279px) {

    .wrapper .content {
        padding-top: 108px;
        width: 63%;
        padding-left: 84px;
    }

    .wrapper .content h1 {
        font-size: 36px;
        line-height: 36px;
    }

    .wrapper .content p {
        font-size: 14px;
        line-height: 18px;
    }

    .wrapper .content button {
        font-size: 16px;
    }

}



@media (max-width: 990px) {
    .wrapper .content {
        padding-top: 52px;
        width: 76%;
        padding-left: 50px;
    }

    .wrapper .content h1 {
        font-size: 36px;
        line-height: 36px;
    }

    .wrapper .content p {
        font-size: 16px;
        line-height: 18px;
    }
}

