@font-face {
    font-family: "Baloo Thambi";
    src: url('https://static.igem.wiki/teams/5159/font/baloothambi2-bold.ttf');
}

@font-face {
    font-family: "Cabin";
    src: url('https://static.igem.wiki/teams/5159/font/cabin-regular.ttf');
}

@font-face {
    font-family: "Fredoka One";
    src: url('https://static.igem.wiki/teams/5159/font/fredoka-bold.ttf');
}

@font-face {
    font-family: "Inter";
    src: url('https://static.igem.wiki/teams/5159/font/inter-24pt-regular.ttf');
}


body {
    padding-top: 56px;
}

.left-aligned {
    margin-left: auto;
}

.bg-dark {
    background-color: #343a40 !important;
}

.bg-hero-top {
    background-color: #45b06cff;
}

/* Green background for the header */

/* CALLOUT */
.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: .25rem;
    border-radius: .25rem
}

.bd-callout h4 {
    margin-bottom: .25rem
}

.bd-callout p:last-child {
    margin-bottom: 0
}

.bd-callout code {
    border-radius: .25rem
}

.bd-callout+.bd-callout {
    margin-top: -.25rem
}

.bd-callout-info {
    border-left-color: #5bc0de
}

.bd-callout-warning {
    border-left-color: #f0ad4e
}

.bd-callout-danger {
    border-left-color: #d9534f
}

/* footer */
footer a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

footer a:hover {
    color: white;
    text-decoration: underline;
}

/*added 11/7 navbar (Danny) / 1/8 updated hover effect*/
.navbar-custom {
    background-color: rgba(255, 243, 191, 0.7);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-custom .navbar-nav .nav-link {
    color: #B67400;
    font-family: 'Inter', sans-serif;
    font-weight: bolder;
    font-size: 1vw;
}

.dropdown-menu {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease, background-color 0.5s ease;
    border-radius: 10px;
    width: auto;
    min-width: auto;
    font-size: 0.8vw;
}

.nav-item:hover .dropdown-menu {
    display: block;
    opacity: 1;
    background-color: #FFF1BF;
}

.navbar-brand img {
    height: 30px;
    width: auto;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%280, 0, 0, 1%29' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.custom-hover-effect .nav-link {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}

.custom-hover-effect .nav-link::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    background: #B67400;
    border-radius: 20px;
    z-index: -1;
    transition: all 0.3s ease;
    opacity: 0;
}

.custom-hover-effect .nav-link:hover::before {
    opacity: 1;
}

.custom-hover-effect .nav-link:hover {
    color: #FFFFFF !important;
}

.custom-hover-effect .nav-link.dropdown-toggle::after {
    transition: color 0.3s ease;
}

.custom-hover-effect .nav-link:hover.dropdown-toggle::after {
    color: #FFFFFF;
}

/*added 11/7 (Danny) */

/* Hide scrollbar (Danny) (Don't touch !!)  */
::-webkit-scrollbar {
    display: none;
}


body {
    -ms-overflow-style: none;
    scrollbar-width: none;
}



/* Side Scrollbar Design 26/8 (Danny) 
::-webkit-scrollbar {
    height: 300px;
    width: 50%;
    overflow: auto;
    padding: 0 10px;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #e7e7e7;
    border: 1px solid #cacaca;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #FFD42A;
}
/* Side Scrollbar Design 26/8 (Danny) */


/* loader 17/7 add (Danny) */
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader img {
    width: 100px;
}

body.loaded .loader {
    display: none;
}

/* loader 17/7 add* (Danny)/

/* 6/8 for footer (Danny)*/
.footer {
    background-color: #fff;
    color: #333;
    padding: 1vw;
}

.footer .footer-top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0vw;
    padding-bottom: 1vw;
}

.footerTable {
    color: #925E04;
    font-weight: 3vw;
}

.footerTable th {
    padding-right: 3vw;
    font-size: 0.69vw;
}

.footerTable td {
    padding-top: 0vw;
    text-align: left;
    font-size: 0.69vw;
}

.footer .footer-top .hkust-logo {
    width: 20%;
    height: auto;
    margin-right: 1vw;
}

.footer .footer-top .separator {
    border-left: 0.2vw solid #000080;
    height: 8vw;
    margin-left: 1vw;
    margin-right: 1vw;
}

