body{
    display:flex;
    margin:0;
    min-height:100vh;
    background-color:black;
    font-family:Arial, Helvetica, sans-serif;
    height: 100vh;
    overflow-y: hidden;
}
::selection{
    background-color: rgba(251, 255, 0, 0.893);
    color: black;
}
#overview:first-of-type::first-letter {
    font-size: 7vw;
    margin-right: 8px;
    float: left;
    line-height: 0.8;
    font-family: baskerville old face;
    color: gold;
}
#casedetails:first-of-type::first-letter {
    font-size: 7vw;
    margin-right: 8px;
    float: left;
    line-height: 0.8;
    font-family: baskerville old face;
    color: gold;
}
.sidebarh1{
    text-shadow: 0px 0px 7px rgba(255,215,0,1);
}

/* =========================
   SIDEBAR
========================= */

.sidebar{
    width:20vw;
    min-width:280px;
    border-right:2px solid grey;
    background-color:rgb(0,0,5);
    color:rgb(206, 206, 206);
    overflow-y: scroll;
    position: fixed;
    height: 100vh;
    scrollbar-width: none;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    padding:20px 0;
    box-sizing:border-box;
}

.sidebaratags{
    display:grid;
    margin-left: 5%;
}

.sidebaratags a{
    /* margin-top:6%; */
    color:rgb(255, 255, 255);
    text-decoration:none;
    transition:.4s;
    margin-top: 12px;
    font-size: 110%;
    line-height: 150%;

}

.sidebaratags a:hover{
    color:gold;
    border-bottom: 1.5px solid ;
    border-radius: 7px;
    border-left: 3px solid gold;
    padding: 3%;
    box-shadow: 0px 1px 15px -1px rgba(110,110,110,0.75);
-webkit-box-shadow: 0px 1px 15px -1px rgba(110,110,110,0.75);
-moz-box-shadow: 0px 1px 15px -1px rgba(110,110,110,0.75);
}


.contact{
    color:rgb(255, 255, 255);
    text-decoration:none;
    font-size:1.2rem;
    transition:.3s;
}

.contact:hover{
    color:gold;
    border-bottom: 1px solid gold;
    border-radius: 7px;
    padding: 2%;
}

.div2{
    width: 80vw;
    float: right;
    color: white;
    margin-left: 20vw;
    overflow-y: auto;
}
#card-h-100{
    /* background-color: (1, 1, 1); */
    /* background-color: rgb(7, 10, 16); */
    background-color: rgb(0, 0, 7);
    /* height: 82vh !important; */
    aspect-ratio: 1/1.5;
    border: 1px solid rgb(108, 107, 117);
    color: white;
    box-shadow: -1px 1px 11px 0px rgb(255, 215, 0) ;
-webkit-box-shadow: -1px 1px 11px 0px rgb(255, 215, 0);
-moz-box-shadow: -1px 1px 11px 0px rgb(255, 215, 0);


}

.exploremystery:hover{
    background:rgba(255,215,0,.1);
    transition: .1s;
}
.nav-link:hover{
    border:1px solid gold !important;
    color: white !important;
    
    background:rgba(255, 217, 0, 0.171);
}
.nav-link{
    color: gold !important;
    border: 1px solid gold;
}
.nav-tabs .nav-link.active {
  border: 1px dashed gold;
  color: rgb(255, 255, 255) !important;
  border-color: gold;
  background:rgba(255, 217, 0, 0.674);
}

.sidebar-divider{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    margin:20px 0;
}

.sidebar-divider span{
    width:80px;
    height:1px;
    background:rgb(211, 179, 1);
}

