*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    scroll-behavior: smooth;
}

.content{
    max-width: 1250px;
    margin: auto; /*auto*/
    padding: 0px 10%; /*change white space on the content*/
}

/* Style the main navigation bar -------------------------------------------------------------------------------------------------*/
.navbar{
    position: fixed; 
    z-index: 1001; 
    width: 100%; /*Changes length of navbar*/
    padding: 20px 0; /*Changes width of navbar before the scroll*/
    background: #3F5253; /*color of navbar before the scroll*/
    transition: all 0.3s ease; /*Time it takes to change to thinner navbar*/
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

}

.navbar.sticky{
    background: #3F5253; /*Color of navbar after the scroll*/
    padding: 8px 0; /*Changes width of navbar after the scroll*/
}

.navbar .logo a{
    color: #DA746F; /*Logo color*/
    font-size: 30px; /*Logo size*/
    font-weight: 600; /*Logo boldness*/
    text-decoration: none; /*No line for the hyperlink*/
}

.navbar .content{ /*for the navbar, not the right menu bar!*/
    display: flex; /*rearranges the navbar*/
    align-items: center; /*center*/
    justify-content: space-between; /*space-between*/
    padding: 0px 15px; /*logo & menu button no longer on the edges of the page when viewing half screen*/
}

.navbar .menu-list{ /*only for the main navbar, not the right menu bar*/
    display: inline-flex; /*inline-flex, if block, vertically stacks the menu items*/
}

.menu-list li{
    list-style: none; /*does not have bullet points*/
    padding-left: 20px;
    padding-right: 20px;
}