.footer .footer-bottom {
    border-top: 0.2vw solid #925E04;
    padding-top: 0vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .footer-bottom .license {
    font-size: 1vw;
    color: #925E04;
}

.footer .footer-bottom .license a {
    color: #925E04;
}

.footer .footer-bottom .icons a {
    margin-left: 0.5vw;
}

.footer .footer-bottom .icons .social-icon {
    width: 10%;
    height: auto;
    margin-right: 0.5vw;
}

.footer .footer-bottom .icons .photo-icon {
    width: 20%;
    height: auto;
    pointer-events: none;
    margin-left: 0.5vw;
}

/* 6/8 (Danny) */

/* 21/8 sidepage content box (Danny) */

/* 21/8 Section title (Danny) */
.section-title {
    color: #FBB509;
    padding: 1vw;
    margin-bottom: -0.5vw;
    text-align: center;
    font-family: 'Fredoka One';
    margin-top: 1vw;
    -webkit-text-stroke: 0.2vw #925E04;
    font-size: 3vw;
    text-shadow: 0.2vw 0.2vw 0.2vw grey;
}

.imgDescription {
    font-size: 1vw;
    text-align: center;
}

.content-image {
    margin-top: 2vw;
    margin-bottom: 1vw;
    width: 60%;
}

/* 21/8 styling top image (Danny) */
.top-img {
    width: 100%;
    height: auto;
    display: block;
}

.content {
    margin-bottom: 5vw;
    padding: 2%;
    background-color: #fff7d3;
    border-radius: 2vw;
    box-shadow: 0.2vw 0.2vw 0.2vw grey;
    border: 0.3vw solid #9B6302;
    font-size: 1.3vw;
    color: #925E04;
    font-family: "Cabin";
}

.content h2 {
    font-family: "Cabin", 'Comic Sans MS', cursive, sans-serif;
    color: #FBB509;
    -webkit-text-stroke: #925E04;
    font-size: 2vw;
}

.col-md-9 {
    margin-left: auto;
    padding-right: 2.5vw;
    width: 80%;
}

/* 21/8 sidepage content box (Danny) */

/* Sidebar styling 21/8 (Danny)*/
#scrollspy {
    background-color: #FBB509;
    border: 4px solid #925E04;
    border-radius: 25px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 10px;
    width: 18%;
    max-height: 80%;
    position: fixed;
    left: 0px;
    top: 55%;
    transform: translateY(-50%);
    transition: opacity 0.6s ease, visibility 0.6s ease;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    overflow: visible;
    font-family: "Fredoka One";
}

#scrollspy.show {
    opacity: 1;
    visibility: visible;
}

#scrollspy.d {
    transition: 0.6s;
    opacity: 0;
    visibility: hidden;
}

#scrollspy .nav-link {
    color: white;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 20px;
    transition: background-color 0.3s, color 0.3s;
}

#scrollspy .nav-link:hover {
    background-color: white;
    color: #FBB509;
}

#scrollspy .nav-link.active {
    background-color: white;
    color: #FBB509;
}

/* Sidebar styling 21/8 (Danny)*/

/* Scroll Progress 26/8 (Danny) */

.progress-container {
    width: 100%;
    height: 8px;
    background: #ccc;
}

.progress-bar {
    height: 8px;
    background: #B67400;
    width: 0%;
}

/* Scroll Progress 26/8 (Danny) */


/* Back to Top button 26/8 (Danny) */
#myBtn {
    display: block !important;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: white;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 0.5vw;
    mix-blend-mode: multiply;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    opacity: 0;
    visibility: hidden;
}

#myBtn.show {
    opacity: 1;
    visibility: visible;
}

.toTopButton {
    width: 10vw;
    height: 10vw;
}

/* Back to Top button 26/8 (Danny) */

/* 1/9 added team effect (Danny) */
.teamContent {
    margin-bottom: 100px;
    padding: 20px;
    background-color: #fff7d3;
    border-radius: 20px;
    box-shadow: 5px 5px 5px grey;
    border: 4px solid #9B6302;
    font-size: larger;
    color: #925E04;
    width: 75%;
    height: auto;
    margin: auto;
}



.demo {
    background: #e5e5e5;
}

.our-team {
    border: 2px solid #925E04;
    border-radius: 10px;
    text-align: center;
    margin: 10px;
    z-index: 1;
    position: relative;
}

