*{
    padding: 0;
    margin: 0;
}


header{
    width: 1000px;
    min-height: 100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    /* background-color: pink; */
}

header img:first-child {
    margin: auto;
    padding-bottom: 20px;
    padding-top: 20px;
    height: 20%;
    width: 20%;
}

header img:nth-child(2) {
    margin: auto;
    padding-bottom: 20px;
    padding-top: 50px;
    height: 40%;
    width: 40%;
}

/* .lab-name{
    min-height: 100px;
    display: flex;
    align-items: center;
    margin: auto;
    padding-bottom: 10px;
    padding-top: 10px;  
} */





.title{
    min-height: 100px;
    width: 1000px;
    display: flex;
    align-items: center;
    margin: auto;
    padding-bottom: 20px;
    padding-top: 10px;  
}

.title h1{
    margin: auto;
    text-align: center;
    font-family:Montserrat;
    font-size: 2rem;
    letter-spacing: 1px;
}
.menu h2{
    margin: auto;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 5rem;
    letter-spacing: 1px;
}


.credits p{
    font-size: 1rem;
    margin: auto;
    text-align: center;
    font-family: 'Montserrat';
}

.reference{
    min-height: 100px;
    width: 1000px;
    display: flex;
    align-items: center;
    margin: auto;
    padding-bottom: 10px;
        
}

.reference p{
    font-size: 1.2rem;
    margin: auto;
    text-align: center;
    font-family: 'Playfair Display';
}



/* footer */

.lab-name{
    text-align: center;
}

.lab-name a{
    text-decoration: none;
    color:black;
    font-family: 'Playfair Display';
    letter-spacing: 4px;
    padding: 2px;

}

.lab-name a:hover{
    color: #088395;
    transition: 0.7s;
    transform: scale(1.5);
}

.lab-name a p:hover{
    transform: scale(1.2);
    transition: 0.7s;
}

.lab-name .division{
    letter-spacing: 3px;
    font-family: 'Playfair Display';

}


.lab{
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 50px;
}



.division{
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 0;
    padding-top: 0;
}



.fund p{
   text-align: center;
   margin-top: 50px;
   margin-bottom: 5px;
   font-size: 1.2rem;
   font-weight: 700;
   font-family: 'Montserrat';


}
.pagetitle p{
    text-align:left;
    padding-left: 2%;
    color:maroon;
    margin-top: 50px;
    margin-bottom: 5px;
    font-size: 150%;
    font-weight: 700;
    font-family:Arial, Helvetica, sans-serif

 
 
 }

.logo-img{
    display: flex;
    align-items: center;
    justify-content: center;
}



.logo-img img{
    height: 200px;
    width: 200px;
}




/*docking.html*/

