@import url('https://fonts.googleapis.come/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'futura', sans-serif;
}

.logo{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh; 
}

/*--------FOOTER-------*/

.footer{
    width: 100%;
    text-align: center;
    padding: 30px 0;
}

.icons .fa{
    color:#d50000;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
}

.fa-heart-o{
    color:#d50000;
}




/*
.card{
    position: relative;
    width: 600px;
    height: 350px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    transition: 0.5s;
    margin-top: 15%;
}

.card .circle{
    position: absolute;
    top: -10px;
    left: -15px;
    width: 115%;
    height: 115%;
    border-radius: 20px;
    overflow: hidden;
}

.card .circle::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #db0000;
    clip-path: circle(120px at center);
    transition: 0.5s;
}

.card:hover .circle:before{
    background: #007f98;
    clip-path: circle(400px at center);
}

.card img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 450px;
    pointer-events: none;
    transition: 0.5s;
}

.card:hover img{
    left: 90%;
    width: 600px;
}

.card .content{
    position: relative;
    width: 50%;
    left: 0%;
    padding: 20px 20px 20x 40px;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.card:hover .content{
    left: 5%;
    opacity: 1;
    visibility: visible;
}

.card .content h2{
    color: #fff;
    text-transform: uppercase;
    font-size: 2em;
    line-height: 1em;
}

.card .content p{
    color: #fff;
    font-weight: 60;
    font-family: 'futura light', sans-serif;
    margin-top: 15px;
}

.card .nanobody img{
    width: 700px;
    position: absolute;
    top: 110%;
    left: 53%;
    transform: translate(-50%,-50%);
    pointer-events: none;
    transition: 0.5s;
    opacity: 1;
    visibility: visible;
}

.card:hover .nanobody img{
    left: 90%;
    top:130%;
    width: 1000px;
    opacity: 0;
    visibility: hidden;
}


@media (max-width:921px){
    .card{
        width: 375px;
        max-width: 350px;
        align-items: flex-start;
        margin: 40px;
        margin-left: 30px;
        margin-right: 30px;
    }
    .card:hover{
        height: 600px;
    }
    .card .content{
        width: 100%;
        left: 0;
        padding: 20px;
    }
    .card:hover img{
        top: 85%;
        left: 50%;
        width: 300px;
    }
}
*/

/* 
.header{
    min-height: 0;
    width: 100%;
    background-color: white;
    background-position: center;
    background-size: contain;
    position: relative;
}
nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}
.nav-links{
    flex: 1;
    text-align: center;
    background-color: #fff;
}

.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
.nav-links ul li a{
    color: black;
    text-decoration: none;
    font-size: 16px;
    font-family: futura light, sans-serif;
}
.nav-links ul li::after{
    content:'';
    width: 0%;
    height: 2px;
    background: #b0bec5;
    display: block;
    margin: auto;
    transition: 0.5s;
}
.nav-links ul li:hover::after{
    width: 100%; 
}
.text-box{
    width: 90%;
    color: black;
    position: absolute;
    top: 130%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: black;
    border: 1px solid black;
    padding: 12px 50px;
    margin: 0px 50px 300px;
    font-size: 13px;
    font-family: futura light, sans-serif;
    background: transparent;
    position: relative;
    cursor: pointer;
}
.hero-btn:hover{
    border: 1px solid #b0bec5;
    background: #b0bec5;
    transition: 1s;
    text-decoration-color: #b0bec5
}

.nav .fa{
    display: none;
} */

/*------about-------*/

em{
    color: #d4f0ff;
}

