*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.logo{
    font-weight: 800;
    font-size: 1.5rem;
    text-shadow:
    0 0 5px #C2E9FF,
    0 0 10px #7BB8F3,
    0 0 20px #225DD2;
    color: #225DD2 !important;
    display: none;
}

.cityu-carousel-2 .carousel-item img {
    min-height: 300px;
    object-fit: cover;
}

    .cityu-menu .toggler {
        border: 0;
        padding: 1.4rem;
        background-color: #fff;
    }

    .cityu-menu .toggler:focus {
        box-shadow: none;   
    }
    
    .hamburger-icon{
        color: #C05250;
        font-size: 1.25rem;
    }


.cityu-content .underline-text{
    text-decoration: underline !important;
}

.cityu-content .main-title, .cityu-content .sub-title{
    background: #197189!important;
    background-clip: text !important;
    color: transparent !important;
}

.cityu-content .event-date{
    background: #C05250 !important;
        background-clip: text !important;
    color: transparent !important;
}

nav, .cityu-menu-home{
    background: #C05250 !important;
}

.cityu-menu-home:hover{
    background-color: #197189 !important;
}   

.cityu-content .main-title{
    margin-bottom: 0;
}

.cityu-content .sub-title{
    margin-top: 1rem;
}

.event-date{
    text-align: end;
}

.bolded-text{
    font-weight: 600;
}

.keynote-speakers ul{
    list-style: none;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 2em;
}

.speaker-img-container{
    width: 50vw;
    max-width: 250px;
    margin: 0 auto;
}

.speaker-img-container-page{
    max-width: 350px;
    width: 70vw;
    margin: 1em auto;
}

.speaker-detail{
    width: 90%;
    margin: 0 auto;
}

.speaker-detail h4{
    text-align: center;        
    font-weight: 900;
}

.keynote-speakers img{
    width: 100%;
    object-fit: cover;
    border-radius: 50%;    
    aspect-ratio: 1/1;
    display: block;
}

.keynote-speakers h4{
    margin-bottom: 0;
    margin-top: 0.75em;
}

.keynote-speakers p{
    margin-bottom: 3em;
}

.keynote-speakers li{
    max-width: 250px;
}


.email-text{
    text-decoration: underline;
}

.email-text:hover{
    color: #197189;
}

.find-more-list{
    display: grid;
    grid-template-columns: 1fr;
    list-style: none;
    gap: 1em;
}

.find-more .find-more-list .more-item a{
    color: #C05250;
}

.more-item{
    border-bottom: 1px solid lightgrey;
}

.more-item:hover, .more-item:focus{
    box-shadow: 0 1px;
}

.hero{
    margin-top: 0;
}

.cityu-content{
    margin-bottom: 0;
}

.border-bottom-grey{
    border-bottom: 1px solid lightgrey;
}

.committee ul{
    list-style: none;
    padding-inline-start: 5px;
}

.committee li{
    font-weight: 400;
}

.committee h4{
    margin: 0 0 0.3em;
    font-weight: 700;
    font-size: 1.125rem;
}

.organizing-committee ul{
    margin-bottom: 1.5em;
}

.footer-logo img{
  width: auto;
  max-width: 100%;
  height: 106px;
}

.footer-logo{
    height: 106px;
    display: flex;    
}

.video video{
    width: 90%;
    margin: 2rem auto;
    height: auto;
    display: flex;
}




@media (min-width: 992px){
    .navbar-nav{
        text-align: center;
    }

    .cityu-sitemap-list{
        text-align: center;
    }

    .keynote-speaker-mobile{
        display: none;
    }

    .speaker-detail{
        display: flex;
        align-items: center;
        gap: 1.5em;
    }

    .speaker-detail h4{
        text-align: left;
        margin-bottom: 0.5em;
    }
    
    .speaker-content{
        width: 75%;
        padding: 1em;
    }

    .speaker-img-container-page{
    width: 25%;
    }

    .committee{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    header{
        display: none;
    }

    .menu-color-default .nav-item:has(.nav-link.active),
    .menu-color-default .nav-item:has(.nav-link:active),  
    .menu-color-default .nav-item:has(.nav-link:hover) {
        background-color:#197189;
        color: #fff;
    }

    .toggler{
        display: none;
    }
}

@media(max-width: 991px){
    .keynote-speaker-pc{
        display: none;
    }

    .menu-color-default .cityu-menu-offcanvas .navbar-nav {
        background-image: url(../image/global/navbar-main-footer-mob.svg);
        background-color: #C05250;
    }

    .cityu-header.header-color-default {
        border-bottom: 1px solid #197189;
    }

  .footer-logo {
    margin-top: 40px;
    max-width: 100%;
    height: auto;
    flex-wrap: wrap;
    gap: 1em;
  }
  
  .footer-logo img{
    height: auto;
    width: auto;
    max-height: 106px;
  }
}   

@media (min-width: 600px){
    .find-more-list{
        grid-template-columns: 1fr 1fr;
    }
}