body {
    font-family: 'Noto Sans', 'Roboto', Georgia, Cambria, Times, "Times New Roman", serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    line-height: 1.6;
    margin-bottom: 50px;
    /*background-color: #f7f7f7;*/
    /*font-display: swap;*/
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: underline;
}


.container {
    display: grid;
    grid-template-rows: minmax(65px, auto) minmax(120px, auto) 65px [footer-end];
    /*grid-template-columns: minmax(2vw,1fr) repeat(4, 1fr) minmax(2vw,1fr);*/
    grid-template-columns: 2vw repeat(4, 1fr) 2vw;
    grid-row-gap: min(4vw, 40px);
    grid-template-areas:
            ". header header header header  ."
            ". mainer mainer mainer mainer ."
            ". footer footer footer footer .";
    justify-items: center;
}

.container-element {
    max-width: 1200px;
    width: 100%;
}

.header {
    top: 0;
    grid-area: header;
    /*background-color: #f7f7f7;*/
    background-color: #fafafa;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 2px;
    border-bottom: 1px solid #eceefb;
    box-shadow: 5px 10px 18px #f0eef9;
    /*position: sticky;*/
    /*position: -webkit-sticky;*/
    z-index: 100;
}

.header .header-elem {
    padding: min(1.5vw, 10px) 0;
}

.header #HeaderLogo {
    padding: 10px 10px 0 5px;
    flex-basis: 50px;
    /*flex-grow: 1;*/
    /*flex-shrink: 1;*/
    text-align: center;
    opacity: 75%;
}

.header #headerLogoImage {
    height: min(150px,25vw,10em);
}

.header #HeaderTitle {
    /*text-align: center;*/
    vertical-align: center;
    padding-left: 10px;

    font-family: "Lora", Georgia, Times, "Times New Roman", Serif;
    /*color: #005999;*/
    color: #990027;
    font-size: min(4vw, 2em);
    font-weight: bold;

    line-height: 1;

    flex-basis: 325px;
    flex-grow: 1;
    flex-shrink: 1
}

.header #headerSponsor {
    /*text-align: center;*/
    vertical-align: bottom;
    padding-top: 25px;

    font-family: "Lora", Georgia, Times, "Times New Roman", Serif;
    /*color: #005999;*/
    /*color: #009903;*/
    color: #006633;
    font-size: min(2.5vw, 0.63em);
    font-weight: bold;
}

.header #headerSubheading {
    /*text-align: center;*/
    vertical-align: bottom;
    padding-top: 15px;
    font-family: "Lora", Georgia, Times, "Times New Roman", Serif;
    /*color: #005999;*/
    color: #005999;
    font-size: min(2.5vw, 0.63em);
    font-weight: bold;
}


.sticky {
    position: sticky;
}

.disappear {
    display: none;
}



@media screen and (max-width: 720px) {
    .header #HeaderLogo{
        opacity: 56%;
    }
    .header #HeaderTitle {
        text-align: center;
    }

    .header #navbar {
        justify-content: center;
        flex-grow: 1;
        flex-wrap: wrap;
    }
    #Organizers .organizer-card{
        text-align: center;
    }
    #Talks .author-card{
        text-align: center;
    }
}




.mainer {
    grid-area: mainer;
}

.mainer .inactive {
    display: none;
}

.mainer .active {
    display: block;
}

.mainer .home-header {
    font-family: "Lora", Georgia, Cambria, Times, "Times New Roman", Serif;
    /*color: rgba(0, 67, 204, 0.85);*/
    color: rgba(167, 0, 0, 0.85);
    font-size: max(16px, 1.75em);
    font-weight: bold;
    padding: 5px 10px 10px 18px;
}

.mainer .home-header2 {
    font-family: "Lora", Georgia, Cambria, Times, "Times New Roman", Serif;
    color: rgba(0, 67, 204, 0.85);
    font-size: max(16px, 1.25em);
    font-weight: bold;
    padding-top: 25px;
    padding-bottom: 10px;

}

.mainer .home-textpara {
    color: rgb(90, 91, 106);
    font-size: max(14px, 1em);
    font-weight: bold;
    padding: 10px 0;
}