.menu-list li a{
    color: #F7F5F2; /*Font color for main bar + right bar*/
    font-size: 18px;
    font-weight: 500;
    padding: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.menu-list li a:hover{
    color: #DA746F; /*color of menu links*/
}

/* Style the Banners and About ---------------------------------------------------------------------------------------------------*/
.container {
    position: relative;
    text-align: center;
    font-size: 75px;
    font-weight: 700;
}

.header {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    font-size: 125px;
    font-weight: 1000;
    color: #F7F5F2;
    letter-spacing: 2px;
    z-index: 1;
    -webkit-text-stroke-width: 4px;
    -webkit-text-stroke-color: #3F5253;
    text-shadow: 5px 5px #3F5253;
}

.banner{
    height: 100vh; /*Height of the banner image, originally 60vh*/
    background: url("https://static.igem.wiki/teams/4484/wiki/lab1.jpg") no-repeat; /*or use repeat*/
    background-size: cover; /*cover*/
    background-position: center;
    background-attachment: fixed; /*fixed = image will NOT scroll w/page*/
}

.index-banner{
    height: 100vh; /*Height of the banner image, originally 60vh*/
    background-color: #2B3737;
}

.humanpractices-banner {
    height: 100vh; /*Height of the banner image, originally 60vh*/
    background: url("https://static.igem.wiki/teams/4484/wiki/lab13.jpg") no-repeat; /*or use repeat*/
    background-size: cover; /*cover*/
    background-position: center;
    background-attachment: fixed; /*fixed = image will NOT scroll w/page*/
}

.team-banner{
    height: 100vh; /*Height of the banner image, originally 60vh*/
    background: url("https://static.igem.wiki/teams/4484/wiki/team-7.jpg") no-repeat; /*or use repeat*/
    background-size: cover; /*cover*/
    background-position: center;
    background-attachment: fixed; /*fixed = image will NOT scroll w/page*/
}

.project-banner{
    height: 100vh; /*Height of the banner image, originally 60vh*/
    background: url("https://static.igem.wiki/teams/4484/wiki/lab3.jpg") no-repeat; /*or use repeat*/
    background-size: cover; /*cover*/
    background-position: center;
    background-attachment: fixed; /*fixed = image will NOT scroll w/page*/
}

.lab-banner{
    height: 100vh; /*Height of the banner image, originally 60vh*/
    background: url("https://static.igem.wiki/teams/4484/wiki/lab14.jpg") no-repeat; /*or use repeat*/
    background-size: cover; /*cover*/
    background-position: center;
    background-attachment: fixed; /*fixed = image will NOT scroll w/page*/
}

.communications-banner{
    height: 100vh; /*Height of the banner image, originally 60vh*/
    background: url("https://static.igem.wiki/teams/4484/wiki/lab16.jpg") no-repeat; /*or use repeat*/
    background-size: cover; /*cover*/
    background-position: center;
    background-attachment: fixed; /*fixed = image will NOT scroll w/page*/
}

.description-banner{
    height: 100vh; /*Height of the banner image, originally 60vh*/
    background: url("https://static.igem.wiki/teams/4484/wiki/lab5.jpg") no-repeat; /*or use repeat*/
    background-size: cover; /*cover*/
    background-position: center;
    background-attachment: fixed; /*fixed = image will NOT scroll w/page*/
}

.notebook-banner{
    height: 100vh; /*Height of the banner image, originally 60vh*/
    background: url("https://static.igem.wiki/teams/4484/wiki/lab1.jpg") no-repeat; /*or use repeat*/
    background-size: cover; /*cover*/
    background-position: center;
    background-attachment: fixed; /*fixed = image will NOT scroll w/page*/
}

.outreach-banner{
    height: 100vh; /*Height of the banner image, originally 60vh*/
    background: url("https://static.igem.wiki/teams/4484/wiki/lab16.jpg") no-repeat; /*or use repeat*/
    background-size: cover; /*cover*/
    background-position: center;
    background-attachment: fixed; /*fixed = image will NOT scroll w/page*/
}

.safety-banner{
    height: 100vh; /*Height of the banner image, originally 60vh*/
    background: url("https://static.igem.wiki/teams/4484/wiki/lab10.jpg") no-repeat; /*or use repeat*/
    background-size: cover; /*cover*/
    background-position: center;
    background-attachment: fixed; /*fixed = image will NOT scroll w/page*/
}

.implementation-banner{
    height: 100vh; /*Height of the banner image, originally 60vh*/
    background: url("https://static.igem.wiki/teams/4484/wiki/lab8.jpg") no-repeat; /*or use repeat*/
    background-size: cover; /*cover*/
    background-position: center;
    background-attachment: fixed; /*fixed = image will NOT scroll w/page*/
}

.parts-banner{
    height: 100vh; /*Height of the banner image, originally 60vh*/
    background: url("https://static.igem.wiki/teams/4484/wiki/lab12.jpg") no-repeat; /*or use repeat*/
    background-size: cover; /*cover*/
    background-position: center;
    background-attachment: fixed; /*fixed = image will NOT scroll w/page*/
}

.engineering-banner{
    height: 100vh; /*Height of the banner image, originally 60vh*/
    background: url("https://static.igem.wiki/teams/4484/wiki/lab11.jpg") no-repeat; /*or use repeat*/
    background-size: cover; /*cover*/
    background-position: center;
    background-attachment: fixed; /*fixed = image will NOT scroll w/page*/
}

.experiments-banner{
    height: 100vh; /*Height of the banner image, originally 60vh*/
    background: url("https://static.igem.wiki/teams/4484/wiki/lab2.jpg") no-repeat; /*or use repeat*/
    background-size: cover; /*cover*/
    background-position: center;
    background-attachment: fixed; /*fixed = image will NOT scroll w/page*/
}

.collaborations-banner{
    height: 100vh; /*Height of the banner image, originally 60vh*/
    background: url("https://static.igem.wiki/teams/4484/wiki/uta-group-1.jpeg") no-repeat; /*or use repeat*/
    background-size: cover; /*cover*/
    background-position: center;
    background-attachment: fixed; /*fixed = image will NOT scroll w/page*/
}

.results-banner{
    height: 100vh; /*Height of the banner image, originally 60vh*/
    background: url("https://static.igem.wiki/teams/4484/wiki/lab17.jpg") no-repeat; /*or use repeat*/
    background-size: cover; /*cover*/
    background-position: center;
    background-attachment: fixed; /*fixed = image will NOT scroll w/page*/
}

.attributions-banner{
    height: 100vh; /*Height of the banner image, originally 60vh*/
    background: url("https://static.igem.wiki/teams/4484/wiki/lab6.jpg") no-repeat; /*or use repeat*/
    background-size: cover; /*cover*/
    background-position: center;
    background-attachment: fixed; /*fixed = image will NOT scroll w/page*/
}

.proof-banner{
    height: 100vh; /*Height of the banner image, originally 60vh*/
    background: url("https://static.igem.wiki/teams/4484/wiki/lab18.jpg") no-repeat; /*or use repeat*/
    background-size: cover; /*cover*/
    background-position: center;
    background-attachment: fixed; /*fixed = image will NOT scroll w/page*/
}

.about{
    padding: 40px 20px; /*padding on the top, bottom, left & right of "about" (paragraphs + title)*/
    background-color: #97BCB9;
}

.about .title{
    text-align: center;
    font-size: 35px; /*title size*/
    font-weight: 700; /*title boldness*/
}

/*Style the menu icons*/
.icon{
    color: #F7F5F2; /* color of the X and three lines*/
    font-size: 25px; /*size of the X and 3 lines*/
    cursor: pointer; /*pointer, cell, grab, zoom-in, etc.*/
    display: none; /*keep none*/
}

.icon.cancel-btn{ /*position of the X*/
    position: absolute; /*absolute*/
    right: 30px; /*30*/
    top: 20px;
    font-size: 20px;
}

/* Style the dropdown button -----------------------------------------------------------------------------------------------------*/
.dropdown .dropbtn {/*For the "Dropdown" button itself*/
    border: none;
    outline: none;
    color:#F7F5F2;
    background-color: inherit;
    font-family: inherit;
  }

.dropdown-content {
    display: none; /*Keep this none so that secondary links aren't always showing*/
    position: absolute; /*Keep this absolute (the Navbar will get long if sticky)*/
    background-color: #2B3737;
    /*min-width: 160px; /*Controls size of secondary links bar*/
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin: auto;
    width: 220px;
    border-radius: 20px;
}
  
.dropdown-content a {
    float: none; /*Keep this none */
    padding: 12px 16px; /*Keep this*/
    text-decoration: none;
    display: block; /*Can be used to cut thru text, keep as block*/
    text-align: center; /*Change this to "center" instead!*/
    border-radius: 20px;
}
  
.dropdown-content a:hover {
    background-color: #DA746F; /*Color of the background of the dropdown block*/
    border-radius: 20px;
    color: #3F5253 !important;
    font-weight: 700;
}
  
.dropdown:hover .dropdown-content {
    display: block; /*Keep this block*/
    border-radius: 20px;
}

/*Footer Styling-----------------------------------------------------------------------------------------------------------------*/
/* Style the license */
.license {
    color: #F7F5F2;
    background-color: #3F5253;
    padding-bottom: 15px;
    text-align: center;
    text-decoration: none;
    font-size: 10px;
}

.license a{
    color: #DA746F;
}

/* Create two unequal columns that floats next to each other */
.footer-container {
    width: 100%;
    height: auto;
    background-color: #3F5253;
    color: #F7F5F2;
    font-size: 13px;
    padding: 15px 10px;
}

.footer-container img{
    margin-top: -20px;
    float: right;
    width: 200px;
    height: auto;
}

.footer-column {
    float: left;
}
  
.footer-left {
    width: 30%;
}
  
.footer-right {
    width: 70%;
}
  
/* Clear floats after the columns */
.footer-row:after {
    content: "";
    display: table;
    clear: both;
}

.footer-about-us-title {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
}

.footer-about-us-text {
    text-align: center;
}

.footer-menu {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
}

.footer-heading {
    display: flex;
    flex-direction: column;
    margin: 0px 30px 20px 30px;
}

.footer-heading h2 {
    margin-bottom: 10px;
    font-size: 15px;
}

.footer-heading a {
    color: #F7F5F2;
    text-decoration: none;
    margin-bottom: 0.5rem;
}

.footer-heading a:hover {
    color: #DA746F;
    transition: 0.3s ease-out;
}

/* THE SPEECH BUBBLE ----------------------------------------------------------------------------------------------------------------------- */
.speech-border {
    position:relative;
    width: 90%;
    padding:10px;
    margin:1em 0 3em;
    margin-left:15px;
    border:5px solid #DA746F;
    color: #F7F5F2;
    background:#3F5253;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}

  /* THE TRIANGLE ---------------------------------------------------------------------------------------------------------------------------- */
  .speech-border:before {
    content:"";
    position:absolute;
    bottom:-20px; /* value = - border-top-width - border-bottom-width */
    right:70px; /* controls horizontal position */
    border-width:20px 20px 0;
    border-style:solid;
    border-color:#DA746F transparent;
    display:block;
    width:0;
}
  
  /* creates the smaller triangle */
  .speech-border:after {
    content:"";
    position:absolute;
    bottom:-13px; /* value = - border-top-width - border-bottom-width */
    right:77px; /* value = (:before left) + (:before border-left) - (:after border-left) */
    border-width:13px 13px 0;
    border-style:solid;
    border-color:#3F5253 transparent;
    display:block;
    width:0;
}

/*Main side navbar control (NOT the sidenav for the secondary menu)--------------------------------------------------------------*/
@media screen and (min-width: 869px) {
    .dropdown{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .dropdown-content{
        top: 52px;
    }
}

@media screen and (max-width: 868px) { 
    body.disabledScroll{
        overflow: hidden;
    }
    .icon{
        display: block;
    }
    .icon.hide{
        display: none;
    }
    .navbar .menu-list{
        position: fixed; /*Keeps the menu bar at the top of the page*/
        top: 0; 
        right: -100%; /*Right menu emerges from the right side of the page*/
        height: 100vh;
        width: 100%;
        max-width: 400px;
        background: #5A6E6F; /*Use a lighter color than the original navbar to give a visually appealling effect*/
        display: block;
        padding: 40px 0;
        text-align: center;
        transition: all 0.3s ease;
    }

    .navbar .menu-list.active{
        right: 0%; /*Right menu bar is not shown*/
    }

    .navbar .menu-list li{
        margin-top: 45px;
        font-size: 23px;
    }

    .dropdown-content {
        margin: auto;
        width: 220px;
        border-radius: 20px;
        transform: translateX(80px);
    }
}

/* Center the loader */
#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    border: 16px solid rgb(212, 230, 241);
    border-radius: 50%;
    border-top: 16px solid #DA746F;
    border-right: 16px solid  #97BCB9;
    border-bottom: 16px solid #3B9491;
    border-left: 16px solid #3F5253;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
  }
  
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  /* Add animation to "page content" */
  .animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
  }
  
  @-webkit-keyframes animatebottom {
    from { bottom:-100px; opacity:0 } 
    to { bottom:0px; opacity:1 }
  }
  
  @keyframes animatebottom { 
    from{ bottom:-100px; opacity:0 } 
    to{ bottom:0; opacity:1 }
  }
  
  #myDiv {
    display: none;
  }