.our-team:before,
.our-team:after {
    content: "";
    width: 100%;
    height: 104%;
    background: #925E04;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    transform: translateY(-50%) scaleX(0.3);
    transition: all 0.3s ease 0s;
}

.our-team:after {
    width: 106%;
    left: 50%;
    transform: translate(-50%, -50%) scaleY(0.25);
}

.our-team:hover:before {
    transform: translateY(-50%) scaleX(0.7);
}

.our-team:hover:after {
    transform: translate(-50%, -50%) scaleY(0.7);
}

.our-team img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: all 0.3s ease 0s;
}

.our-team .team-content {
    width: 93%;
    padding: 25px 0 10px;
    background: #fff7d3;
    position: absolute;
    bottom: 50px;
    left: 50%;
    opacity: 0;
    -webkit-clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    transform: translateX(-50%);
    transition: all 0.3s cubic-bezier(0.5, 0.2, 0.1, 0.9);
    border: 4px solid #9B6302;
}

.our-team:hover .team-content {
    bottom: 10px;
    opacity: 0.7;
}

.our-team .title {
    font-size: 20px;
    font-weight: 600;
    color: #925E04;
    letter-spacing: 1px;
    margin: 0;
    margin-bottom: 5px;
}

.our-team .post {
    display: block;
    font-size: 14px;
    color: #925E04;
}

.our-team .social {
    padding: 0;
    margin: 0;
    list-style: none;
}

.our-team .social li {
    display: inline-block;
    margin: 0 5px;
}

.our-team .social li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background: #fff;
    font-size: 20px;
    color: #925E04;
    transition: all 0.3s ease 0s;
}

.our-team .social li a:hover {
    background: linear-gradient(to bottom, #FBB509, #925E04);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
    color: #fff;
}

/* 1/9 added team effect (Danny) */



/* collapsible 1/9 added (Danny) */
.collapsible {
    background-color: #925E04;
    color: white;
    cursor: pointer;
    padding: 1.2vw;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.2vw;
    border-radius: 0.8vw;
}

.active,
.collapsible:hover {
    background-color: #FBB509;
}

.collapsible:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    overflow: visible;
}

.active:after {
    content: "\2212";
}

.collpasibleContent {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #fff7d3;
}

.table td.collapse.in {
    display: table-cell;
}

/* collapsible 1/9 added (Danny) */

/* learn more img overlap effect 4/9 (Danny) */
.image-stack {
    position: relative;
}

.learn-more-img {
    position: absolute;
    bottom: 10%;
    left: 36%;
    width: 30%;
    height: auto;
}

.design-stack {
    position: relative;
}

.design-strategy1 {
    position: absolute;
    bottom: 0%;
    right: 12%;
    width: 13%;
    height: auto;
}

.design-strategy2 {
    position: absolute;
    bottom: -4%;
    right: 41%;
    width: 13%;
    height: auto;
}

.design-strategy3 {
    position: absolute;
    bottom: 12%;
    right: 78%;
    width: 13%;
    height: auto;
}

.design-future {
    position: absolute;
    bottom: 21%;
    right: 4%;
    width: 13%;
    height: auto;
}


.design-pks {
    position: absolute;
    bottom: 65%;
    right: 35%;
    width: 15%;
    height: auto;
}

/* learn more img overlap effect 4/9 (Danny) */

/* dry lab & education learn more img overlap effect 6/9 (Danny) */
#dry-lab-learn-more-img {
    position: absolute;
    bottom: 3%;
    left: 36%;
    width: 30%;
    height: auto;
}

#education-learn-more-img {
    position: absolute;
    bottom: 10%;
    left: 36%;
    width: 30%;
    height: auto;
}

#awards-learn-more-img {
    position: absolute;
    bottom: 5%;
    left: 36%;
    width: 30%;
    height: auto;
}

/* dry lab & education learn more img overlap effect 6/9 (Danny) */

/* scrollspy claw effect 4/9 (Danny) */
.scrollspy-stack {
    position: relative;
    overflow: visible;
}

.claw-img {
    height: 180px;
    width: 140px;
    top: -150px;
    left: 55px;
    position: absolute;
}

/* scrollspy claw effect 4/9 (Danny) */

/* Main page elements 11/9 added (Danny) */
.mainSupplements {
    text-align: center;
    color: brown;
    margin-top: 10vw;
}

