@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100;300;400;700&display=swap');

/* navbar */
.navbar-title{
    font-family: 'Sora', sans-serif;
    font-weight: 100;
    line-height: 1.7;
}

.navbar .nav-link{
    font-size: 15px;
    font-weight: 100;
    line-height: 1.7;
    padding-top: 1px;
}

/* toppage content */
.toppage-content{
    position: relative;
}

.toppage-content .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(37, 39, 71, 0.7);
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.4s ease;
}

.toppage-content:hover .overlay{
    opacity: 1;
}

.toppage-content h1{
    font-family: 'Sora', sans-serif;
    font-weight: 100;
}

.toppage-content p{
    font-family: 'Sora', sans-serif;
    font-weight: 100;
}

#video2, #video3, #video4, #video5, #video6, #video7, #video8, #video9{
    display: none;
}


/* profile section */
.profile h3{
    font-family: 'Sora', sans-serif;
    font-weight: 100;
}

.profile p{
    font-size: small;
}


/* workexperience section */
.work-exp h6{
    font-family: 'Sora', sans-serif;
    font-weight: 100;
    text-align: center;
}

.work-exp p{
    font-size: small;
}

hr .style1{
    width: 100%;
    border-top: 1px solid #8c8b8b;
}

/* education section */
.education h6{
    font-family: 'Sora', sans-serif;
    font-weight: 100;
    text-align: center;
}

.education p{
    font-size: small;
}

hr .style1{
    width: 100%;
    border-top: 1px solid #8c8b8b;
}

/* award section */
.award h6{
    font-family: 'Sora', sans-serif;
    font-weight: 100;
    text-align: center;  
}

.award p{
    font-size: small;
}

/* exhibition section */
.exhibition h6{
    font-family: 'Sora', sans-serif;
    font-weight: 100;
    text-align: center;  
}

.exhibition p{
    font-size: small;
}

/* media section */
.media h6{
    font-family: 'Sora', sans-serif;
    font-weight: 100;
    text-align: center;  
}

.media p{
    font-size: small;
}

/* publication section */
.publications h6{
    font-family: 'Sora', sans-serif;
    font-weight: 100;
    text-align: center;  
}

.publications p{
    font-size: small;
}

/* projects section */
.projects-content{
    position: relative;
}

.projects-content .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(37, 39, 71, 0.7);
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.4s ease;
}

.projects-content:hover .overlay{
    opacity: 1;
}

.projects h3{
    font-family: 'Sora', sans-serif;
    font-weight: 100;
}

.projects p{
    font-family: 'Sora', sans-serif;
    font-weight: 100;
}

.projects h6{
    font-family: 'Sora', sans-serif;
    font-weight: 100;
    text-align: center;
}

/* footer */
.myfooter {
    font-family: 'Sora', sans-serif;
    font-weight: 100;
    font-size: 15px;
}