/*
.homeabout {
    margin-top: 20%;
    margin-left: 20%;
    margin-right: 20%;

}
*/
/* .homeabout {
 background-size: cover;
    background-repeat: no-repeat;
    background-position: fixed;
    background-image: url(images1/red2.png); 
  height: 900px;
}
  

.homeabout h1{
    margin-top: 20%;
    margin-left: 20%;
    margin-right: 20%;
    font-size: 200%;
    font-family: 'futura', sans-serif;
    font-weight: 400;
    padding-top: 2%;
    color: black;
    text-align: center;
}

.homeabout h2{
    margin-left: 20%;
    margin-right: 20%;
    font-size: 150%;
    font-family: 'futura', sans-serif;
    font-weight: 400;
    padding-top: 2%;
    color: black;
    text-align: center;
}

.homeabout1 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    background-image:url(images1/redorange.png);
    height: 900px;
}

.homeabout1 h1{
    margin-left: 20%;
    margin-right: 20%;
    font-size: 200%;
    font-family: 'futura', sans-serif;
    font-weight: 400;
    padding-top: 2%;
    color: black;
    text-align: center;
}

.homeabout1 h2{
        margin-left: 20%;
    margin-right: 20%;
     font-size: 150%;
    font-family: 'futura', sans-serif;
    font-weight: 400;
    padding-top: 2%;
    color: black;
    text-align: center;
}

.homeabout2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    background-image:url(images1/yellow.png);
    height: 900px;
}

.homeabout2 h1{
    margin-left: 20%;
    margin-right: 20%;
    font-size: 200%;
    font-family: 'futura', sans-serif;
    font-weight: 400;
    padding-top: 2%;
    color: black;
    text-align: center;
}

.homeabout2 h2{
        margin-left: 20%;
    margin-right: 20%;
     font-size: 150%;
    font-family: 'futura', sans-serif;
    font-weight: 400;
    padding-top: 2%;
    color: black;
    text-align: center;
}

.homeabout3 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    background-image:url(images1/yellowgreen.png);
    height: 900px;
}

.homeabout3 h1{
    margin-left: 20%;
    margin-right: 20%;
    font-size: 200%;
    font-family: 'futura', sans-serif;
    font-weight: 400;
    padding-top: 2%;
    color: black;
    text-align: center;
}

.homeabout3 h2{
        margin-left: 20%;
    margin-right: 20%;
     font-size: 150%;
    font-family: 'futura', sans-serif;
    font-weight: 400;
    padding-top: 2%;
    color: black;
    text-align: center;
}

.homeabout4 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    background-image:url(images1/blue.png);
    height: 800px;
}

.homeabout4 h1{
    margin-left: 20%;
    margin-right: 20%;
    font-size: 200%;
    font-family: 'futura', sans-serif;
    font-weight: 400;
    padding-top: 2%;
    color: black;
    text-align: center;
}

.homeabout5 h1{
    margin-left: 20%;
    margin-right: 20%;
    font-size: 200%;
    font-family: 'futura', sans-serif;
    font-weight: 400;
    padding-top: 2%;
    color: black;
    text-align: center;
}
.homeabout5 h2{
        margin-left: 20%;
    margin-right: 20%;
     font-size: 150%;
    font-family: 'futura', sans-serif;
    font-weight: 400;
    padding-top: 2%;
    color: black;
    text-align: center;
} */

/*.about{*/
/*
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 300px;
}

.about h1{
    font-size: 36px;
    font-weight: 400;
}

.about h2{
    color: black;
    font-size: 16px;
    font-weight: 100;
    line-height: 22px;
    padding: 10px;
    margin-left: 20%;
    margin-right: 20%;
}
*/


/*
.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10%;
}

.about p{
    color: black;
    font-size: 16px;
    font-weight: 100;
    line-height: 22px;
    padding: 10px;
}

.about-col{
    flex-basis: 31%;
    background: #d5f3fe;
    border-radius: 80px;
    margin-bottom: 0;
    padding: 10px 12px;
    box-sizing: border-box;
    transition: 1s;
}
h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}

.about-col:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}



------------Chapter 1-----------

.chapter1{
    width: 100%;
    text-align: left;
    background: #b0bec5;
    padding-top: 100px;
    text-align: center;
}

.chapter1 h1{
     font-size: 36px;
    font-weight: 400;
    margin-left: 30px;
}

.chapter1 p{
    color: black;
    font-size: 16px;
    font-weight: 100;
    line-height: 22px;
    padding: 10px;
    margin-left: 20%;
    margin-right: 20%;
}
*/

/*------------------WETLAB PAGE---------------*/

.sub-header{
    height: 50vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    text-align: center;
    color: black;
}

.sub-header .nav-links ul li a{
    color: black;
    text-decoration: none;
    font-size: 16px;
    font-family: 'futura light', sans-serif;
    
}

.pink-square {
    position: static;
    width: 70%;
    top: 100px;
    left: 200px;
    padding: 3rem 6rem 3rem 5rem;
    background-color: #4d646f;
    background-position: center;
}

.pink-square{
    opacity: 0.9;
}