.mainer .home-textpara a {
    color: #33aaff;
}

.mainer #Home #institutions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5px;
}

.mainer #Home #institutions .institute {
    flex-basis: 400px;
    flex-grow: 0;
    flex-shrink: 1;

    border-radius: 25px;
    border: 1px solid rgba(193, 193, 193, 0.48);
    padding: 20px;
    width: 300px;
    height: auto;
    margin: 5px;
}

.mainer #Home #institutions .institute .institute-name {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
}

.mainer #Home #institutions .institute .institute-name .institute-name-link {
    font-family: 'Noto Sans', 'Roboto', Georgia, Cambria, Times, "Times New Roman", serif;
    font-weight: bold;
    color: #01487b;
    /*color: #01487bcc;*/
    font-size: max(1.1em, 14px);
}


.mainer #Home #institutions .institute .name {
    display: inline;
    color: #5f5f5f;
    /*color: #697285b0;*/
    font-weight: bold;
}

.mainer #talks-navigation {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.mainer #sponsor-thanks{
    margin-top: 3px;
    padding-bottom: 24px;
    font-size: 15px;
    text-align: center;
    /*font-family: 'Lora';*/
    font-family: "Lora", Georgia, Times, "Times New Roman", Serif;
    /*color: rgba(120, 5, 5, 0.85);*/
    /*color: rgb(0 89 153)*/
    color: rgb(0 33 56)
}

.buttonNav {
    align-items: center;
    appearance: none;
    background-color: #fff;
    border-radius: 24px;
    border-style: none;
    /*box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px, rgba(0, 0, 0, .14) 0 6px 10px 0, rgba(0, 0, 0, .12) 0 1px 18px 0;*/
    /*box-sizing: border-box;*/
    /*color: #3c4043;*/
    color: #af0c45;
    cursor: pointer;
    display: inline-flex;
    fill: currentcolor;
    font-family: 'Noto Sans', 'Roboto', Georgia, Cambria, Times, "Times New Roman", serif;
    font-size: 14px;
    font-weight: 800;
    height: 48px;
    justify-content: center;
    letter-spacing: .25px;
    line-height: normal;
    max-width: 100%;
    overflow: visible;
    padding: 2px 24px;
    position: relative;
    text-align: center;
    text-transform: none;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), opacity 15ms linear 30ms, transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: auto;
    will-change: transform, opacity;
    z-index: 0;
}

.buttonNav:hover {
    background: #fff8fc;
    /*color: #174ea6;*/
}

.buttonNav:active {
    /*box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);*/
    outline: none;
}

.buttonNav:focus {
    outline: none;
    border: 2px solid #4285f4;
}

.mainer .section-heading{
    font-family: "Lora", Georgia, Cambria, Times, "Times New Roman", Serif;
    font-size: max(16px, 1.75em);
    text-align: center;
    padding: 25px 0;
    border-bottom: 1px solid rgba(0, 26, 250, 0.12);
    font-weight: bold;
    color: #006633;
    margin: 0 auto;
    margin-top: 25px;

}

.mainer .flexHolder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: space-between;
    row-gap: 10px;
    column-gap: 50px;
    margin-top: 15px;
}

.mainer #Organizers .organizer-card{
    flex-basis: 250px;
    flex-grow: 1;
    flex-shrink: 0;
    padding: 10px 20px;
    box-shadow: 5px 10px 18px #f4f4f4;
    border-radius: 5px;
}

.mainer #Organizers .organizer-card:hover {
    /*transition: transform .75s;*/
    transition: transform .75s;
    /*transform: translateY(-10px);*/
    transform: translateY(-5px);
}

.mainer #Organizers .organizer-card {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    /*justify-content: space-between;*/
    /*justify-content: flex-start;*/
    align-items: center;
    /*align-items: center;*/
}

.mainer #Organizers .organizer-card .speaker-image-holder {
    flex-basis: 150px;
    flex-grow: 0;
    text-align: center;
    /*float: left;*/
}

