html {
    scroll-behavior: smooth;
}

#page-title {
    transition: opacity display 0.2s ease-out;
}

#page-title-alt {
    transition: opacity display 0.2s ease-out;
    display: none;
    opacity: 0;
}

a:hover {
    color: #8bd0dd;
    text-decoration: none!important;
    transition: color 0.2s;
}

.custom-list {
    list-style: none;
    padding-left: 0;
}

.custom-list li + li {
    margin-top: 1rem;
}

.custom-list li div {
    margin-top: 0.5rem;
}

.outer-tags {
    font-size: medium;
    margin-bottom: 0.5rem;
}

.after-tags {
    font-size: medium;
}

.custom-btn-year {
    color: white;
    background-color: #466a84;
    padding-left: 5px;
    padding-right: 5px;
}

.custom-btn-type {
    color: white;
    background-color: #8bd0dd;
    padding-left: 5px;
    padding-right: 5px;
}

.custom-btn-misc {
    background-color: #f0e5c4;
    padding-left: 5px;
    padding-right: 5px;
}

#nav-icons a + a {
    padding-left: 0.5rem;
}

h2 {
    display: inline;
    background: -webkit-linear-gradient(0deg, #466a84, #75a0a9, #e1e1d3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.section-title {
    margin-top: 1rem;
    padding-bottom: 0.3rem;
}

#page-title-alt {
    opacity: 0;
    /* display: none; */
}

#page-title, #page-title-alt {
    transition: 0.2s;
}

#page-subtitle {
    font-family: Arial, Helvetica, sans-serif!important;
}

.collapsible {
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
}

.collapse-content {
    font-size: medium;
}
  
.active, .collapsible:hover {
    /* background-color: #ccc; */
    color: #8bd0dd;
    text-decoration: none!important;
    transition: color 0.2s;
}
  
.collapse-content {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.collapse-content h5 {
    font-size: medium;
}

.collapsible:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: white;
    margin-left: 5px;
}
  
.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.footer-text {
    padding-top: 2rem;
    font-size: small;
    font-style: italic;
}

.column-container {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
}

.column {

}

#portrait {
    margin-left: 15px;
    background-image: url("../assets/portrait.JPG");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tiny {
    font-size: small;
}

.school {
    font-size: 18px;
}

.project-group {
    margin-bottom: 10px;
}

.project-group .collapsible {
    font-weight: bold;
}