.diamond{
    width:10px;
    height:10px;
    background:rgb(211, 179, 1);
    transform:rotate(45deg);
}
.overviewtopbar{
    width: 82%;
    border-radius: 7px;
    background:rgba(255, 217, 0, 0.171);
    border: 2px solid rgb(202, 172, 0);
    padding: 1%;
    margin-bottom: 3%;
    margin-top: 2%;
    letter-spacing: 2px;
}
.span{
    color: gold;
    text-decoration: underline;
    cursor: pointer;
}
.span:hover{
    color: white;
    background:rgba(255, 217, 0, 0.171);
    border: 1px solid gold;
    padding: 3px;
    border-radius: 4px;
}
.timeline {
  width: 80%;
  margin: auto;
  position: relative;
  color: white;
  font-family: Arial, sans-serif;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: gold;
}

.timeline-item {
  margin: 30px 0;
  padding-left: 60px;
  position: relative;
}

.timeline-item::before {
  content: '';
  position: absolute;
  left: 12px;
  top: 5px;
  width: 16px;
  height: 16px;
  background: gold;
  border: 2px solid gold;
  border-radius: 50%;
}

.timeline-date {
  font-weight: bold;
  color: gold;
  margin-bottom: 5px;
}

.timeline-content {
  line-height: 1.6;
  color: white;
}
.inline-icon {
  height: 1em;          /* Scales the icon exactly to the text size */
  width: auto;          /* Maintains the image aspect ratio */
  vertical-align: middle; /* Aligns the icon perfectly with the text baseline */
  margin-right: 5px;    /* Adds a small space between the icon and text */
}

.tmvtheory{
    border: 2px solid gold;
    border-radius: 6px;
    background-color: rgba(255, 215, 0, 0.1);
    margin-top: 5%;
    padding: 3%;
    text-align: justify;
    background-image: url(output-onlinepngtools.png);
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: -1px 0px 20px 3px rgba(255,215,0,0.75);
    -webkit-box-shadow: -1px 0px 20px 3px rgba(255,215,0,0.75);
    -moz-box-shadow: -1px 0px 20px 3px rgba(255,215,0,0.75);
}

#theories center div{
    background-color:rgb(0, 0, 5) !important;
    border-radius: 7px !important;
    border-left: 3px solid gold !important;
    border-bottom: 1px solid gold !important;
    border-top: 1px solid gold !important;
    border-right: 0px !important;
    /* box-shadow: 0px 1px 15px -1px rgba(110,110,110,0.75) !important;
-webkit-box-shadow: 0px 1px 15px -1px rgba(110,110,110,0.75) !important;
-moz-box-shadow: 0px 1px 15px -1px rgba(110,110,110,0.75) !important; */
box-shadow: 1px 1px 17px 2px rgba(110,110,110,0.75) !important;
-webkit-box-shadow: 1px 1px 17px 2px rgba(110,110,110,0.75) !important;
-moz-box-shadow: 1px 1px 17px 2px rgba(110,110,110,0.75) !important;
    transition: 0.3s;
}

#theories center div:hover{
    border: 2px solid black !important;
    box-shadow: 0px 1px 15px -1px gold !important;
-webkit-box-shadow: 0px 1px 15px -1px gold !important; 
-moz-box-shadow: 0px 1px 15px -1px gold !important;
}
.about{
    border-radius: 7px;
    padding: 2%;
    color:rgb(255, 255, 255);
    text-decoration:none;
    font-size:1.2rem;
    
    transition:.3s;
}
.about:hover{
    border-bottom: 1px solid gold;
    color: gold;
}
.about i{
    color: white !important;
}


.tooltip{
    color: rgb(255, 215, 0);
    text-decoration: underline;
    cursor: help;
    position: relative;
    display: inline !important;
    font-size: inherit !important;
}

.tooltip{
    cursor:pointer;
    /* display: inline !important; */
}