.mainer #Organizers .organizer-card .speaker-image {
    height: 150px;
    width: 150px;
    margin: 25px auto;
    border-radius: 15%;
}

.mainer #Organizers .organizer-card .seminar-speaker {
    font-weight: bold;
    /*color: #f77e7e;*/
    color: #873307;
    padding: 0 0 0.5em 0.5em;
    /*margin: 5px auto;*/
    width: 200px;
    /*border-bottom: 1px solid rgba(0, 26, 250, 0.12);*/
    text-align: center;
}

.mainer #Organizers .organizer-card .author-link-href {
    /*text-decoration-color: #f77e7e;*/
    text-decoration-color: #873307;
    font-size: max(14px,1.25em);
    /*text-align: center;*/
}

.mainer #Organizers .organizer-card .seminar-speaker-affiliation {
    width:90%;
    font-weight: bold;
    color: #525252;
    padding: 0 0 0.5em 0;
    margin: 10px auto;
    font-size: max(12px,1em);
    /*font-family: "Lora", Georgia, Cambria, Times, "Times New Roman", Serif;*/
    text-align: center;
    font-size:0.95em;
    /*border-bottom: 1px solid rgba(0, 26, 250, 0.12);*/
}

.mainer #Organizers .organizer-card .affiliation-link-href {
    text-decoration-color: #525252;
}




.mainer #Talks .home-header {
    margin: 20px 0 10px 0;
}

.mainer #Talks .author-card {
    padding: 10px 20px;
    box-shadow: 5px 10px 18px #f4f4f4;
    border-radius: 5px;
    display: flex;
    flex-basis: 250px;
    flex-grow: 1;
    flex-shrink: 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}


.mainer #Talks .author-card:hover {
    /*transition: transform .75s;*/
    transition: transform .75s;
    /*transform: translateY(-10px);*/
    transform: translateY(-5px);
}


.mainer #Talks .author-card .speaker-image-holder {
    flex-basis: 150px;
    flex-grow: 0;
    text-align: center;
    /*float: left;*/
}

.mainer #Talks .author-card .speaker-image {
    height: 150px;
    width: 150px;
    margin: 15px auto;
    border-radius: 10%;
}

.mainer #Talks .author-card .speaker-main-holder {
    flex-basis: 200px;
    flex-grow: 1;
    flex-shrink: 0;
    /*float: left;*/
}

.mainer #Talks .author-card .speaker-details-holder {
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0;
    /*float: left;*/
}






.mainer #Talks .author-card .seminar-speaker {
    font-weight: bold;
    /*color: #f77e7e;*/
    color: #873307;
    padding: 0 0 0.5em 0;
    margin: 5px 0;
    /*width: 300px;*/
    width: 200px;
    text-align: center;
    /*border-bottom: 1px solid rgba(0, 26, 250, 0.12);*/
}

.mainer #Talks .author-card .author-link-href {
    /*text-decoration-color: #f77e7e;*/
    text-decoration-color: #873307;
    font-size: max(14px,1.25em);
}

.mainer #Talks .author-card .seminar-speaker-affiliation {
    font-weight: bold;
    color: #525252;
    padding: 0 0 0.5em 0;
    margin: 10px auto;
    text-align: center;
    font-size: max(12px, 1em);
    /*font-family: "Lora", Georgia, Cambria, Times, "Times New Roman", Serif;*/
    /*border-bottom: 1px solid rgba(0, 26, 250, 0.12);*/
}

.mainer #Talks .author-card .affiliation-link-href {
    text-decoration-color: #525252;
}



.mainer #Talks .author-card .seminar-time {
    padding-top: 0.5em;
    line-height: 1.6;
    /*font-style: italic;*/
    color: #4eca91;
}

.mainer #Talks .seminar .seminar-time:hover {
    text-decoration: underline;
}

.mainer #Talks .seminar .seminar-location {
    /*color: #777777;*/
    /*color: #63beff;*/
    color: #365d7999;
    line-height: 1.6;
}

.mainer #Talks .seminar .seminar-notes {
    color: #a70101a8;
    /*color: #4c3d9e9e;*/
}