/*STYLING FOR THE LAB TIMELINE PAGE (Notebook, labmanual, lab manual)---------------------------------------------------------------------------------------------*/ 
/* --- Start progress bar --- */
.notebook-bkgd {
    background-color: #97BCB9;
    padding-top: 65px;
}

.labmanual-bkgd-container {
    background-color: #97BCB9;
}

.labmanual-p {
    text-align: justify; /*could be left, center, right, etc.*/
    font-size: 20px;
    color: #3F5253;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: -100px;
}

.notebook-h1 {
    text-align: left;
    color: #F7F5F2;
    font-size: 50px;
    font-weight: 700;
    margin: auto;
    margin-bottom: 70px;
    padding: 0 5px;
    width: 70%;
    background: linear-gradient(to bottom, transparent 65%, #3F5253 35%);
}

.process-wrapper {
	margin:auto;
	max-width:1080px;
    padding-bottom: 50px;
}

#progress-bar-container {
	position:relative;
	width:60%;
	margin:auto;
	height:100px;
    background-color: #97BCB9;
}

#progress-bar-container ul {
	padding:0;
	margin:0;
	padding-top:15px;
	z-index:5;
	position: absolute;
	width:100%;
	margin-top:-40px
}

#progress-bar-container .invisible{
    opacity: 0;
}