.pink-square p{
    font-family: 'futura light', sans-serif;
    color: white;
}

.pink-square h1{
    font-size: 60px;
    font-family: 'futura', sans-serif;
    font-weight: 400;
    color: white;
}

.chapter1 h1{
    font-size: 50px;
    font-family: 'futura', sans-serif;
    font-weight: 400;
    text-align: center;
    color: #4d646f;
    margin-left: 20%;
    margin-right: 20%;
}

.chapter1 h2{
    font-size: 30px;
    font-family: 'futura', sans-serif;
    font-weight: 400; 
    margin-left: 20%;
    margin-right: 20%;
    text-align: center;
    margin-bottom: 1%;
    color: #4d646f;

}

.chapter1 p{
    font-family: 'futura light', sans-serif;
    text-align: justify;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 1%;
}

.chapter1 ul li{
     font-family: 'futura light', sans-serif;
    text-align: justify;
    margin-left: 25%;
    margin-right: 20%;

}
/*

.part1 {
    text-align: left;
    padding: 150px;
    padding-left: 700px;
    margin-top: -300px;
    font-family: 'futura light', sans-serif;
}

.part1 h1{
    font-size: 30px;
    font-weight: 300;
}
*/

/*
.image{
    width: 700px;
}
*/
/*

.image img{
    float: absolute;
    width: 500px;
    height: 200px;
    margin-top: 200px;
    margin-left: 100px;
}
*/
/*
.image img{
    width: 500px;
    padding-top: 200px;
}

.part2 {
    text-align: left;
    padding: 150px;
    padding-left: 200px;
    font: 'futura light', sans-serif;

}

.part2 h1{
    font-size: 30px;
    font-weight: 300;
}

.image2 {
    width: 700px;
}

.image2 img{
    float: absolute;
    width: 500px;
    height: 200px;
    margin-left: 850px;
    margin-top: -700px;
}

.part3 {
     text-align: left;
    padding: 150px;
    padding-left: 700px;
    font: 'futura light', sans-serif;
}

.part3 h1{
    font-size: 30px;
    font-weight: 300;
}

.image3 {
    width: 700px;
}

.image3 img{
    float: absolute;
    width: 500px;
    height: 200px;
    margin-top: -200px;
    margin-left: 100px;  
}

.part4 {
    text-align: left;
    padding: 150px;
    padding-left: 200px;
    font: 'futura light', sans-serif;
}

.part4 h1{
    font-size: 30px;
    font-weight: 300;
}

.image4 {
    width: 700px;
}

.image4 img{
    float: absolute;
    width: 500px;
    height: 200px;
    margin-left: 850px;  
    margin-top: -700px;

}
*/

/*-------------------------human practices--------------*/