.mainer #Talks .seminar .seminar-abstract-short {
    color: #5f5f5f;
    margin-top: 0.5em;
    padding-top: 0.5em;
    border-top: 1px solid rgba(0, 26, 250, 0.12);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 1.75em;
}

.mainer #Talks .seminar .seminar-abstract {
    /*color:#697285;*/
    color: #5f5f5f;
    margin-top: 0.5em;
    padding-top: 0.5em;
    border-top: 1px solid rgba(0, 26, 250, 0.12);
}

.mainer #Talks .seminar .seminar-abstract-seeless {
    text-align: right;
    /*font-weight: bold;*/
    font-size: x-small;
    color: #c1c1c1;
}

.mainer #Talks .seminar .seminar-abstract-seemore {
    text-align: right;
    /*font-weight: bold;*/
    font-size: x-small;
    color: #c1c1c1;
}


.mainer #Publications .publication-title {
    font-weight: bold;
}

.mainer #Publications .publication-title a {
    color: #005999;
}

.mainer #Publications .publication-authors {
    color: #f77e7e;
    font-weight: bold;
}

.mainer #Publications .publication-authors a {
    /*color: #ff8888;*/
    color: #f77e7e;
}

.mainer #Publications .publication-location {
    font-style: italic;
}

.footer {
    grid-area: footer;
    border-top: 1px solid #eceefb;
    box-shadow: 5px -10px 18px #f4f4f4;
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-self: self-end;
    padding: 10px 0;
    margin-top: 25px;
}
.footer{
    /*position: fixed;*/
    min-height: 25px;
    bottom: 0;
    margin-bottom: 0;
    background-color: white;
    font-size: 1.6vh;
    /*position: sticky;*/
    /*position: -webkit-sticky;*/
}

.footer #copyright {
    font-family: "Alegreya SC", Georgia, Times, "Times New Roman", Serif;
    color: #005999;
    text-align: center;
    font-size: initial;
}

/*Seminar*/
#seminarHome {
    margin: 25px 0;
}

#seminarHome .seminar-title {
    text-align: center;
    font-size: max(16px, 2em);
    font-weight: bold;
    font-family: Lora, Georgia, Cambria, Times, "Times New Roman", Serif;
    color: rgba(158, 29, 29, 0.85);
    color: #ab3c3cd9;
}

#seminarHome .seminar-speaker {
    text-align: center;
    font-style: italic;
    font-family: Lora, Georgia, Cambria, Times, "Times New Roman", Serif;
    color: #093598;
    border-bottom: 1px solid #ececec;
    padding: 5px 0 10px 0;
    font-weight: bold;
}

#seminarHome .seminar-dateloc {
    padding: 15px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    /*border-bottom: 1px solid #ececec;*/
}

#seminarHome .seminar-dateloc {
    padding: 15px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    /*border-bottom: 1px solid #ececec;*/
}

#seminarHome .seminar-dateloc-child {
    padding: 5px 0;
    /*color: #006544;*/
    color: #00631e;
    font-family: Lora, Georgia, Cambria, Times, "Times New Roman", serif;
}

#seminarHome .seminar-abstract {
    font-family: 'Noto Sans', 'Roboto', Georgia, Cambria, Times, "Times New Roman", serif;
    padding: 15px 0;
    text-align: justify;
    line-height: 1.6;

}


#seminarHome .seminar-notes {
    margin-top: 25px;
    padding-top: 10px;
    border-top: 1px solid #ececec;
    font-weight: 500;
    font-size: max(11px, 0.9em);
    color: #a2a2a2;
    font-family: 'Noto Sans', 'Roboto', Georgia, Cambria, Times, "Times New Roman", serif;
}

#seminarHome .seminar-paper {
    padding-top: 5px;
    font-weight: 500;
    font-size: max(11px, 0.9em);
    font-style: italic;
    color: #a2a2a2;
    font-family: 'Noto Sans', 'Roboto', Georgia, Cambria, Times, "Times New Roman", serif;
}