#progress-bar-container .invisible:hover{
    cursor: default;
}

#progress-bar-container li:before {
	content:" ";
	display:block;
	margin:auto;
	width:30px;
	height:30px;
	border-radius:50%;
	border:solid 2px #3B9491;
	transition:all ease 0.3s;
}

#progress-bar-container li.active:before, #progress-bar-container li:hover:before {
	border:solid 2px #F7F5F2;
	background: #DA746F; 
}

#progress-bar-container li {
	list-style:none;
	float:left;
	width:20%;
	text-align:center;
	color:#3B9491;
	text-transform:uppercase;
	font-size:11px;
	cursor:pointer;
	font-weight:700;
	transition:all ease 0.2s;
	vertical-align:bottom;
	height:60px;
	position:relative;
}

#progress-bar-container li .step-inner {
	position:absolute;
	width:100%;
	bottom:0;
    font-size: 14px;
}

#progress-bar-container li.active, #progress-bar-container li:hover {
	color:#444;
}

#progress-bar-container li:after {
	content:" ";
	display:block;
	width:6px;
	height:6px;
	background:#777;
	margin:auto;
	border:solid 7px #F7F5F2;
	border-radius:50%;
	margin-top:40px;
	box-shadow:0 2px 13px -1px rgba(0,0,0,0.3);
	transition:all ease 0.2s;  
}

#progress-bar-container li:hover:after {
	background:#555;
}

#progress-bar-container li.active:after {
	background:#DA746F;
}