#tmvTooltip{
    position:fixed;
    /* display: inline !important; */
    background:#0A0C13;
    font-size: 1.3vw ;
    color:white;

    border:1px solid gold;

    border-radius:8px;

    padding:10px 14px;

    max-width:270px;
    box-shadow:0 0 12px rgba(255,215,0,.35);
    line-height:1.4;
    visibility:hidden;
    opacity:0;
    transition:opacity .15s;
    pointer-events:none;
    z-index:9999;
}
.mediasourcelinks{
    color: gold;
}
#version{
    opacity: 100% !important;
    color: rgb(222, 222, 222);
    font-size: max(24px, calc(1.6667vw - 1px));
    text-decoration: underline;
    cursor: pointer;
    transition: 0.4s;
}
#version:hover{
    color: gold;
    border-bottom: 2px solid gold;
    border-radius: 7px;
    padding: 5%;
    transition: 0.4s;
    padding-left: 7%;
    padding-right: 7%;
}
.questions{
    background-color: rgb(0, 0, 7);
    border-radius: 10px;
    border: 2px solid gold;
    padding: 1%;
    
    
}
.question_mark{
    font-size: 2.6vw;
    font-family: baskervilleoldfcae;
    color: gold;
}
@media (min-width:1600px){

    .sidebaratags a{
        font-size:185%;
    }
    
    
    
    .about{
        font-size: 1.9rem;
    }
    .contact{
        font-size: 1.9rem;
    }
    .sidebar{
        width: 20vw !important;
    }
    .sidebar h3{
        font-size:240%;
    }
    .div2 center h4{
        font-size: 220% !important;
    }
    .div2 center h1{
        font-size: 366%;
    }
    nav div button{
        font-size: 127% !important;   
    }
    .overviewtopbar{
        font-size: 130% !important;
    }
    #overview{
        font-size: 161%;
    }
    .tab-content button{
        font-size: 160%;
        padding: 1%;
        border: 3px solid gold !important;
        border-radius: 12px !important;
    }
    #casedetails{
        font-size:161% ;
    }
    #theories{
        font-size: 161%;
    }
    #theories h3{
        font-size: 161% !important;
    }
    .tmvtheory center h2{
        font-size: 260%;
    }
    .tmvtheorywarning{
        font-size: 87% !important;
    }
    #timeline{
        font-size: 161%;
    }
    
    
}



@media (min-width:2496px){

    
    
    .contact{
        font-size:2.5rem;
    }
    .about{
        font-size: 2.5rem;
    }
    .sidebar h3{
        font-size:350%;
    }
    .sidebar p{
        font-size: 200%;
    }
    .sidebar-divider{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    margin:20px 0;
    }

    .sidebar-divider span{
    width:180px;
    height:4px;
    background:rgb(211, 179, 1);
    }   
    
    .div2 center h4{
        font-size: 300% !important;
    }
    .div2 center h1{
        font-size: 440%;
    }
    nav div button{
        font-size: 214% !important;   
    }
    .tab-pane.fade h1{
        font-size: 506%;
    }
    .overviewtopbar{
        font-size: 180% !important;
    }
    #overview{
        font-size: 220%;
        margin-top: 1%;
    }
    .tab-content button{
        font-size: 210%;
        padding: 1%;
        border: 3px solid gold !important;
        border-radius: 12px !important;
    }
    #casedetails{
        font-size:220% ;
    }
    #theories{
        font-size: 220%;
    }
    #theories center div{
        border: 3px solid gold !important;
        border-radius: 18px !important;
    }
    #theories h3{
        font-size: 210% !important;
    }
    #timeline{
        font-size: 220%;
    }
    .tmvtheory center h2{
        font-size: 250%;
    }
    .tmvtheorywarning{
        font-size: 84% !important;
    }
    .container.mt-4{
        margin-left: -1%;
        margin-top: 3% !important;
        
    }
    .row.g-3{
        width:144% !important;
        justify-content: space-evenly !important;
    }
    .container.mt-4 h5{
        font-size: 254% !important;
    }
    .container.mt-4 p{
        font-size: 40px !important;
    }
    .container.mt-4 strong{
        font-size: 40px !important;
    }
    #card-h-100{
        border-radius: 20px !important;
        /* height: 1100px !important; */
    }
    #nav-med center a{
        font-size: 210%;
    }
    #nav-med iframe{
        height: 560px;
        
    }
    .card-body a{
        margin-top: 2%;
        font-size: 220% !important;
    }
    .card-body p a{
        font-size: 87% !important;
    }
    .card.h-100 center h3{
        font-size: 414% !important;
    }
    #casedetails h2{
        font-size: 200%;
    }
    #casedetails h3{
        font-size: 140%;
    }
    .rendelsham{
        font-size: 200% !important;
    }
}


