/* LIGHT THEME */
body.light_theme {
    background-color: #fff;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/images/pink-gradient.png");
    -webkit-font-smoothing: antialiased !important;
}

.light_theme #site_nav {
    background-color: #ffffff30;
}

.light_theme .main {
    padding: 100px 0;
    min-height: 880px;
    height: auto;
}

.light_theme .title {
    display: inline-block;
    font-size: 5rem !important;
    line-height: 6rem;
    font-weight: 500;
    width: auto;


    color: #6c0dba;
    background-image: -webkit-linear-gradient(0deg, #6c0dba 0%, #714595 50%, #a684c2 75%);
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;

    /*color: #714595;
    background-image: -webkit-linear-gradient(45deg, #714595 0%, #eea3df 50%, #f7ff02 100%, #D0D711 50%);
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;*/
}

/*.light_theme ul {
    padding: 0;
}*/

.light_theme p, .light_theme li {
    display: block;
    color: #525350;
    font-size: 17px;
    line-height: 30px;
    /*font-family: 'Montserrat', sans-serif;*/
    font-weight: 400;
}

.light_theme a h4 {
    font-weight: 400;
    color: #000;
}

.light_theme .my_tab {
    border-radius: .5rem;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    padding: 1rem;
    margin: 10px 0;
    border: 2px solid #d9d9d9;
    color: #23241f;
    -webkit-transition:all 0.40s ease-out;
    -moz-transition:all 0.40s ease-out;
    -o-transition:all 0.40s ease-out;
    cursor: pointer;
}

.light_theme .my_tab:hover {
    border-color: var(--primary_color);
    -webkit-transition:all 0.40s ease-out;
    -moz-transition:all 0.40s ease-out;
    -o-transition:all 0.40s ease-out;
}

.light_theme .my_tab.def {
    padding: 0;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.light_theme .my_tab.def .btn.mini {
    font-wheight: 300 !important;
    font-size: 18px !important;
    margin: 10px;
    display: block;
    width: 100%;
}

.light_theme .my_tab.def .mini.btn-primary {
    background-color: #000;
}

.light_theme .my_tab.def .mini.btn-primary:hover {
    background-color: var(--primary_color);
    padding-left: 2rem;
}


.light_theme .my_tab.def .btn.mini.active {
    background-color: var(--primary_color);
}

.light_theme .my_tab h1 {
    font-size: 33px;
    letter-spacing: -2px;
    line-height: 40px;
    margin-bottom: 0;
    font-weight: 300;
}

/*.light_theme .my_tab p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 0;
    font-weight: 400;
}*/

.light_theme .my_tab .btn {
    padding: 0.8rem 2rem;
    border-radius: .5rem;
    font-size: 35px !important;
    font-weight: 700;
    border: none;
}

.light_theme .my_tab .btn-primary {
    color: #fff;
    background-color: var(--primary_color);
}

.light_theme .my_tab .btn-primary:hover {
    background-color: #23241f;
    padding-left: 3rem;
}

.light_theme .space {
    height: 85px;
}

.light_theme .fixed {
    position: fixed;
    top: 202px;
    left: 380px;
    width: 25%;
    z-index: 3;
}

.light_theme .btn-secondary {
    border: 1px solid #000;
    color: #fff;
    font-size: 22px !important;
    text-align: center;
    padding: 15px 30px;
    border-radius: 6px;
    text-transform: none;
    background: #000;
    font-family: montserrat;
    font-weight: 500;
    cursor: pointer;
}

.light_theme .btn.btn-secondary:hover {
    background-color: var(--primary_color) !important;
    border-color: var(--primary_color);
    cursor: pointer;
}

.light_theme .form-floating {
    margin: 20px 0;
}

.light_theme .form-control {
    border-radius: 5px;
    border: 1px solid var(--primary_color);
    color: #1d1d1d;
    background-color: #ffffff80;
}


.light_theme .form-group {
    margin-bottom: 40px;
}

.light_theme .form-group label {
    color: #1d1d1d;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
}

.light_theme .form-control:focus {
    border-color: var(--primary_color);
    box-shadow: 0 0 0 .25rem #8013d845;
}

.light_theme .my_file {
    background-image: url("/images/box-arrow-up.svg");
    background-repeat: no-repeat;
    background-position: 99%;
    background-size: 38px;
    line-height: 46px;
}

.light_theme .my_file.word {
    background-image: url("/images/file-earmark-word.svg");
}

.light_theme .my_file.pdf {
    background-image: url("/images/filetype-pdf.svg");
}

.light_theme .big {
    padding-bottom: 30px;
}

.light_theme .goto {
    margin-top: 50px;
}

.light_theme .form-group {
    margin: 10px 0;
}

.light_theme .job_title {
    position: fixed;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .light_theme .main {
        padding: 50px 0;
    }

    .light_theme .title {
        font-size: 3rem !important;
        line-height: 55px;
    }

    .light_theme p {
        font-size: 17px;
        line-height: 30px;
    }

    .light_theme .space {
        height: 40px;
    }

    .light_theme .my_tab.item {
        margin: 20px 0;
    }

    .light_theme .job_title {
        position: relative;
        margin-bottom: 50px;
    }
}