#progress-bar-container #line {
	width: 80%;
	margin:auto;
	background: #eee;
	height:6px;
	position:absolute;
	left:10%;
	top:57px;
	z-index:1;
	border-radius:50px;
	transition:all ease 0.9s;
}

#progress-bar-container #line-progress {
	content:" ";
	width:3%;
	height:100%;
	background: #E99C98;	 
	background: linear-gradient(to right, #E99C98 0%,#DA746F 100%); 
	position:absolute;
	z-index:2;
	border-radius:50px;
	transition:all ease 0.9s;
}

#progress-content-section {
	width:90%;
	margin: auto;
	background: #F7F5F2;
	border-radius: 8px;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

#progress-content-section .section-content {
	padding:30px 40px;
	text-align:left;
}

#progress-content-section .section-content h2 {
	font-size:17px;
	text-transform:uppercase;
	color:#333;
	letter-spacing:1px;
}

#progress-content-section .section-content p {
	font-size:16px;
	line-height:1.8em;
	color:#777;
}

#progress-content-section .section-content {
	display:none;
	animation: FadeInUp 700ms ease 1;
	animation-fill-mode:forwards;
	transform:translateY(15px);
	opacity:0;
}

#progress-content-section .section-content.active {
	display:block;
}

@keyframes FadeInUp {
	0% {
		transform:translateY(15px);
		opacity:0;
	}
	
	100% {
		transform:translateY(0px);
		opacity:1;
	}
}

.paragraph2
{
    text-align: justify; /*could be left, center, right, etc.*/
    font-size: 20px;
    color: #3F5253;
}

/*TEAM MEMBERS PAGE STYLE --------------------------------------------------------------------------------------------------------*/
.members-bkgd{
    background-color: #97BCB9; /*font color*/
    padding: 10px;
}
.employee_directory {
    width: 90%; /*90%, changes width of the boxes*/
    margin: 0 auto; /*keeps boxes in the middle of the page*/
    position: relative; 
    margin-top: 150px; /*gap between the banner and the boxes*/
    margin-bottom: 150px;
    text-align: center;
    font-size: 25px; /*2em*/
    color: #97BCB9; /*font color*/
 }
 
 form.search_form {
    position: relative; /*doesn't change anything*/
    margin-bottom: 30px; /*doesn't change anything*/
 }
 
 form.search_form input {
    width: 100%;
    padding: 10px;
    font-size: 1em; /*1em*/
    border: solid 1px #c6c6c6;
    border-radius: 5px;
    margin: 0 auto;
    transition: 0.2s ease-in;
 }
 
 form.search_form input:focus {
    border-color: #97BCB9;
    outline: none;
 }
 
 form.search_form i {
    position: absolute;
    top: 15px;
    right: 10px;
    color: #c6c6c6
 }
  
 .employee_listing .employee {
    padding: 40px;/*40px*/
    background-color: #F7F5F2;
    box-shadow: 1px 1px 30px rgba(0 0 0 / .1);
    margin-bottom: 20px; /*20px*/
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 100%;
    border-radius: 25px;
 }
 
 .employee_listing .employee img {
 width: 100px;
 border-radius: 100px;
 }
 
 .employee_listing .employee h2 {
    font-size: 35px;
    padding: 20px; /*for the member names*/
    font-weight: 900;
    color: #DA746F;
    margin-bottom: 0;
    line-height: 0;
 }
 
 .employee_listing .employee .job_type {
    font-weight: 700;
    font-size: 20px;
    padding: 10px;
    background-color: #97BCB9;
    border-radius: 10px;
    color: #F7F5F2;
 }
 
 .employee_listing .employee:hover,
 .employee_listing .employee:hover h2 {
    color: #F7F5F2;
    /*transition: .2s ease-in;*/
    background-color: #3F5253;
 }
 
 .employee_listing .employee:hover .job_type {
    background-color: #97BCB9;
    border: 1px solid #F7F5F2;
    transition: .2s ease-in;
 }
  
 @media (min-width: 768px) {
    .employee_listing{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 1024px;
        margin-right: auto;
        margin-left: auto;
    }
  
    .employee_listing .employee {
        width: auto;
        height: auto; /*for the love of god keep this auto*/
        cursor: pointer;
    }

    form.search_form{
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 70px;
    }
 }
  
 @media (min-width: 1366px) {
    .employee_listing .employee{
        width: 500px; /*320px*/
    }
 }

/*Sidenav Styling (NOT THE MAIN MENU SIDENAV), orginally description-navbar ------------------------------------------------------*/
@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}

/*Fade in/out sidenav*/
.sidenav-hide {
    opacity: 0;
}
  
