﻿.continue-button {
    background-color: #004283;
    border-radius: 40px;
    width: 200px;
    height: 60px;
    font-size: 22px;
    letter-spacing: 0.5px;
    text-transform: none;
}

.continue-button:hover {
    color: #004283 !important;
    background-color: white;
}

.header-description {
    color: #1F4282;
    font-size: 27px;
    font-weight: 200;
    width: 90%;
    text-align: left;
}

.main-title {
    color: #1F4282;
    font-size: 55px;
    text-align: center;
    margin-top: 180px;
}

.header-image {
    position: relative;
    display: inline-flex;
}

.header-title {
    position: relative;
    display: inline-flex;
}

.header-section {
    display: flex;
    flex-grow: 1;
}

.lcf-logo {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 30px;
    margin-right: 30px;
}

.fade-to-white {
    position: absolute;
    top: 0;
    right: 0;
    width: 75%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(to right, transparent, white);
}

@media(max-width:959px) {
    .lcf-logo {
        position: relative;
        left: 0;
        margin-top: 15px;
        margin-right: 0;
        width: 139px;
        height: 80px;
    }

    .main-title {
        width: 100%;
        font-size: 29px;
        text-align: center;
        margin-top: 15px;
    }

    .header-description {
        font-size: 19px;
        width: 90%;
    }

    .header-section {
        display: block;
    }

    .header-image {
        display: block;
    }

    .header-image img {
        width: 100%;
    }

    .header-title {
        display: block;
    }
}
