* {
    font-family: 'Helvetica', sans-serif;
    font-weight: bold;
    text-align: left;
}
:root {
    font-size: min(3vw, 18px);
}
.active {
    background-color: black;
    color: white;
}
section {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    width: 100vw;
    /* text-align: center; */
    border-width: 0.5px 0px;
    border-style: solid;
    border-color: black;
    padding: 20px;
}

a, a:link, a:visited {
    color: black;
    text-decoration: none;
    font-weight: normal;
    text-decoration: underline;
}

#info {
    border-top: none;
}

.noborder {
    border: none;
}

.box {
    text-align: center;
    border: 1px solid black;
    padding: 1rem 0;
}

section h1 {}

h5 {
    color: #929292;
}

h2 {
    color: #929292;
}

p {
    text-align: left;
    font-weight: normal;
    line-height: 1.4;
    font-size: 1.1rem;
}
h1 {
    font-weight: bold;
}

header {
    font-size: 2.8rem;
    font-weight: bold;
    padding: 8px;
    display: block;
    position: sticky;
    top: 0;
    background-color: white;
    border-bottom: 1px black solid;
}

h4, h5 {
    margin: 0;
    line-height: 1.1;
}

h3 {
    font-weight: normal;
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.4;

}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: left;
}
li {
    font-weight: normal;
    line-height: 1.4;
    font-size: 1.1rem;

}