.mainSupplementsImg {
    height: auto;
    width: 60%;
    margin-bottom: 15vw;
    margin-top: 2vw;
}

#doYouTakeSupplements {
    color: #8b6110;
    font-size: 3vw;
    font-weight: bolder;
    font-family: "Baloo Thambi";
}

#supplements {
    color: #ffdc5d;
    padding: 0.6vw;
    text-align: center;
    font-family: 'Baloo Thambi';
    margin-top: 1vw;
    margin-bottom: 1vw;
    -webkit-text-stroke: vw #8b6110;
    font-size: 3vw;
    font-weight: bolder;
}

.whyDHAisBeneficialToHuman {
    text-align: center;
    justify-content: center;
    align-items: center;
}

#DHAbottle {
    width: 10;
    height: 10;
}

.DHAIsBeneficialTo {
    text-align: center;
    justify-content: center;
}

.withIncreaseAwareness {
    text-align: center;
    margin-top: 15vw;
}

.theDHADemand {
    text-align: center;
    margin-bottom: 15vw;
}

.currently {
    text-align: center;
}

#fishText {
    color: #4d71b2;
    font-size: 2vw;
    font-weight: bolder;
    margin: 0.5vw;
    font-family: 'Baloo Thambi';
}

#microalgaeText {
    color: #2a9400;
    font-size: 2vw;
    font-weight: bolder;
    margin: 0.5vw;
    font-family: 'Baloo Thambi';
}

.fish {
    justify-content: center;
}

.didYouKnow {
    text-align: center;
}

.anotherProductionMethod {
    margin-top: 15vw;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 15vw;
}

.withTheIncrease {
    justify-content: center;
    display: flex;
}

.andDecreaseInSupply {
    justify-content: center;
    display: flex;
    text-align: center;
    margin-bottom: 15vw;
}

.globalWarming {
    text-align: center;
    margin-bottom: 15vw;
}

.thereAreLots {
    text-align: center;
    margin-bottom: 15vw;
}

.weTherefore {
    text-align: center;
    margin-bottom: 15vw;
}

.ourProjectEmploys {
    justify-content: center;
    display: flex;
    margin-bottom: 15vw;
}

.weUsedHR {
    margin-bottom: 15vw;
    text-align: center;
}

.alsoOur {
    display: flex;
    text-align: center;
    justify-content: center;
}

.alsoOurCenter {
    text-align: center;
    justify-content: center;
    margin-left: -3vw;
    margin-bottom: 15vw;
}

.thereAreOther {
    text-align: center;
    margin-bottom: 15vw;
}

.knowMoreAbout {
    text-align: center;
    margin-bottom: 1vw;
}

.bottomButton {
    text-align: center;
}


.mainPageManyImg {
    text-align: center;
    justify-content: center;
    border: 1px;
}

.middle-images {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

table.mainPageManyImg {
    width: 100%;
    table-layout: fixed;
}

/* Main page elements 11/9 added (Danny) */

/* Main page bottom button floating effect 11/9 added (Danny) */
@keyframes float-up {

    0%,
    100% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-0.7vw);
    }
}

@keyframes float-down {

    0%,
    100% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(0.7vw);
    }
}

.mainPageBottomFloating {
    transform: translatey(0px);
    animation: float 6s ease-in-out infinite;
}

.float-up {
    animation-name: float-up;
}

.float-down {
    animation-name: float-down;
}

/* Main page bottom button floating effect 11/9 added (Danny) */

/* Main page fade in up and fade in left effect 11/9 added (Danny) */
/* .fade-in-left */
.fade-in-left:nth-of-type(even) {
    grid-template-columns:
        1fr auto;
    grid-auto-flow: dense;
}

.fade-in-left:nth-of-type(even) img {
    grid-column: 2;
}

.fade-in-left:nth-of-type(even) p {
    grid-column: 1;
}


.fade-in-left {
    --x: -100%;
}

.fade-in-left:nth-of-type(even) {
    --x: 100%;
}

.fade-in-left img {
    view-timeline: --item;
    animation: item-reveal both ease-in;
    animation-timeline: --item;
    animation-delay: cover 10%;
    animation-end-delay: cover 35%;
    animation-range: cover 10% cover 35%;
}

.fade-in-left img {
    --y: 0;
}

