/* greek */
@font-face {
    font-family: 'Syne';
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url(../fonts/8vIH7w4qzmVxm2NL9G78HEZnMg.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* latin-ext */
@font-face {
    font-family: 'Syne';
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url(../fonts/8vIH7w4qzmVxm25L9G78HEZnMg.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Syne';
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url(../fonts/8vIH7w4qzmVxm2BL9G78HEY.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    font-family: "Syne", sans-serif;
    color: #333;
    overflow-x: hidden;
}

/* --- Accordion --- */
.accordion {
    max-width: 100%;
    height: 250px;
    display: flex;
    overflow: hidden;
    margin: 50px auto;
    border-radius: 40px;
    border-color:#000000;
    border-width: 5px;
    border-color:#000000;
    border-width: 5px;
    color: white;
}

.tab {
    width: 30%;
    
    overflow: hidden;
    transition: all .5s ease;
    position: relative;
    background-color: #C6EBBE;
}

.tab img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .6;
}

.tab:hover img {
    opacity: 1;
}

.tab:hover {
    flex-shrink: 0;
}

.caption {
    position: absolute;
    z-index: 2;
    white-space: nowrap;
    top: 150px;
    opacity: 0;
    padding-left: 20px;
}

.tab:hover .caption {
    transition: all .5s ease;
    opacity: 1;
}

/* --- Periodic Table --- */
.membertable {
    border-collapse: separate;
    border-spacing: 0.4rem;
    border-color:#000000;
    margin-left: auto;
    margin-right: auto;
}

.membertable td:not(.blankspace):hover {
    border: 0.05rem solid #F2F4FC;
    cursor: default;
}


.membertable .instructor-advisor {
    border: 0.1rem solid #000000;
    background-color:#dcade8;
    width: 3rem;
    height: 4rem;
    border-radius:3px;
}

.membertable .wetlabmember {
    border: 0.1rem solid #000000;
    background-color:#78C3FB;
    width: 3rem;
    height: 4rem;
    border-radius:3px;
}

.membertable .drylabmember {
    border: 0.1rem solid #000000;
    background-color:#C6EBBE;
    width: 3rem;
    height: 4rem;
    border-radius:3px;
}

.membertable .hpmember {
    border: 0.1rem solid #000000;
    background-color:#f79089;
    width: 3rem;
    height: 4rem;
    border-radius:3px;
}

.membertable .swmember {
    border: 0.1rem solid #000000;
    background-color:#FFFB8E;
    width: 3rem;
    height: 4rem;
    border-radius:3px;
}

.bio {
    display: none;
    padding-bottom: 3rem;
}

.membertable td {
    width: 3rem;
    height: 4rem;
    vertical-align: top;
    line-height: 80%;
    border: 0.05rem solid white;
    padding: 3px;
    padding: 3px;
}

.membertable .blankspace {
    border: 0;
    width: 3rem;
    height: 4rem;
}

.card {
    text-align: center;
    background: rgba(0, 0, 0, 0);
    border: rgba(0, 0, 0, 0);
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
}

num {
    color: #000000;
    color: #000000;
    font-size: 12px;
    padding-left: 0.1rem;
    padding-top: 15px;
}

.inital {
    font-size: 50px;
    font-weight:bolder;
    line-height: 3rem;
    text-align: center; 

    padding-top: 1rem;
    padding-bottom: 1;
    padding-left: 1rem;
    padding-right: 1rem;
}

.init-color {
    color: black;
}

.init-color {
    color: black;
}

name {
    font-size: 15px;
    color: #000000;
    line-height: 10%;
    
    
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.infos {
    margin-left: 1.5rem;
}

/* Callout Card */
.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 }
.bd-callout-card .extra-img img {
    width: 18vw;
    height: 18vw;
    border-radius: 0px;
    box-shadow: 0 0 0 0px #FFF;
    float: right;
    margin-left: 1rem;
    object-fit: contain;
}

.bd-callout-card {
    padding: 1.5rem 1rem;
    border-radius: 8px;
    background-color: #97A23C;
    max-width: 80%;
    margin: 0.5rem;
    transform-style: preserve-3d;
    overflow: hidden;
    display: flex;

    margin-left: auto;
    margin-right: auto;
}

.bd-callout-card img {
    width: 10vw;
    height: auto;
    overflow: hidden;
    min-width: 100px;
    object-fit: cover;
    align-content: center;
}