@media (min-width:3840px){

    .sidebaratags a{
        font-size:310%;
    }
    .contact{
        font-size:3.1rem;
    }
    .about{
        font-size: 3.1rem;
    }
    .sidebar h3{
        font-size:480%;
    }
    .sidebar p{
        font-size: 280%;
    }
    .sidebar-divider{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    margin:20px 0;
    }

    .sidebar-divider span{
    width:260px;
    height:4px;
    background:rgb(211, 179, 1);
    }   



    .div2 center h4{
        font-size: 440% !important;
    }
    .div2 center h1{
        font-size: 930%;
    }
    nav div button{
        font-size: 304% !important;   
    }
    .tab-pane.fade h1{
        font-size: 626%;
    }
    .overviewtopbar{
        font-size: 287% !important;
    }
    #overview{
        font-size: 325%;
        margin-top: 1%;
    }
    .tab-content button{
        font-size: 290%;
        padding: 1%;
        border: 3px solid gold !important;
        border-radius: 12px !important;
    }
    #casedetails{
        font-size:320% !important ;
    }
    #theories{
        font-size: 287%;
    }
    #theories center div{
        border: 5px solid gold !important;
        border-radius: 18px !important;
    }
    #theories h3{
        font-size: 230% !important;
    }
    .tmvtheory center h2{
        font-size: 255%;
    }
    .tmvtheorywarning{
        font-size: 85% !important;
    }
    #timeline{
        font-size: 275%;
    }
    .container.mt-4{
        margin-left: 3% !important;
        margin-top: 3% !important;
        
    }
    .row.g-3{
        width:200% !important;
        
    }
    .container.mt-4 h5{
        font-size: 330% !important;
    }
    .container.mt-4 p{
        font-size: 270% !important;
    }
    #card-h-100{
        border-radius: 20px !important;
        height: 1270px !important;
    }
    
    #nav-med center a{
        font-size: 210%;
    }
    #nav-med iframe{
        height: 960px !important;
        
    }
    .card-body a{
        margin-top: 2%;
        font-size: 280% !important;
        border-radius: 10px;
        
    }
    .card-body p a{
        font-size: 87% !important;
    }
    .card.h-100 center h3{
        font-size: 514% !important;
    }
    #casedetails h2{
        font-size: 210%;
    }
    #casedetails h3{
        font-size: 150%;
    }
    .rendelsham{
        font-size: 200% !important;
    }
    #nav-med center a{
        font-size: 326%;
    }
    
    
    nav button{
        margin-right: 40px;
        border-top-left-radius: 20px !important;
        border-top-right-radius: 20px !important;
    }
    #tmvTooltip{
        max-width: 600px;
        padding: 1%;
        border: 3px solid gold;
        border-radius: 20px;
    }
}




