@font-face { font-family: Gotham; src: url('font/Gotham-Book.otf'); } 
@font-face { font-family: Gotham; font-weight: bold; src: url('font/Gotham-Bold.otf');}
@font-face { font-family: Gotham; font-weight: lighter; src: url('font/Gotham-Light.otf');}
@font-face { font-family: Gotham; font-style: italic; src: url('font/Gotham-BookItalic.otf');}
@font-face { font-family: Gotham; font-weight: bold; font-style: italic; src: url('font/Gotham-BoldItalic.otf');}
@font-face { font-family: Gotham; font-weight: lighter; font-style: italic; src: url('font/Gotham-LightItalic.otf');}

html {
    font-size: 15px;
}

body {
    font-family: 'Inter', 'Gotham', -apple-system, BlinkMacSystemFont, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.card {
    width: 14rem;
}

.main-content {
    padding-top: 25px;
}

.main-text {
    text-align: center;
}

.navbar-custom { 
    background-color:  #4A126F;
} 

.navbar-text{
    color: #FFFFFF !important;
    font-weight: bold;
    font-size: 32px;
    margin-right: 40px;
}

.nav-item{
    margin-right:20px;
}

.active{
    color:  #56018D !important;
}

.nav-link{
    color:  #56018D;
}

.group-name{
    color: #ffffff !important;
    font-weight: 700;
    font-size: 50px;
    letter-spacing: -0.02em;
}

.logo {
    width: 255px;
    background: url(Tandon_long_poly-full.png) no-repeat center center;
    background-size: 100% auto;
    height: 70px;
    margin-left: 8px;
    margin-right: 8px;
}

.logoseminar {
    width: 255px;
    background: url(nyu_long.png) no-repeat center center;
    background-size: 100% auto;
    height: 70px;
    margin-left: 8px;
    margin-right: 8px;
}

a {
    color: #56018D;
}

.divlink {
    text-decoration: none; 
    color: #212529; 
}

.lead{
    text-align: justify;
    line-height: 1.7;
}

.main-content {
    margin-right: auto;
    margin-left: auto;
    max-width: 990px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

h3 {
    color: #4A126F;
    border-bottom: 2px solid #4A126F;
    padding-bottom: 0.5rem;
    margin-top: 2rem;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.jumbotron {
    background-size: cover;
    min-height: 25%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 25vh; /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 80px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.jumbotron.mainpage {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('brooklynbridge.jpg');
}

.jumbotron.seminar {
    background: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) ), url('flag.jpg');
}

.schedule {
    font-size: 1.25rem;
}

.schedule > .row {
    padding: 1rem 0;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #eee;
}

.schedule .col-2 {
    font-weight: 600;
    color: #4A126F;
}

.general-info {
    font-size: 1.25rem;
    padding-left: 0rem;
}

.time-location {
    font-weight: bold;
}

.mybold{
    font-weight: bold;
}

.talk-info {
    font-size: 1.25rem;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.talk-info > li:first-child {
    margin-bottom: 0.25rem;
}

.talk-info > li:nth-child(2) {
    cursor: pointer;
}

.other-seminars {
    font-size: 1.25rem;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

[aria-expanded="false"] > .expanded,
[aria-expanded="true"] > .collapsed {
  display: none;
}

.abstract {
    margin-top: 0.75rem;
    margin-bottom: 1.5rem;
    font-size: 1rem;
    line-height: 1.6;
}