.sidenav-show {
    opacity: 1;
}

.sidenav{
    position: fixed;
    top: 50%; 
    right: 30px;
    transform: translateY(-50%);
    z-index: 5;
}

.sidenav ul {
    list-style: none;
    padding: 0; 
    margin: 0;
}

.sidenav ul li {
    width: 200px;
    position: relative;
    text-align: right;
}

.sidenav ul li .dot {
    color: #F7F5F2;
    display: block;
    padding: 5px 0;
}

.sidenav ul li .dot span {
    display: inline-block;
    background: #DA746F;
    letter-spacing: 1px;
    padding: 10px 25px;
    margin-right: 30px;
    border-radius: 3px;
    transform: translateX(30px);
    opacity: 0;
}

.sidenav ul li:hover .dot span {
    transform: translateX(0px);
    opacity: 1;
}

.sidenav ul li .dot span::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(7px, -50%);
    border-left: 7px solid #DA746F;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    display: block;
}

.sidenav ul li .dot::before,
.sidenav ul li .dot::after {
    content: '';
    position: absolute;
    top: 50%;
    border-radius: 50%;
    display: block;
    transition: .2s ease-out;
}

.sidenav ul li .dot::before {
    height: 5px;
    width: 5px;
    border: 2px solid #333;
    right: 0;
    transform: translateY(-50%);
}

.sidenav ul li .dot.active::before,
.sidenav ul li:hover .dot::before{
    border-color: #DA746F;
    background: #DA746F
}

.sidenav ul li .dot::after {
    height: 15px;
    width: 15px;
    border: 2px solid #DA746F;
    right: -5px;
    transform: translateY(-50%) scale(0);
}

.sidenav ul li .dot.active::after,
.sidenav ul li:hover .dot::after{
    transform: translateY(-50%) scale(1);
}

/*Outreach Styling ---------------------------------------------------------------------------------------------------------------*/
.outreach-h1 {
    text-align: left;
    color: #F7F5F2;
    font-size: 50px;
    font-weight: 700;
    margin: auto;
    padding: 0 5px;
    background: linear-gradient(to bottom, transparent 65%, #3F5253 35%);
}

.podcast-button {
    display: flex;
    margin-top: 60px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 25px;
    font-size: 24px;
    text-align: center;
    outline: none;
    background-color: #5A6E6F;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #3F5253;
    position: relative;
}

.podcast-button a{
    text-decoration: none;
    color: #F7F5F2;
}

.podcast-button:hover {
    background-color: #5A6E6F

}

.podcast-button:active {
    background-color: #5A6E6F;
    box-shadow: 0 5px #3F5253;
    transform: translateY(4px);
}

.coloringbook-button {
    display: flex;
    margin-top: 60px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 25px;
    font-size: 24px;
    text-align: center;
    outline: none;
    color: #F7F5F2;
    background-color: #5A6E6F;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #3F5253;
    position: relative;
}

.coloringbook-button a{
    text-decoration: none;
    color: #F7F5F2;
}

.coloringbook-button:hover {
    background-color: #5A6E6F
}

.coloringbook-button:active {
    background-color: #5A6E6F;
    box-shadow: 0 5px #3F5253;
    transform: translateY(4px);
}

.outreach-p { /*overview paragraph (formally outreach-p1 and p1)*/ 
    margin: auto;
    background-color: #F7F5F2;
    color: #3F5253;
    border-radius: 8px;
    font-size: 1.3em;
    padding: 35px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    /*interviews paragraph*/ 
    /*Podcast paragraph*/
    /*Coloring Book paragraph*/
}

.image-center {
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-radius: 10px;
}

.image-center2 {
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
}

.podcast-p { /*overview paragraph (formally outreach-p1 and p1)*/ 
    margin: auto;
    background-color: #F7F5F2;
    color: #3F5253;
    border-radius: 8px;
    font-size: 1.3em;
    padding: 35px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.podcast-p p{
    padding: 9px 0;
}
/*Project Description Styling---------------------------------------------------------------------------------------------------*/
.paragraph /*overview paragraph, orginally descrption-p1*/
{
    background-color: #F7F5F2;
    text-align: justify; /*could be left, center, right, etc.*/
    font-size: 20px;
    color: #3F5253;
    border-radius: 8px;
    padding: 35px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.p-title /*all titles, orginally description-h3*/
{
    position: relative;
    text-align: left;
    color: #97BCB9;
    font-size: 35px;
    font-weight: 700;
    background: linear-gradient(to bottom, transparent 65%, #3F5253 35%);
}

.paragraph p {
    padding: 10px 0;
}

.sec{
    padding-top: 40px;
}

.collie-image1 {
     align-items: right;
     width: auto;
     height: 150px;
}

.paragraph img{
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-radius: 10px;
}

 /*General Table Styling -------------------------------------------------------------------------------------------------------*/
 #table {
    border-collapse: collapse;
    width: 90%;
    table-layout: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    margin-top: 30px;
    box-shadow: 2px 2px 12px rgba(0,0,0,0.2), -1px -1px 8px rgba(0,0,0,0.2); 
  }
  
  #table td, #table th {
    padding: 8px;
  }
  
  #table tr:nth-child(even){background-color: #F2F2F2;}
  
  #table tr:hover {
    background-color: #E99C98;
    transform: scale(1.02);
}
  
  #table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #DA746F;
    color: #F2F2F2;
  }

