/* 
SMSC SD.org / Timeline
Timeline style ajustment base on window height
*/

@media (max-height:750px) {

    
    .timeline-sidebar .sidebar-content > ul li a {
        color: var(--gray-5);
        text-decoration: none;
        padding: 0.25rem 0.5rem;
    }

    .timeline-sidebar .sidebar-content > ul{
        margin-bottom:0;
    }

    .years-content {
        padding: 0.5rem;
    }

    .years-content h3 {
        margin-bottom: 0.5rem;
    }

}

@media (max-height:700px) {
#timeline-main-container .section .title {
    padding: 0.5rem 0.5em 0.5em 1em;
    position: relative;
    }

#timeline-main-container .section .title  h1{
    font-size:1.5em;
    }

    .years-main-containers h3 {
        font-family: 'garamond-premier-pro', serif;
        font-size: 2em;
    }

    .years-main-containers .slide {
        padding: 1rem;
    }

    .years-main-containers .slide .slide-title {
        width: 100%;
    }

    .years-main-containers .slide > div.slide-main {
        padding: 0;
    }

    .years-main-containers .slide > div.slide-main {
        width: 100%;
    }

}

@media (max-height:600px) {
    .years-main-containers .slide-main .left {
        width: 30% !important;
    }

    .timeline-sidebar{
        display:none !important;
    }
    
}