.job-title-header {
    padding: 4em 0;
    background-image: url("../images/coupons.jpg");
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.job-title-header h3 {
    font-weight: 600;
    color: #ec9100;
    font-size: 4em;
    letter-spacing: 2px;
}

.job_s h4{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.job_s .address{
    font-size: 12px;
    color: #867A7A;
    line-height: 18px;
}

.job_s p{
    font-size: 12px;
    color: black;
}

#job_div{
    background-color: #F8F8F8;
}

.jobs h3{
    font-size: 32px;
    color: #000000;
    font-weight: 800;
}

.jobs{
    padding: 2em 1em;
    max-height: 550px;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    top: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.job-card{
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    min-height: 500px;
    background-color: white;
}

.job-body h3{
    color: #fdae30;
    margin-bottom: 8px;
    font-weight: 700;
}

.job-body .recorded{
    color: #888;
    font-size: 0.8em;
    margin-bottom: 20px;
}

.job-body .desc{
    font-size: 1em;
    line-height: 24px;
}

.job-footer{
    background: whitesmoke;
    border-top: 1px solid #eee;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.desc{
    line-height: 25px !important;
    font-size: 13px !important;
    color: #9E9E9E !important;
    margin-top: 1.5em;
}

.job-description{
    background-color: whitesmoke;
    height: 100%;
    border-right: 1px solid #eee;
    padding: 1em;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

.job-description p{
    line-height: 25px !important;
}

.box_pozicio-nev-elott{
    margin-top: 0 !important;
}

.d-column__item{
    padding: 0 !important;
}

.position-title{
    font-weight: 800;
    color: black;
    font-size: 32px
}

.job_data{
    padding: 2em 1em;
}

.job_data p{
    font-size: 13px;
    color: #9E9E9E;
}

.position-recorded{
    font-size: 0.8em;
    color: #888;
}

.desc strong{
    font-weight: 600 !important;
    font-size: 1em !important;
}

.job-apply{
    background-color: #000000;
    position: sticky;
    top: 0;
    padding: 2em 1em;
}

.custom_label{
    color: #9E9E9E;
    font-size: 11px;
}

.job-apply input::placeholder, .job-apply textarea::placeholder{
    color: #9E9E9E !important;
}

.job-apply h3{
    font-size: 32px;
    color: white;
    text-align: center;
    font-weight: 800;
    margin-bottom: 1.5em;
}

@media only screen and (max-width: 767px){
    .job-title-header{
        background-attachment: scroll !important;
    }

    .job-title-header h3{
        font-size: 2.6em;
    }

    .job-apply{
        padding: 1em;
    }
}

@media only screen and (max-width: 576px){
    .job-title-header h3{
        font-size: 1.6em;
    }

    .jobs{
        max-height: 700px;
    }

    .job_data{
        padding-left: 1em;
        padding-right: 1em;
    }

    .job-apply{
        padding: 1em 1em 3em 1em;
    }

    .job-apply h3{
        font-size: 26px;
        margin-top: 15px;
    }

    .position-title{
        font-size: 1.1em;
    }
}