/*Front Page, Home Page, Index Page */
.index-logo {
    display: inline-flex;
    align-items: center;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    white-space: nowrap;
}

.index-header {
    font-size: 190px;
    font-weight: 1000;
    letter-spacing: 2px;
    z-index: 1;
    -webkit-text-stroke: 2px #F2F2F2;
    /*below is new stuff*/
    text-transform: uppercase;
    background-image: linear-gradient(
    -225deg,
    #2B3737 0%,
    #3F5253 29%,
    #97BCB9 67%,
    #69b6af 100%
    );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 8s linear infinite;
    display: inline-block;
}

@keyframes textclip {
    to {
      background-position: 200% center;
    }
  }

.index-logo img{
    width: 300px;
    height: auto;
    margin: 0;
    padding: 0;
}

strong {
    background: #97BCB9;
}

.indexcontainer1 {
    background: transparent;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    width: auto;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 10%;
    padding-bottom: 10%;
}

.indexcontainer2 {
    background: #F7F5F2;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    width: auto;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 10%;
    padding-bottom: 10%;
}

h2-index {
    color:#F7F5F2;
    font-size: 25px;
    font-weight: 1000;
    text-align: center;
    width: auto;
    vertical-align: middle;
    background-color:#97BCB9;
    font-size: 50px;
}

h2-index2 {
    color:#3F5253;
    font-size: 25px;
    font-weight: 1000;
    text-align: center;
    height: 300px;
    width: auto;
    vertical-align: middle;
    background-color:#F7F5F2;
    font-size: 50px;
}

h3-index {
    color:#F7F5F2;
    font-size: 25px;
    font-weight: 375;
    text-align: center;
    height: 300px;
    width: auto;
    vertical-align: middle;
    background-color:#97BCB9;
    font-size: 25px;
}

h4-index {
    color:#3F5253;
    font-size: 25px;
    font-weight: 375;
    text-align: center;
    height: 300px;
    width: auto;
    vertical-align: middle;
    background-color:#F7F5F2;
}

.text4 {
    color:#3F5253;
    font-size: 25px;
    font-weight: 375;
    text-align: center;
    width: auto;
    vertical-align: middle;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 10%;
    padding-bottom: 10%;
    background-color: #F7F5F2;
}

.text5 {
    color:#F7F5F2;
    font-size: 25px;
    font-weight: 375;
    text-align: center;
    width: auto;
    vertical-align: middle;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 10%;
    padding-bottom: 10%;
    background-color: #97BCB9;
}

.hideme{
    opacity:0;
    color:#F7F5F2;
    text-align: center;
    height: 350px;
    width: auto;
    vertical-align: middle;
    padding-top: 100px;
    padding-bottom: 450px;
    padding-left: 400px;
    padding-right: 400px;
    background-color: #97BCB9;
}

.hideme2 {
    opacity:0;
    color:#F7F5F2;
    text-align: center;
    height: 350px;
    width: auto;
    vertical-align: middle;
    padding-top: 100px;
    padding-bottom: 450px;
    padding-left: 400px;
    padding-right: 400px;
    background-color: #F7F5F2;
}

.bluecontainer {
    background-color: #97BCB9;
}

.whitecontainer {
    background-color: #F7F5F2;
}

.index-column-heading {
    color:#3F5253;
    font-size: 30px;
    text-align: center;
    width: auto;
    vertical-align: middle;
    background-color:#F7F5F2;
}


/*Sources (References) tab--------------------------------------------------------------------------------------------------------*/
#myRefDIV {
    width: 100%;
    text-align: left;
    background-color: #97BCB9;
    margin: none;
    font-size: 18px;
	line-height: 1.8em;
	color: #3F5253;
}

