*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.site-content{
    margin-top: 0 !important;
}
.page-header{
    margin-top: 0 !important;
}

.career{
    padding: 5% 5%;
    background-color: rgb(255, 255, 255);
}
.each__opening{
    padding: 1.3rem 10px;
    margin-top: 2rem;
    border: 2px solid rgb(62, 157, 235);
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,.4);
}
.career__openings h3{
    font-weight: 600 !important;
    font-size: 3rem !important;
}
.each__opening h4,span{
    margin-bottom: 0;
    padding-left: 2rem;
}
.each__opening h4{
    font-weight: 600;
}


.each__opening__head{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.each__opening__head a{
    background-color: rgb(11, 188, 241);
    color: rgb(255, 255, 255);
    margin-right: 1rem;
}
.table a{
    background-color: rgb(11, 188, 241);
    color: rgb(255, 255, 255);
    margin-right: 1rem;
}
@media (min-width:280px) and (max-width:800px) {
    .each__opening h4{
       font: 1.4rem;
    }
    .career__heading h1{
        font-size: 2rem;
        font-weight: 600;
        margin-bottom: 10px;
        margin-bottom: 10px;
    }
    .career__openings h3{
        font-size: 1.8rem;
    }
    .career{
        padding: 1% 1%;
    }
    .each__opening .table{
        font-size: 80%;
    }
}

.modal-header h5{
    font-weight: 600 !important;
    font-size: 2rem;
    color: rgb(1, 183, 229);
}
.modal-body h6{
    font-weight: 600;
    font-size: 1.4rem;
}
.modal-body a{
    font-size: 1.5rem;
    margin-bottom: 1rem;
    padding: 5px !important;
    /* padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 20px !important;
    padding-right: 10px !important; */
}
.modal-body h1{
   height: 3px;
   background-color: rgb(137, 194, 225);
   width: 26rem;
   border-radius: 10px;
   margin-top: 0;
}

.modal-body img{
    margin-left: 18%;
    margin-bottom: 1rem;
    /* width: 50%; */
}