@media (min-width:4200px){

    .sidebaratags a{
        font-size:355%;
        
    }
    .contact{
        font-size:3.4rem;
        
        
    }
    .about{
        font-size: 3.4rem;
    }
    .sidebar h3{
        font-size:580%;
    }
    .sidebar p{
        font-size: 300%;
        margin-top: 60% !important;
    }
    .sidebar-divider{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    margin:20px 0;
    }

    .sidebar-divider span{
    width:268px;
    height:4px;
    background:rgb(211, 179, 1);
    }   
    
    .container.mt-4{
        margin-left: 0% !important;
        margin-top: 3% !important;
        
    }
    .row.g-3{
        width:250% !important;
        
    }
    .container.mt-4 h5{
        font-size: 430% !important;
    }
    .container.mt-4 p{
        font-size: 330% !important;
    }
    #card-h-100{
        border-radius: 20px !important;
        height: 1600px !important;
        
    }


    .div2 center h4{
        font-size: 500% !important;
    }
    .div2 center h1{
        font-size: 1180%;
    }
    nav div button{
        font-size: 335% !important; 
        border-top-left-radius: 20px !important;
        border-top-right-radius: 20px !important;
        

    }
    .tab-pane.fade h1{
        font-size: 820%;
    }
    .overviewtopbar{
        font-size: 332% !important;
    }
    #overview{
        font-size: 361%;
        margin-top: 1%;
    }
    .tab-content button{
        font-size: 323%;
        padding: 1%;
        border: 4px solid gold !important;
        border-radius: 17px !important;
    }
    #casedetails{
        font-size:320% !important ;
    }
    #theories{
        font-size: 287%;
    }
    #theories center div{
        border: 5px solid gold !important;
        border-radius: 18px !important;
    }
    #theories h3{
        font-size: 230% !important;
    }
    .tmvtheory center h2{
        font-size: 310%;
    }
    .tmvtheorywarning{
        font-size: 100% !important;
    }
    #timeline{
        font-size: 275%;
    }
    
    #nav-med center a{
        font-size: 210%;
    }
    #nav-med iframe{
        height: 1060px !important;
        
    }
    .card-body a{
        margin-top: 2%;
        font-size: 280% !important;
        border-radius: 20px !important;
        /* border: 4px solid gold !important; */
        margin-right: 2% !important;
        
    }
    .card-body p a{
        font-size: 87% !important;
    }
    .card.h-100 center h3{
        font-size: 514% !important;
    }
    #casedetails h2{
        font-size: 210%;
    }
    #casedetails h3{
        font-size: 150%;
    }
    .rendelsham{
        font-size: 200% !important;
    }
    #nav-med center a{
        font-size: 328%;
    }
    
}



@media (min-width:4900px){

    .sidebaratags a{
        font-size:370%;
        
    }
    .contact{
        font-size:3.8rem;
        
    }
    .about{
        font-size: 3.8rem;
    }
    .sidebar h3{
        font-size:630%;
    }
    .sidebar p{
        font-size: 330%;
        margin-top: 46% !important;
        
    }
    .sidebar-divider{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    margin:20px 0;
    }

    .sidebar-divider span{
    width:268px;
    height:4px;
    background:rgb(211, 179, 1);
    }   
    
    .container.mt-4{
        margin-left: 9% !important;
        margin-top: 3% !important;
        
    }
    .row.g-3{
        width:250% !important;
        
    }
    .container.mt-4 h5{
        font-size: 470% !important;
    }
    .container.mt-4 p{
        font-size: 350% !important;
    }
    #card-h-100{
        border-radius: 20px !important;
        height: 1800px !important;
    }

    .div2 center h4{
        font-size: 500% !important;
    }
    .div2 center h1{
        font-size: 1120%;
    }
    nav div button{
        font-size: 370% !important; 
        border-top-left-radius: 20px !important;
        border-top-right-radius: 20px !important;
        

    }
    .tab-pane.fade h1{
        font-size: 920%;
    }
    .overviewtopbar{
        font-size: 340% !important;
    }
    #overview{
        font-size: 367%;
        margin-top: 1%;
    }
    .tab-content button{
        font-size: 343%;
        padding: 1%;
        border: 4px solid gold !important;
        border-radius: 17px !important;
    }
    #casedetails{
        font-size:367% !important ;
    }
    #theories{
        font-size: 357%;
    }
    #theories center div{
        border: 5px solid gold !important;
        border-radius: 20px !important;
    }
    #theories h3{
        font-size: 230% !important;
    }
    .tmvtheory center h2{
        font-size: 310%;
    }
    .tmvtheorywarning{
        font-size: 100% !important;
    }
    #timeline{
        font-size: 382%;
    }
    
    #nav-med center a{
        font-size: 210%;
    }
    #nav-med iframe{
        height: 1260px !important;
        
    }
    .card-body a{
        margin-top: 2%;
        font-size: 300% !important;
        border-radius: 20px !important;
        /* border: 4px solid gold !important; */
        margin-right: 2% !important;
        
    }
    .card-body p a{
        font-size: 87% !important;
        border: none !important;
    }
    .card.h-100 center h3{
        font-size: 514% !important;
    }
    #casedetails h2{
        font-size: 210%;
    }
    #casedetails h3{
        font-size: 150%;
    }
    .rendelsham{
        font-size: 200% !important;
    }
    #nav-med center a{
        font-size: 328%;
    }
}