.ref-btn-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.reference-btn {
    position: relative;
    margin: 50px;
    margin-bottom: 20px;
    display: inline-block;
    cursor: pointer;
    background-color: #F7F5F2;
    color: #3F5253;
    border-radius: 8px;
    font-size: 1.3em;
    padding: 15px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    text-align: center;
}

.reference-btn a{
    text-decoration: none;
    color: #F7F5F2;
}

.reference-btn:hover {
    background-color: #5A6E6F;
    color: #97BCB9; 

}

.reference-btn:active {
    background-color: #5A6E6F;
    box-shadow: 0 5px #3F5253;
    transform: translateY(4px);
    color: #97BCB9; 
}

.podcast-listen-instructions {
    text-align: center;
}

/*Slide show styling ------------------------------------------------------------------------------------------------------------*/ 
.slideshow-container {
    max-width: 700px;
    position: relative;
    margin: auto;
  }

.slideshow-container img{
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-radius: 10px;
}
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #F7F5F2;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: #DA746F;
  }

  .mySlides {
    display:none;
  }
  
  .active-slide {
    display:block !important;
  }
  
  /* The dots/bullets/indicators */
  .ss-dot {
    cursor:pointer;
    height: 13px;
    width: 13px;
    margin: 0 2px;
    background-color: #E99C98;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .ss-active, .ss-dot:hover {
    background-color: #DA746F;
  }
  
  /* Fading animation */
  .ss-fade {
    -webkit-animation-name: ss-fade;
    -webkit-animation-duration: 1.5s;
    animation-name: ss-fade;
    animation-duration: 1.5s;
  }
  
  @-webkit-keyframes ss-fade {
    from {opacity: .4}
    to {opacity: 1}
  }
  
  @keyframes ss-fade {
    from {opacity: .4}
    to {opacity: 1}
  }

/* Implementation List------------------------------------------------------------------------------------------------------------*/
.implementation-list {
    padding: 0 40px;
    color: #3F5253; 
}

.implementation-list ol ul{
    padding: 0 40px;
}

.implementation-list ol ol{
    padding: 0 40px;
}

.implementation-list ul ul{
    padding: 0 40px;
}

/*Waves on Front Page-------------------------------------------------------------------------------------------------------------*/
.waves-section{
    position: relative;
    width: 100%;
    height: 100vh;
    background: transparent;
    overflow: hidden;
}

.waves-section .wave-blu{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: url(https://static.igem.wiki/teams/4484/wiki/bluewave.png);
    background-size: 1000px 100px;
}

.waves-section .wave-blu.wave1{
    animation: animate 30s linear infinite;
    z-index: 1000;
    opacity: 1;
    animation-delay: 0s;
    bottom: 0;
}

.waves-section .wave-blu.wave2{
    animation: animate2 15s linear infinite;
    z-index: 999;
    opacity: 0.5;
    animation-delay: -5s;
    bottom: 10px; 
}

.waves-section .wave-blu.wave3{
    animation: animate3 30s linear infinite;
    z-index: 998;
    opacity: 0.2;
    animation-delay: 2s;
    bottom: 15px;  
}

.waves-section .wave-blu.wave4{
    animation: animate2 5s linear infinite;
    z-index: 997;
    opacity: 0.7;
    animation-delay: -5s;
    bottom: 10px;
}

.waves-section .wave-wht{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: url(https://static.igem.wiki/teams/4484/wiki/whitewave.png);
    background-size: 1000px 100px;
}

.waves-section .wave-wht.wave1{
    animation: animate 30s linear infinite;
    z-index: 1000;
    opacity: 1;
    animation-delay: 0s;
    bottom: -15px;
}

.waves-section .wave-wht.wave2{
    animation: animate2 15s linear infinite;
    z-index: 999;
    opacity: 0.5;
    animation-delay: -5s;
    bottom: -5px; 
}

.waves-section .wave-wht.wave3{
    animation: animate3 30s linear infinite;
    z-index: 998;
    opacity: 0.2;
    animation-delay: 2s;
    bottom: 0px;  
}

.waves-section .wave-wht.wave4{
    animation: animate2 5s linear infinite;
    z-index: 997;
    opacity: 0.7;
    animation-delay: -5s;
    bottom: -5px;
}

@keyframes animate{
    0%{
        background-position-x: 0;
    }
    100%{
        background-position-x: 1000px;
    }
}

@keyframes animate2{
    0%{
        background-position-x: 0;
    }
    100%{
        background-position-x: -1000px;
    }
}