#seminarHome .seminar-recording {
    padding-top: 5px;
    font-weight: 500;
    font-size: max(11px, 0.9em);
    font-style: italic;
    color: #a2a2a2;
    font-family: 'Noto Sans', 'Roboto', Georgia, Cambria, Times, "Times New Roman", serif;
}

#SpeakerPageHolder .author-card{
    flex-basis: 200px;
    flex-grow: 1;
    flex-shrink: 0;
    padding: 10px 20px;
    box-shadow: 5px 10px 18px #f4f4f4;
    border-radius: 5px;
}

#SpeakerPageHolder .author-card:hover {
    /*transition: transform .75s;*/
    transition: transform .75s;
    /*transform: translateY(-10px);*/
    transform: translateY(-5px);
}

#SpeakerPageHolder .author-card {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    /*justify-content: space-between;*/
    /*justify-content: flex-start;*/
    align-items: center;
    /*align-items: center;*/
}

#SpeakerPageHolder .author-card .speaker-image-holder {
    flex-basis: 150px;
    flex-grow: 0;
    text-align: center;
    /*float: left;*/
}

#SpeakerPageHolder .author-card .speaker-image {
    height: 150px;
    width: 150px;
    margin: 25px auto;
    border-radius: 50%;
}

#SpeakerPageHolder .author-card .seminar-speaker {
    font-weight: bold;
    /*color: #f77e7e;*/
    color: #873307;
    padding: 0 0 0.5em 0.5em;
    /*margin: 5px auto;*/
    /*width: 250px;*/
    /*border-bottom: 1px solid rgba(0, 26, 250, 0.12);*/
}


#SpeakerPageHolder .author-card .author-link-href {
    /*text-decoration-color: #f77e7e;*/
    text-decoration-color: #873307;
    font-size: max(14px, 1.5em);
}

#SpeakerPageHolder .author-card .seminar-speaker-affiliation {
    font-weight: bold;
    color: #525252;
    padding: 0 0 0.5em 0;
    margin: 10px auto;
    font-size: max(14px, 1.2em);
    font-family: 'Lora', Georgia, Cambria, Times, "Times New Roman", serif;
    /*text-align: center;*/
    /*border-bottom: 1px solid rgba(0, 26, 250, 0.12);*/
}

#SpeakerPageHolder .author-card .affiliation-link-href {
    text-decoration-color: #525252;
}

#SpeakerPageHolder .seminar-title {
    text-align: center;
    font-size: max(16px, 2em);
    font-weight: bold;
    font-family: 'Lora', Georgia, Cambria, Times, "Times New Roman", serif;
    /*color: rgba(158, 29, 29, 0.85);*/
    /*color: #ab3c3cd9;*/
    color: #325698c4;
    padding: 20px 0;
    margin-top: 10px;
    margin-bottom: 15px;
    border-top: 1px solid #eceefb;
    width: 100%;
}
#SpeakerPageHolder .speaker-bio-title{
    text-align: center;
    margin: 15px auto 0;
    padding: 10px 0;
    font-family: Lora, Georgia, Cambria, Times, "Times New Roman", serif;
    font-size: max(14px, 1.2em);
    color: #863507;
    border-top: 1px solid #eceefb;
    width: 100%;
    font-weight: bold;
}


#schedule .schedule-speaker-link{
    color: #575757;
}
#schedule .schedule-speaker-link:hover{
    color: #575757;
    text-decoration: underline;
}
#schedule .schedule-line{
    font-family: 'Noto Sans', 'Roboto', Georgia, Cambria, Times, "Times New Roman", serif;
    color: #646464;
    padding: 3px 0;
    font-weight: 500;
}
#schedule .schedule-line-important{
    font-family: 'Noto Sans', 'Roboto', Georgia, Cambria, Times, "Times New Roman", serif;
    /*color: #9a0229;*/
    color: #9a0229;
    font-weight: 600;
}

.youtube-container{
    min-height: 320px;
    min-width: 320px;
    max-width: 90vh;
    height: 60vh;
    width: 95%;
    margin: 0 auto;
    padding: 10px;
}
.youtube-iframe{
    width: 100%;
    height: 100%;
}