.fade-in-left p {
    --x: 0;
    --y: 50%;
    view-timeline: --item;
    animation: item-reveal both ease-out;
    animation-timeline: --item;
    animation-delay: cover 35%;
    animation-end-delay: cover 50%;
    animation-range: cover 35% cover 50%;
    position: sticky;
    bottom: 40%;
}

@keyframes item-reveal {
    0% {
        opacity: 0;
        translate: var(--x, 0) var(--y, 0);
    }
}


/* .fade-in-upward */
.fade-in-upward:nth-of-type(even) {
    grid-template-columns:
        1fr auto;
    grid-auto-flow: dense;
}

.fade-in-upward:nth-of-type(even) img {
    grid-column: 2;
}

.fade-in-upward:nth-of-type(even) p {
    grid-column: 1;
}


.fade-in-upward {
    --x: -100%;
}

.fade-in-upward:nth-of-type(even) {
    --x: 100%;
}

.fade-in-upward img {
    view-timeline: --item;
    animation: item-reveal both ease-in;
    animation-timeline: --item;
    animation-delay: cover 10%;
    animation-end-delay: cover 35%;
    animation-range: cover 10% cover 35%;
}

.fade-in-upward img {
    --x: 0;
}

.fade-in-upward p {
    --x: 0;
    --y: 50%;
    view-timeline: --item;
    animation: item-reveal both ease-out;
    animation-timeline: --item;
    animation-delay: cover 35%;
    animation-end-delay: cover 50%;
    animation-range: cover 35% cover 50%;
    position: sticky;
    bottom: 40%;
}

@keyframes item-reveal {
    0% {
        opacity: 0;
        translate: var(--x, 0) var(--y, 0);
    }
}

/* Main page fade in up and fade in left effect 11/9 added (Danny) */