.sub-header{
    height: 50vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-image: url(https://static.igem.wiki/teams/4233/wiki/chickens.png);
    text-align: center;
    color: black;
}

.sub-header .nav-links ul li a{
    color: black;
    text-decoration: none;
    font-size: 16px;
    font-family: 'futura light', sans-serif;
    
}

.pink-square {
    position: absolute;
    width: 70%;
    top: 100px;
    left: 200px;
    padding: 3rem 6rem 3rem 5rem;
    background-color: #4d646f;
    background-position: center;
}

.pink-square{
    opacity: 0.9;
}

.pink-square p{
    font-family: 'futura light', sans-serif;
    color: white;
}

.pink-square h1{
    font-size: 60px;
    font-family: 'futura', sans-serif;
    font-weight: 400;
    color: white;
}

.chapter1 h1{
    font-size: 50px;
    font-family: 'futura', sans-serif;
    font-weight: 400;
    text-align: center;
    color: #4d646f;
    margin-left: 20%;
    margin-right: 20%;
}

.chapter1 h2{
    font-size: 30px;
    font-family: 'futura', sans-serif;
    font-weight: 400; 
    margin-left: 20%;
    margin-right: 20%;
    text-align: center;
    margin-bottom: 1%;
    color: #4d646f;

}

.chapter1 p{
    font-family: 'futura light', sans-serif;
    text-align: justify;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 1%;
}

.chapter1 ul li{
     font-family: 'futura light', sans-serif;
    text-align: justify;
    margin-left: 25%;
    margin-right: 20%;

}


h4 {
    font-family: 'futura light', sans-serif;
    text-align: justify;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 1%;
    font-style: italic;
    font-size: 12px;
    color: #4d646f;
}

h3 {
    font-family: 'futura light', sans-serif;
    text-align: justify;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 1%;
    font-style: italic;
    color: salmon;
}

.stake img{
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
}

.stake1 img{
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
}


.stake2 img{
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
}

.stake3 img{
    width: 50%;
    margin-left: 25%;
    margin-right: 20%;
}

.stake4 img{
    width: 17%;
    margin-left: 40%;
    margin-right: 20%;
}

.stake5 img{
    width: 20%;
    margin-left: 40%;
    margin-right: 20%;
}

.stake6 img{
    width: 50%;
    margin-left: 25%;
    margin-right: 20%;
}

.stake7 img{
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
}

.stake8 img{
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
}

/*
.container{
    margin-left: 30%;
    margin-right: 5%;
}
*/

/*
.collapsible .content img{
   margin-left: 1%;
    margin-right: 1%;
}
*/

/*
.content .container{
    margin-left: 1%;
    margin-right: 1%;
    width:100%;
    height: 100%;
}
*/

/*
#menu {
  position: fixed;
    right: -15.4em;
    top: 50%;
  width: 8em;
  margin-top: -2.5em;
    background: hsla(80, 90%, 40%, 0.7);
    color: white;
    margin: -3em 0 0 0;
    padding: 2em 15em 2em 2em;
}
*/

.sidenav {
  width: 15%;
  position: fixed;
  z-index: 1;
  top: 50%;
  left: 10px;
  background:  #4d646f;
  overflow-x: hidden;
  padding: 8px 0;
}

.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 15px;
  color: white;
  display: block;
}

.sidenav a:hover {
  color: salmon;
}

.main {
  margin-left: 140px;
  font-size: 28px; 
  padding: 0px 10px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.collapsible {
  background-color: #4d646f;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 50%;
  border-color: aliceblue;
  text-align: center;
  outline: none;
  font-size: 15px;
    margin-left: 25%;
}

.active, .collapsible:hover {
  background-color: aliceblue;
color: #4d646f; 
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: aliceblue;
    margin-left: 25%;
    width: 50%;

}

.content p{
     font-family: 'futura light', sans-serif;
    text-align: justify;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
}


#overflow {
  background: aliceblue;
  color: black;
  padding: 15px;
  width:auto;
  height: 450px;
  overflow: scroll;
  border: 1px solid #ccc;
}

.video {
    margin-left: 33%;
    margin-right: 20%;
}
/*--------------------------------ENGINEERING PAGE-----------------------------*/
.everything {
    margin-top: 10%;
    background: #4d646f;

}

.blue-square h1{
    font-size: 60px;
    font-family: 'futura', sans-serif;
    font-weight: 400;
    padding-left: 6.5%;
    padding-top: 2%;
    color: white;
    width: 50%;
    
}

.blue-square p{
    font-size: 15px;
    font-family: 'futura light', sans-serif;
    padding-left: 6.5%;
    color: white;
    text-align: justify;
    padding-right: 65%;
}

.extension {
    padding-right: 6.5%;
    padding-left: 38%;
    color: white;
    font-size: 15px;
    font-family: 'futura', sans-serif;
}

.extension p{
    padding-bottom: 20px;
    text-align: justify;
    font-size: 15px;
    font-family: 'futura light', sans-serif;
}

.square {
    margin-top: 100px;
    position: absolute;
    width: 70%;
    height: 25%;
    left: 200px;
    background-color: #4d646f;
    background-position: center;
   
}

.square h1{
    font-size: 60px;
    font-family: 'futura', sans-serif;
    font-weight: 400;
    padding-top: 2%;
    color: white;
    
}

.square p{
    font-size: 15px;
    font-family: 'futura', sans-serif;
    color: white;
}
.bottom {
    height: 50vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-image: url(images1/chickens.png);
    text-align: center;
    color: black;
}

.bottom .square h1{
    font-size: 30px;
    float: left;
    font-family: 'futura', sans-serif;
    color: white;
    margin-top: 5%;
}

.bottom .square h2{
    font-size: 15px;
    font-family: 'futura', sans-serif;
    color: white;
    float: right;
    margin-right: 2%;
    
}
/*-------Implementation--------*/