@media (max-width:490px){
    body{
        
        width: 100vw;
        display: grid !important;
        overflow-x:scroll;
        height: auto !important;
        overflow-y: scroll;
        
    }
    #overview:first-of-type::first-letter {
    font-size: 20vw;
    margin-right: 8px;
    float: left;
    line-height: 0.8;
    font-family: baskerville old face;
    color: gold;
}
#casedetails:first-of-type::first-letter {
    font-size: 20vw;
    margin-right: 8px;
    float: left;
    line-height: 0.8;
    font-family: baskerville old face;
    color: gold;
}

    .div2{
    flex:1;
    background-color:rgb(10,12,19);
    order: 1 !important;
    margin-left: 0% !important;
    margin-top: 11%;
    /* height: 100vh !important;  */
    /* position: fixed !important; */
    width: 100vw !important ;
    
    
    
    }
    .div2 center h1{
        font-size: 260% !important;
    }


    .sidebarh1{
    text-shadow: 0px 0px 7px rgba(255,215,0,1);
    }
.sidebar{
    order: 2 !important;
    width: 100vw !important;
    border-right:2px solid grey;
    background-color:rgb(0,0,5);
    color:rgb(206, 206, 206);
    justify-content: space-between;
    overflow-y: hidden;
    position: relative;
    height: auto;
    justify-content:space-between;
    border-top: 2px dotted gold;
    padding:20px 0;
    box-sizing:border-box;
}
.sidebaratags{
    display:grid;
    margin-left: 5%;
}
.sidebaratags a{
    
    color:rgb(255, 255, 255);
    text-decoration:none;
    transition:.4s;
    margin-top: 12px;
    font-size: 110%;
    line-height: 150%;

}

.contact{
    color:rgb(255, 255, 255);
    text-decoration:none;
    font-size:1.2rem;
    transition:.3s;
    
}   
.about{
    font-size: 1.2rem;
}
    #card-h-100{
        width: 93% !important;
        margin-left: 2% !important;
        
    }
    .explorecategories{
        visibility: visible;
    }
    .question_mark{
        font-size: 12vw;
    }
    
}


/* min-width:800 before. has been changed to 491px */
@media (min-width:491px) and (max-width:1200px){
    body{
        
        width: 100vw;
        display: grid !important;
        overflow-x:scroll;
        overflow-y: auto !important;
        
    }

#overview:first-of-type::first-letter {
    font-size: 20vw;
    margin-right: 8px;
    float: left;
    line-height: 0.8;
    font-family: baskerville old face;
    color: gold;
}
#casedetails:first-of-type::first-letter {
    font-size: 20vw;
    margin-right: 8px;
    float: left;
    line-height: 0.8;
    font-family: baskerville old face;
    color: gold;
}
.sidebarh1{
    text-shadow: 0px 0px 7px rgba(255,215,0,1);
}
.div2{
    
    order: 1 !important;
    
    background-color:rgb(10,12,19);
    overflow-y: scroll;
    margin-left: 0% !important;
    padding-top: 11%;
    height: 100vh !important;
    width: 100vw !important ;
    

}