/* Slide-in-right effecr 12/9 added (Danny) */
@keyframes slide-in-from-right {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

.slideinright {
    animation-duration: 1.5s;
    animation-name: slide-in-from-right;
    animation-iteration-count: 1;
}

@keyframes slide-in-from-bottom {
    0% {
        opacity: 0;
        transition-delay: 1s;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.slideinbottom {
    animation-duration: 1.5s;
    animation-name: slide-in-from-bottom;
    animation-iteration-count: 1;
}

/* Slide-in-right effecr 12/9 added (Danny) */

/* Global Warming img hover effect 12/9 added (Danny) */
.figure {
    position: relative;
    max-width: 100%;
}

.figure img.Sirv.image-hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: contain;
    opacity: 0;
    transition: opacity .2s;
}

.figure:hover img.Sirv.image-hover {
    opacity: 1;
}

/* Global Warming img hover effect 12/9 added (Danny) */

.top-gif{
    margin-top: -5vw;
}

/* 23/9 added new modification */
.instagram {
    display: flex;
}

.instagramImg {
    margin-left: 5vw;
    margin-right: -5vw;
    width: 50%;
}

.instagramPDiv {
    width: 50%;
    height: auto;
}

.instagramP {
    margin-top: 5vw;
    margin-left: -5vw;
    margin-right: 5vw;
}

.biodiversityImg {
    display: flex;
}

.biodiversityP {
    margin: 2vw;
    margin-top: 4vw;
}

.JSSEP {
    text-align: center;
    margin-top: 2.5vw;
}

.JSSElink {
    text-decoration: none;
    padding: 1vw 1vw;
    border-radius: 1vw;
    font-family: 'Fredoka One';
    text-align: center;
    color: white;
    background-color: #FBB509;
}

.JSSElink:hover {
    color: #925E04;
}

/* Calendar and YSIP 25/9 added (Danny) */

.calendar {
    justify-content: center;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.calendarTable {
    margin: 20px auto;
    border-collapse: collapse;
    font-size: 1.5vw;
    width: 90%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.calendarTable th,
.calendarTable td {
    border: 1px solid #ddd;
    padding: 1vw;
    text-align: center;
    width: 14.28%;
}

.calendarTable th {
    background-color: #FBB509;
    color: white;
}

.calendarTable td {
    background-color: #fff7d3;
    color: #925E04;
}

.calendarTable td a {
    text-decoration: none;
    color: #B67400;
    display: block;
    padding: 0.5vw;
    transition: background-color 0.3s, color 0.3s;
    border-radius: 10vw;
}

.date-link {
    background-color: #FFD42A;
}

.calendarTable td .date-link:hover {
    background-color: #FBB509;
    color: #B67400;
    border-radius: 10vw;
}

.month {
    margin: 20px;
    width: 45%;
}

.month h2 {
    margin-bottom: 10px;
    color: #B67400;
}

.weekend {
    background-color: #FFF1BF;
}

.calendar h2 {
    font-family: "Cabin", 'Comic Sans MS', cursive, sans-serif;
    color: #FBB509;
    -webkit-text-stroke: #925E04;
}

.feedbackVideo {
    justify-content: center;
    text-align: center;
}

.feedbackVideoFlex {
    display: flex;
}

.feedbackVideoP {
    margin-top: 4vw;
    margin-left: 3vw;
}

.YSIPFlex {
    display: flex;
    margin: 2vw;
}

.YSIPP {
    margin: 2vw;
}

.YSIP-slider-flex {
    display: flex;
    margin-top: 2vw;
}

.YSIP-slider-text-div {
    width: 50%;
    height: auto;
    margin-top: 5vw;
}

.slide-div {
    margin-left: 2vw;
    margin-right: 2vw;
}

.YSIP-image {
    width: 20%;
}

.YSIPPDiv {
    margin-left: 2vw;
    margin-top: 2vw;
}

.slideshow-container {
    max-width: 50vw;
    position: relative;
    margin: auto;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 1vw;
    margin-top: -1vw;
    color: white;
    font-weight: bold;
    font-size: 1.5vw;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: #f1f1f1;
    color: black;
}

.mySlide1 {
    width: 60%;
}

.notebookTable {
    width: 100%;
    margin-bottom: 1vw;
}

#weIncubate {
    position: absolute;
    bottom: 7%;
    left: 28%;
    width: 50%;
    height: auto;
}

.roadshowFlex {
    display: flex;
}


/* Calendar and YSIP 25/9 added (Danny) */

@media only screen and (max-width: 768px) {
    .top-img {
        width: 100%;
        height: auto;
        margin-top: 2vw;
    }

    .footer .footer-bottom .icons .social-icon {
        width: 4vw;
        height: auto;
        margin-right: 0.5vw;
    }

    #scrollspy.show {
        opacity: 1;
        visibility: hidden;
    }

    .col-md-9 {
        margin: auto;
        padding-right: 2.5vw;
        width: 80%;
        margin-left: 10%;
    }

    .navbar-custom .navbar-nav .nav-link {
        color: #B67400;
        font-family: 'Inter', sans-serif;
        font-weight: bold;
        font-size: 2vw;
    }

    .dropdown-item{
        font-size: 2vw;
    }
}

.styled-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1vw 0;
    font-size: 1.2vw;
    font-family: 'Cabin', sans-serif;
    text-align: left;
    box-shadow: 0.2vw 0.2vw 0.5vw rgba(0, 0, 0, 0.1);
    border: 0.2vw solid #9B6302;
    background-color: #fff7d3;
}

.styled-table thead tr {
    background-color: #FBB509;
    color: white;
    font-weight: bold;
    font-size: 1.3vw;
    text-shadow: 0.1vw 0.1vw 0.2vw grey;
}

.styled-table th,
.styled-table td {
    padding: 0.75vw 1.5vw;
    border: 0.2vw solid #9B6302;
}

.styled-table tbody tr {
    background-color: #fff7d3;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #ffefc1;
}

.styled-table tbody tr:hover {
    background-color: #ffde8b;
    cursor: pointer;
}

.styled-table tbody td {
    color: #925E04;
}

.table-img {
    width: 10vw;
    height: auto;
    border-radius: 0.5vw;
    box-shadow: 0.1vw 0.1vw 0.2vw grey;
}

.markertable-img {
    width: 15vw;
    height: auto;
    border-radius: 0.5vw;
    box-shadow: 0.1vw 0.1vw 0.2vw grey;
}

.Compositetable-img {
    width: 25vw;
    height: auto;
    border-radius: 0.5vw;
    box-shadow: 0.1vw 0.1vw 0.2vw grey;
}

.engsuccess-flex {
    display: flex;
}

.footer-sponsor {
    width: 17%;
    height: auto;
    margin-left: 2vw;
    margin-right: 2vw;
}