.image{
    display: block;
    align-items: center;
    text-align: center;
}
.image img{
    margin-bottom: 30px;
    height: 60%;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.download-1{
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}


.download-1 a{
    text-decoration: none;
    font-family: 'Playfair Display';
    font-size: 1.2rem;
    color: #088395;
}

.download-1 a:hover{
    color: #092d33;
    transition: 0.7s;

}

.Note{
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-right: 20%;
    margin-left: 20%;
    background-color: #d5dac471;
    padding: 10px;
    box-shadow: 7px 7px 8px rgba(128, 128, 128, 0.219);
}

.Note p{
    text-align: center;
    font-family: 'Playfair Display';
    font-size: 1.1rem;
    font font-weight: 300;
}

/* bayes theorem */

.bayes-theorem{
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.bayes-theorem img{
    height: 50%;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
}




.link-1{
    display: flex;
    /* align-items: center; */
    justify-content: space-evenly;
    margin-left: 50%;
    margin-right: 50%;
}

/* .link-1 a{
    align-items: center;
} */

.link-1 img{
    height: 200px;
    width: 200px;
}

.link-1 a:hover {
    transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    transition: 0.7s;
}

.link-2{
    display: flex;
    /* align-items: center; */
    justify-content: space-evenly;
    margin-left: 50%;
    margin-right: 50%;
}

/* .link-1 a{
    align-items: center;
} */

.link-2 img{
    height: 200px;
    width: 200px;
}

.link-2 a:hover {
    transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    transition: 0.7s;
}


/* About */

.about{
    display: flex;
    align-items: first baseline;
    margin-top: 30px;
    margin-right: 20%;
    margin-left: 20%;
    background-color:#ADD8E6;
    padding: 20px;
    box-shadow: 7px 7px 8px rgba(128, 128, 128, 0.219);
}

.about h2{
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.2rem;
}

/* Bayes.html */

.download-btn{
    display: block;
    width: 115px;
    height: 25px;
    border-color: black;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
    text-align: center;
    border-radius: 50px;
    color: black;
    line-height: 25px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    text-decoration: none;
    font-family: 'Playfair-Display';
    font-size: 1.2rem;
}

.download-btn:hover{
    background-color: black;
    /* opacity: 0.6; */
    transition: 0.7s;
    color: white;
    transform: scale(1.5);
}

.des{
    margin-left: 10%;
    margin-right: 10%;
}

/* Bayes theorem */

.vector {
    margin-top: 10px;
    margin-top: 10px;
    margin-right: 15%;
    margin-left: 15%;
}

.vector p{
  text-align: center;  
}


.likelihood{

    display: flex;
    padding-left: auto;
    padding-right: auto;
    margin-top: 70px;
    justify-content: space-around;
}


.likelihood img{
    width: 50%;
    height: 20%;
    align-items: center;
}


.like{
    display: flex;
    padding-left: auto;
    padding-right: auto;
    margin-top: 40px;
    justify-content: space-around;
    margin-right: 20%;
    margin-left: 20%;

}

ol{
    font-family: "Montserrat";
    font-size: 1.2rem;
}

li:nth-child(1){
    color: #0d0e0d;
}

li:nth-child(2){
    color:#0d0e0d;
}

li:nth-child(3){
    color: #0d0e0d;
}

/* MD simualation page */

.gif{
   display: flex;
   justify-content: center;
}

.gif img{
    width: 50%;
    height: 50%;
    /* margin-left: auto;
    margin-right: auto; */
}

.gif img:nth-child(2){
    width: 40%;
    height: 40%;
}

.description{
    font-size: 1.2rem;
    margin-top:10px;
    text-align: left;
    font-family: 'Montserrat'; 
    margin-bottom: 30px; 
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 2%;
}
.citations{
    font-size: 1.2rem;
    margin-top:10px;
    text-align: center;
    font-family: 'Montserrat'; 
    margin-bottom: 30px 
}


.download{
    text-align: center;
    margin-bottom: 20px;
}


.download div{
    padding: 5px;
}

.download a{
    text-decoration: none;
    font-family: 'Playfair Display';
    font-size: 1.2rem;
    color: #088395;
}

.download a:hover{
    color:darkred;
    transition: 0.7s;

}

/* Useful Links */

.link a{
    text-align: center;
}

nav {
    background-color: rgb(222, 233, 236); /* Set background color */
    display:grid; /* Arrange items horizontally */
    justify-content: center; /* Space items evenly */
    padding: 5px;
  }
  
  ul {
    margin: 0; /* Remove default margin */
    padding: 5; /* Remove default padding */
    list-style: none; /* Remove bullet points */
  }
  
  li {
    display: inline-block; /* Display items inline */
  }
  
  a {
    color:black; /* Set text color */
    text-decoration:double; /* Remove underline */
    padding: 20px; /* Add padding for spacing */
    font-weight: bold;
    font-size: 99%; /* Make text bold (optional) */
  }
  
  a:hover { /* Style on hover (optional) */
    background-color:transparent; /* Change background on hover */
    color: darkred; /* Change text color on hover */
    transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    transition: 0.7s;
  }

#home a::before{
  content: "\f015";
}
.link1{
    padding: 2px;
    color: blue;
    text-decoration:underline;
    background-color:transparent;

}

.link2{
    padding: 2px;;
    ;
}

.highlight {
    color: red; /* Change this color as desired */
    font-weight: bolder;
  }

  .highlight2 {
    color: green; /* Change this color as desired */
    font-weight: bolder;
  }