.sidebar{
    
    order: 2 !important;
    width: 100vw !important;
    border-right:2px solid grey;
    background-color:rgb(0,0,5);
    color:rgb(206, 206, 206);
    justify-content: space-between;
    overflow-y: auto;
    position: relative;
    justify-content:space-between;
    height: fit-content !important;
    padding:20px 0;
    box-sizing:border-box;
    border-top: 4px dotted gold;
    
    
    
}
.sidebaratags{
    display:grid;
    margin-left: 5%;
}
.sidebar h3{
    font-size: 430% !important;
}
.sidebar p{
    font-size: 240% !important;
}
.sidebar-divider span{
    width: 40% !important;
}
.sidebaratags a{
    
    color:rgb(255, 255, 255);
    text-decoration:none;
    transition:.4s;
    margin-top: 12px;
    font-size: 250%;
    line-height: 150%;

}

.contact{
    color:rgb(255, 255, 255);
    text-decoration:none;
    font-size:2.1rem;
    transition:.3s;
    
}   
    .about{
        font-size: 2.1rem;
    }
    #card-h-100{
        /* width: 100% !important; */
        margin-left: 2% !important;
        /* width: 300px !important; */
        width:55vw;
        height: fit-content !important;
    }
    #version{
        font-size: 36px;
    }
    .row.g-3{
        width:100% !important;
        justify-content: space-evenly !important;
        display: grid !important;
        margin: 0% !important;
    }
    .sidebar img{
        width: 48% !important;
        margin-top: 5%;
    }





    .div2 center h4{
        font-size: 205% !important;
    }
    .div2 center h1{
        font-size:270%;
    }
    nav div button{
        font-size: 140% !important; 
        border-top-left-radius: 12px !important;
        border-top-right-radius: 12px !important;
        

    }
    .tab-pane.fade h1{
        font-size: 360%;
    }
    .overviewtopbar{
        font-size: 186% !important;
    }
    #overview{
        font-size: 190%;
        margin-top: 1%;
    }
    .tab-content button{
        font-size: 173%;
        padding: 1%;
        border: 2px solid gold !important;
        border-radius: 13px !important;
    }
    #casedetails{
        font-size:190% !important ;
    }
    #theories{
        font-size: 190%;
    }
    #theories center div{
        border: 3px solid gold !important;
        border-radius: 12px !important;
    }
    #theories h3{
        font-size: 187% !important;
    }
    .tmvtheory center h2{
        font-size: 235%;
    }
    .tmvtheorywarning{
        font-size: 74% !important;
    }
    #timeline{
        font-size: 182%;
    }
    
    #nav-med center a{
        font-size: 210%;
    }
    #nav-med iframe{
        height: 450px !important;
        
    }
    .card-body a{
        margin-top: 2%;
        font-size: 140%;
        border-radius: 20px !important;
        border: 2px solid gold !important;
        margin-right: 1% !important;
        
    }
    .card-body p a{
        font-size: 87% !important;
        border: none !important;
    }
    .card.h-100 center h3{
        font-size: 304% !important;
    }
    #casedetails h2{
        font-size: 200%;
    }
    #casedetails h3{
        font-size: 156%;
    }
    .rendelsham{
        font-size: 120% !important;
    }
    #nav-med center a{
        font-size: 130%;
    }
    .card-title{
        font-size: 2.6rem;
    }
    .card-text{
        font-size: 2rem;
    }

    #tmvTooltip{
        font-size: 3.5vw;
        border: 3px solid gold;
    }
    .question_mark{
        font-size: 9vw;
    }

    
}