.everything {
    margin-top: 10%;
    background: #4d646f;

}

.chickenvirus img{
    width: 110%;
    margin-left: 5%;
    margin-top: -15%;
    
}

.blue-square h1{
    font-size: 60px;
    font-family: 'futura', sans-serif;
    font-weight: 400;
    padding-left: 6.5%;
    padding-top: 2%;
    color: white;
    width: 50%;
    
}

.blue-square p{
    font-size: 15px;
    font-family: 'futura light', sans-serif;
    padding-left: 6.5%;
    color: white;
    text-align: justify;
    padding-right: 65%;
}



/*
.extension {
    padding-right: 6.5%;
    padding-left: 38%;
    color: white;
    font-size: 15px;
    font-family: 'futura', sans-serif;
}
*/

.extension h1{
    color: white;
    font-size: 45px;
    font-weight: 500;
    font-family: 'futura', sans-serif;
   text-align: center
}

.extension h2{
    color: white;
    font-size: 30px;
    font-weight: 550;
    font-family: 'futura light', sans-serif;
}

.extension h3{
    color: lightyellow;
    font-size: 25px;
    font-weight: 400;
    font-family: 'futura light', sans-serif;
    margin-left: 0%;
}



.extension p{
    margin-bottom: 10px;
    text-align: justify;
    font-size: 15px;
    font-family: 'futura light', sans-serif;
        padding-right: 2%;
    padding-left: 0%;
}

.extension ul{
padding-left: 10%;
}

.extension ol{
    padding-left: 10%;
}

.extension .collapsible {
     background-color: #ffc30b;
  color: #4d646f;
  cursor: pointer;
  padding: 18px;
  width: 90%;
  border-color: lightyellow;
  text-align: center;
  outline: none;
  font-size: 15px;
    margin-left: 10%;
}

.active, .extension .collapsible:hover {
background-color: #ffc30b;
    color: white;
}


.extension #overflow {
  background: lightyellow;
  color: black;
  padding: 15px;
  width:auto;
  height: 450px;
  overflow: scroll;
  border: 1px solid #4d646f;
}

.extension .content{
    width: 90%;
    margin-left: 10%;
    text-align: justify;
    background-color: lightyellow;
}

.square {
    margin-top: 100px;
    position: absolute;
    width: 70%;
    height: 25%;
    left: 200px;
    background-color: #4d646f;
    background-position: center;
   
}

.square h1{
    font-size: 60px;
    font-family: 'futura', sans-serif;
    font-weight: 400;
    padding-top: 2%;
    color: white;
    
}

.square p{
    font-size: 15px;
    font-family: 'futura', sans-serif;
    color: white;
}
.bottom {
    height: 50vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-image: url(images1/chickens.png);
    text-align: center;
    color: black;
}

.everything .sidenav {
  width: 17%;
  position: fixed;
  z-index: 1;
  top: 38%;
  left: 10px;
  background:  #FFC30B;
  overflow-x: hidden;
  padding: 8px 0;
    margin-left: 10%;
    border-radius: 20px;
    padding-top: 1%;
    padding-bottom: 1%;
}

.everything .sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 15px;
  color: #4d646f;
  display: block;
    text-align: center;
}

.everything .sidenav a:hover {
  color: white;
}

.main {
  margin-left: 140px;
  font-size: 28px; 
  padding: 0px 10px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.chickenvirus1 img{
        width: 80%;
    margin-left: 10%;

    margin-top: 1%;
}

.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

        #overflow2{
  padding: 15px;
  width:auto;
  height: 300px;
  overflow: scroll;
  border: 1px solid #4d646f;
        }
/* Container around content */
.container2 {
  padding: 10px 20px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.container2::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid #ffc30b;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -16px;
}

/* The actual content */
.content2 {
  padding: 5px 25px;
  background-color: #ffc30b;
  position: relative;
  border-radius: 6px;
color: #4d646f;
}
.timeline p{
margin-bottom: 0%;
    padding-bottom: 0%;
        }

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
  left: 31px;
  }
  
  /* Full-width containers */
  .container2 {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .container2::before {
  left: 60px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after, .right::after {
  left: 15px;
  }
  
  /* Make all right containers behave like the left ones */
  .right {
  left: 0%;
  }
}
          

.container2 table, th, td {
  border:1px solid white;
    text-align: center;
}
