
  

body {
    margin: 0;
    background-color: var(--bg-col);
    font-weight: 400;
    font-family: "PT Sans", sans-serif;
    overflow-x: hidden;
    color: var(--text-color);
}
.mainHeader {
    display: block;
    margin: auto;
    /*background-image: linear-gradient( 101.5deg,  rgba(249,100,100,1) 48.8%, rgba(146,166,250,1) 98.7% );*/
    background-image: url("/static/title_image.b9dfbc0f9ba9.jpg");
    background-size: cover;
    backdrop-filter: blur(1px);
    min-height: 40vh;
    width: 100vw;
    position: relative;
    border: 1px solid --highlight-color;
}
.mainHeader::after {
    content: "Consular formula dating P.Oxy. LXIII 4394, courtesy of the Egypt Exploration Society and the University of Oxford Imaging Papyri Project";
    text-align: right;
    padding: 0px 25px 0px 0px;
    
    font-style: italic;
    line-height: calc(80vh - 4em);
    height: 35vh;
    width: 95vw;
    border-radius: 10px;
    top: 10px;
    left: 10px;
    position: absolute;
}
.titleText {
    text-align: left;
    font-size: 5rem;
    font-family: 'Cinzel', serif;
}
.sponsor-container {
    height: calc(0.8 * 20vh);
    margin-top: calc(0.1 * 20vh);
    margin-left: 3%;
    width: 90%;
    
    display: inline-block;
}
.sponsor-logo {
    height: 100%;
    margin-left: 1vw;
}
.subtitleText {
    text-align: left;
    font-size: 2rem;
    font-family: 'Cinzel', serif;
    font-weight: 300;
}
.textBox {
    top: 50%;
    left: 10%;
    transform: translate(0%, -50%);
    position: absolute;
    width: 60%;
    margin: auto;
}
.navmenu {  
    background-color: var(--navbar-col);
}

.nav-link.active {
    opacity: 1;
}
.navmenu>.container-fluid {
    width: 80vw;
    margin: auto;
    font-size: 1.3rem;
}
.main-content-container {
    width: 80%;
    margin: auto;
    /*padding: 5vh 2.5vw 0 2.5vw;*/
    border-left: 1px solid var(--highlight-color);
    border-right: 1px solid var(--highlight-color);
    min-height: 60vh;
}
.main-content-container>h1 {
    font-size: 3.5rem;
    font-style: italic;
    font-weight: 400;
    /*text-decoration: underline;
    text-decoration-thickness: 2px;*/
    border-bottom: 1px solid var(--highlight-color);
    text-align: left;
    padding: 2rem 0 2rem 10%;
}
.content-section {
    margin: auto;
    text-align: justify;
    font-size: 1.1rem;
    padding: 1.5em 10% 1.5em 10%;
    border-bottom: 1px solid var(--highlight-color);
}
.content-section>h2 {
    font-size: 2.5rem;
    font-weight: 600 !important;
    text-align: left;
}
.content-section>h3 {
    font-size: 1.5rem;
    font-weight: 600 !important;
    text-align: left;
}
.main-content-container>.content-section:last-child {
    border: none;
}
.accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid white !important;
}

#map {
    color: black;
}

.dataTables_processing {
    color: black !important;
}

.table {
    background-color: var(--table-col) !important;
}

.page-footer {
    width: 100%;
    min-height: 20vh;
    border-top: 1px solid var(--highlight-color);
    background-color: var(--footer-col);
}
.searchform {
    width: 80%;
    margin: auto;
    margin-top: 5vh;
}
.searchform>div>input, .form-select {
    background-color: var(--bg-col);
    border: 1px solid var(--highlight-color);
    transition: background-color 0.5s ease;
}
.searchform>div>input:focus, .form-select:focus {
    border: 1px solid var(--highlight-color);
    box-shadow: none;
}

.advanced-search-text {
    display: inline-block;
    font-size: 1.5rem;
    margin: auto;
    text-align: center;
    margin-bottom: 1em;
}

a {
    text-decoration: none;
    color: var(--link-color);
    opacity: 0.5;
    transition: letter-spacing 0.3s ease, opacity 0.3s ease !important;
    display: inline-block;
    position: relative;
}
.btn-light {
    background-color: transparent !important;
    border: 1px solid var(--highlight-color) !important;
}
.dropdown-menu {
    background-color:var(--bg-col) !important;
}
.footerlink {
    display: inline-block;
    opacity: 1;
    text-align: right;
    font-size: 1.2em;
}

.btn-outline-secondary {
    border: 1px solid var(--highlight-color);
}
input:focus {
    background-color: transparent !important;
}
input, select {
    border: 1px solid var(--highlight-color) !important;
}

.dropdown-menu.show {
    border: 1px solid var(--highlight-color);
}


a::after {
    content: "  ";
    height: 1px;
    position: absolute;
    top: 80%;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(5px);
    transition: transform 0.3s ease, opacity 0.3s ease;
    margin-left: 0 !important;
    border: none !important;
}
a.dropdown-item, .browse-link {
    opacity: 0.8;
}
.dropdown-item::after {
    display: none !important;
}
a:hover {
    letter-spacing: 0.5px;
    opacity: 1;
    color: inherit;
}
a:hover::after {
    opacity: 1;
    transform: translateY(0);
}
.nav-link {
    opacity: 0.7;
}
.nav-link::after {
    top: 70%;
    width: 80%;
    left: 10%;
}
.nav-link.active::after {
    opacity: 1;
    transform: translateY(0);
}

.accordion-button, .accordion-body {
    background-color: var(--bg-col) !important;
    border-radius: 0 !important ;
    box-shadow: none !important;
}


table.datatable {
    width: 90%;
    margin: auto;
    font-size: 1.3em;
    border-color: transparent;
    border-collapse: collapse !important;
}

th {
    padding: 5px 0 5px 0;
}
td {
    border: none !important;
    border-left: 1px
}


.form-control {
    background-color: var(--bg-col);
    transition: background-color 0.5s ease;
}
.form-control:focus {
    box-shadow: none;
}


select, option, div, label {
    box-shadow: transparent !important;
    border-radius: 0;
}

.row {
    margin-top:1.5em;
}

.paginate_button, .page-link {
    background-color: var(--bg-col);
    opacity: inherit;
    transition: background-color 0.3s ease !important;
}

.page-link:hover {
    letter-spacing: 0;
}

.paginate_button:focus, .page-link:focus {
    box-shadow: none;
}
.page-link::after {
    opacity: 0 !important;
}
.no-underline {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}
.no-underline::after {
    opacity: 0 !important;
}
.no-data {
    color: 	#E12726;
    opacity: 0.8;
}

label>h3 {
    font-weight: 600;
}

.modal-content {
    background-color: var(--bg-col) !important;
}

tr>td {
    padding: 10px;
}

.team-name {
    font-weight: bold;
}

.job-label {
    font-style: italic;
}