/* Ensure all text is bold */
* {
    font-weight: bold; /* Apply bold to all elements */
}

body {
    color: black; /* Default text color */
    margin: 0; /* Remove default body margin */
    padding: 0; /* Remove default body padding */
}

.header-text {
    font-size: 76px;
    text-shadow: 1px 1px 5px #000000;
}

.header-subtext {
    border-bottom: none;
}

.header-info h4 {
    font-size: 15px;
}

.header-image::after {
    background-color: rgba(37, 46, 53, 0.8);
}

.container, .inner {
    display: table;
    width: 100%;
    height: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

table {
    width: 100%; /* Full page width */
    border-collapse: collapse; /* Ensures borders are not doubled */
    border: 2px solid black; /* Thicker outer border for the table */
    margin: 0; /* Ensure no margin around the table */
}

th, td {
    border: 2px solid black; /* Thicker border for all table cells */
    padding: 10px; /* Add padding for better spacing */
    text-align: left; /* Adjust text alignment as needed */
    font-weight: bold; /* Ensure text inside cells is bold */
}

@media screen and (max-width: 600px) {
    table {
        width: 100%; /* Ensure it remains full width on smaller screens */
    }
    thead {
        display: none;
    }
    tr:nth-of-type(2n) {
        background-color: inherit;
    }
    tr td:first-child {
        background: #f0f0f0;
        font-size: 1.3em;
    }
    tbody td {
        display: block;
        text-align: center;
    }
    tbody td:before {
        content: attr(data-th);
        display: block;
        text-align: center;
    }
}

@media only screen and (min-width: 50em) {
    .site-content {
        margin-top: 0em;
        margin-bottom: 0em;
    }
}

.site-info {
    display: none;
}

.matador-taxonomy-location-terms-select {
    display: inline;
    padding: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.matador-job-link {
    width: 120px;
    vertical-align: middle;
}

a {
    color: black; /* Ensure all links are black */
}

.site-branding {
    margin-bottom: 0px;
    padding: 0px;
}

.page .entry-title {
    display: none;
}

.site-header {
    padding: 0px;
}

.hentry {
    padding: 20px;
    border: 0px;
}

.widget-area .widget {
    border: 0px;
    padding: 45px;
}

.matador-job-navigation li a {
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    width: 100px;
    text-align: center;
}

.matador-job-navigation li {
    width: 100%;
}

input#matador_s {
    width: 115%;
}

td.matador-job-content p:last-child {
    margin-bottom: unset;
}

h1 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h4 {
    font-size: 23px;
}

.footer-widgets {
    padding: 0px 0;
}

.site-footer {
    padding-top: 0px;
    padding-bottom: 0px;
}


}
