body{
    background: linear-gradient(90deg, black 20%, #AD7C00 20%);

}

.navbar-light .navbar-nav .nav-link {
    font-size: large;
    font-weight:600;
    color:#AD7C00;
}
.navbar-light .navbar-nav .nav-link:hover {
    color:black;
}
.nav-transparentbg{
    background-color:rgb(255,255,255);opacity:0.8;
}

.cr-bg{
    background-color:rgb(0,0,0, 0.5);
}
.overflbody{
    transform: scale(2.0);
    
}
.welcometext{
    color: #ffffff;
    font-size: 10vw;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    margin: 0 auto;
    opacity: 90%;
    text-shadow: 0.2vw 0.2vw 0.2vw #555555;
    
    
}
.maintext{
    color:#eeeeee;

}
.mainbgc{
    padding: 1vw;
    background-color:rgba(0, 0, 0, 0.6);
    
}
/*
.conttransform{
    transform: translate(0%, 50%) scale(2.0);
    
}
.overflconttransform{
    transform: translate(0%, 0%) scale(1);
    height: 1000px;
    overflow: hidden;
    border: #eeeeee;
    border-style: dotted;
}

*/







/*.welcometext{
    color: antiquewhite;
    position:absolute;
    font-size: 10vw;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    top: 50%;
    left: 50%;
    transform: translate(-70%, -40%); 
    margin: 0 auto;
    opacity: 50%;
    
}*/

/*.welcometext{
    color: #ffffff;
    font-size: 10vw;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    margin: 0 auto;
    opacity: 90%;
    text-shadow: 0.2vw 0.2vw 0.2vw #555555;
    
    
}*/
/* References navigation */
.references-navigation {
    z-index: 10;
}
.references-dropdown > .dropdown-menu {
    margin-top: 0;
}
.references-dropdown:hover > .dropdown-menu,
.references-dropdown:focus-within > .dropdown-menu {
    display: block;
}
@media (max-width: 991.98px) {
    .references-dropdown > .dropdown-menu {
        display: block;
        position: static;
    }
}

.reference-page {
    padding: clamp(1rem, 3vw, 2rem);
}
.reference-page > h3 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
.reference-content {
    max-width: 80ch;
    margin-inline: auto;
    margin-top: 2rem;
    line-height: 1.65;
}
.reference-content h4,
.reference-content h5 {
    color: #fff;
    line-height: 1.4;
}
.reference-content h5 {
    margin-top: 1.75rem;
}
.reference-content h5.reference-section-title {
    font-size: 1.25rem;
    font-weight: 600;
}
.reference-details {
    margin: 1.5rem 0;
}
.reference-detail {
    display: grid;
    grid-template-columns: minmax(8rem, 11rem) minmax(0, 1fr);
    gap: 0.25rem 1rem;
    padding: 0.65rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.reference-detail dd {
    margin: 0;
}
.reference-list {
    padding-left: 1.4rem;
}
.reference-list li + li {
    margin-top: 0.5rem;
}
.reference-image-link {
    display: block;
    cursor: zoom-in;
}
.reference-image-link:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
}
.reference-lightbox {
    max-width: 96vw;
    max-height: 96vh;
    padding: 2.75rem 1rem 1rem;
    border: 0;
    border-radius: 0.5rem;
    background: #151515;
    color: #fff;
}
.reference-lightbox::backdrop {
    background: rgba(0, 0, 0, 0.85);
}
.reference-lightbox img {
    display: block;
    max-width: min(90vw, 1320px);
    max-height: calc(90vh - 3.75rem);
    width: auto;
    height: auto;
    object-fit: contain;
    cursor: zoom-out;
}
.reference-lightbox-close {
    position: absolute;
    top: 0.25rem;
    right: 0.5rem;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
}
@media (max-width: 575.98px) {
    .reference-detail {
        grid-template-columns: 1fr;
    }
}
