@charset "utf-8";

.title {
    height: 310px;
    margin-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: goldenrod;
    background-image: url(../images/hpc_new.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-blend-mode: multiply;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-shadow: 1px 1px 10px #4b2c14;
}

.title h1 {
    font-family: sans-serif;
    font-size: 32px;
    font-weight: bold;
}

.title p {
    font-size: 20px;
    margin-top: 15px;
}

.tabbox {
    max-width: 1000px; height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    justify-content: space-between;
}

.tabbox input {
    display: none;
}

.tab-label {
    position: sticky;
    top: 100px;
    height: calc(100vh - 100px);
    display: flex;
    flex-direction: column;
    background-color: hsl(256, 70%, 90%);
}

.tab {
    width: 80px;
    height: 28px;
    padding-top: 6px;
    text-align: center;
}

.tab-label h4 {
    margin: 5px auto;
}

.tab-label hr {
    background-color: hsl(256, 100%, 22%);
    height: 2px;
    border: none;
}

.tab:hover {
    color: goldenrod;
    background-color: hsl(256, 100%, 22%);
    cursor: pointer;
}

#p2026:checked ~ .tab-label-wrapper .tab-label .tab:first-of-type { color: white; background-color: goldenrod;}
#p2025:checked ~ .tab-label-wrapper .tab-label .tab:nth-last-of-type(16) { color: white; background-color: goldenrod;}
#p2024:checked ~ .tab-label-wrapper .tab-label .tab:nth-last-of-type(15) { color: white; background-color: goldenrod;}
#p2023:checked ~ .tab-label-wrapper .tab-label .tab:nth-last-of-type(14) { color: white; background-color: goldenrod;}
#p2022:checked ~ .tab-label-wrapper .tab-label .tab:nth-last-of-type(13) { color: white; background-color: goldenrod;}
#p2021:checked ~ .tab-label-wrapper .tab-label .tab:nth-last-of-type(12) { color: white; background-color: goldenrod;}
#p2020:checked ~ .tab-label-wrapper .tab-label .tab:nth-last-of-type(11) { color: white; background-color: goldenrod;}
#p2019:checked ~ .tab-label-wrapper .tab-label .tab:nth-last-of-type(10) { color: white; background-color: goldenrod;}
#p2018:checked ~ .tab-label-wrapper .tab-label .tab:nth-last-of-type(9) { color: white; background-color: goldenrod;}
#p2017:checked ~ .tab-label-wrapper .tab-label .tab:nth-last-of-type(8) { color: white; background-color: goldenrod;}
#p2016:checked ~ .tab-label-wrapper .tab-label .tab:nth-last-of-type(7) { color: white; background-color: goldenrod;}
#p2015:checked ~ .tab-label-wrapper .tab-label .tab:nth-last-of-type(6) { color: white; background-color: goldenrod;}
#p2014:checked ~ .tab-label-wrapper .tab-label .tab:nth-last-of-type(5) { color: white; background-color: goldenrod;}
#p2013:checked ~ .tab-label-wrapper .tab-label .tab:nth-last-of-type(4) { color: white; background-color: goldenrod;}
#p2012:checked ~ .tab-label-wrapper .tab-label .tab:nth-last-of-type(3) { color: white; background-color: goldenrod;}
#p2011:checked ~ .tab-label-wrapper .tab-label .tab:nth-last-of-type(2) { color: white; background-color: goldenrod;}
#p2010:checked ~ .tab-label-wrapper .tab-label .tab:last-of-type { color: white; background-color: goldenrod;}

.tabcontent {
    width: 100%;
    max-width: 830px;
    margin-top: 10px;
    padding-bottom: 10px;
    display: none;
    overflow-wrap: normal;
}

.tabcontent ol {
    list-style: decimal;
}

.tabcontent ol li {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 28px;
    line-height: 20px;
}

.tabcontent ol li a {
    text-decoration: underline;
}

.tabcontent ol li a:hover {
    color: goldenrod;
}

.tabcontent .authors {
    font-style: italic;
}

.tabcontent hr {
    max-width: 980px; height: 2px;
    margin: 5px 10px 5px 10px;
    background-color: goldenrod;
    border: none;
}

.tabcontent h3 {
    margin-left: 24px;
}
.tabcontent h4 {
    margin: 5px 24px;
}

.tabcontent strong {
    color: goldenrod;
}

#p2026:checked ~ #list2026 {display: block;}
#p2025:checked ~ #list2025 {display: block;}
#p2024:checked ~ #list2024 {display: block;}
#p2023:checked ~ #list2023 {display: block;}
#p2022:checked ~ #list2022 {display: block;}
#p2021:checked ~ #list2021 {display: block;}
#p2020:checked ~ #list2020 {display: block;}
#p2019:checked ~ #list2019 {display: block;}
#p2018:checked ~ #list2018 {display: block;}
#p2017:checked ~ #list2017 {display: block;}
#p2016:checked ~ #list2016 {display: block;}
#p2015:checked ~ #list2015 {display: block;}
#p2014:checked ~ #list2014 {display: block;}
#p2013:checked ~ #list2013 {display: block;}
#p2012:checked ~ #list2012 {display: block;}
#p2011:checked ~ #list2011 {display: block;}
#p2010:checked ~ #list2010 {display: block;}

@media (max-width: 1000px) {
    .title {
        margin-top: 50px;
    }

    .title p {
        max-width: 80%;
    }

    .tabbox {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        flex-direction: column;
    }

    .tab-label-wrapper {
        position: sticky;
        top: 50px;
    }

    .tab-label {
        height: auto;
        padding-left: 10px;
        padding-right: 10px;
        flex-direction: row;
        overflow-x: scroll;
    }

    .tab-label h4 {
        margin: 10px auto;
        padding-right: 10px;
    }

    .tab {
        width: 65px;
        height: 35px;
        padding-top: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .tabcontent {
        padding-left: 5px;
        padding-right: 5px;
    } 
}
