img {
    height: 100%;
}

header {
    display: flex;
    height: 20%;
}

.homeButton {
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-color: transparent;
    outline: none;
}

/* https://www.tutorialrepublic.com/faq/how-to-change-the-cursor-into-a-hand-pointer-on-hover
-using-css.php#:~:text=You%20can%20simply%20use%20the,the%20default%20text%20selection%20cursor. */
.homeButton:hover, .tab:hover {
    cursor: pointer;
}


.line1px {
    display: block;
    height: 0.25vh;
    background-color: rgb(131, 220, 244);
}

.line3px {
    display: block;
    height: 0.5vh;
    /* background-color: rgb(59, 186, 228); */
    background-color: rgb(94, 205, 242);
}

.tabs {
    display: flex;
    height: 5.5vh;
    background-color: rgb(221, 245, 252);
}

.tab {
    width: 20%;
    height: 100%;
    background-color: transparent;
    border-bottom: none;
    border-top: none;
    border-left-color: rgb(94, 205, 242);
    border-right-color: rgb(94, 205, 242);
    border-width: 0.1vh;
    font-size: 3.5vh;
    color: rgb(94, 205, 242);
    font-family: Apple Chancery, Palatino, URW Palladio L, Didot, serif;
    font-style: italic;
    font-weight: 900;
    letter-spacing: 0.1em;
}

.text {
    margin-top: 10vh;
    margin-right: 2vh;
    margin-left: 2vh;
    color: rgb(59, 186, 228);
}

.title {
    margin-top: 10vh;
    margin-bottom: 4vh;
    margin-left: 6.5%;
    margin-right: 6.5%;
    font-size: 5vh;
    font-weight: bold;
    letter-spacing: 0.1em;
    -webkit-text-stroke: 0.1px rgb(59, 186, 228);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: rgb(59, 186, 228)
}

h2 {
    font-size: 4vh;
}

.content {
    display: block;
    margin-left: 6.5%;
    margin-right: 6.5%;
    width: 87%;
    margin-bottom: 3vh;
    font-size: 3vh;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    line-height: 6vh;
}

.description {
    margin-top: 0.5vh;
}

.center {
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.centerImage {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 10vh;
}
.construction {
    width: 50vh;
    height: 50vh;
}

.chairList {
    display: flex;
}

.contentLeft {
    width: max-content;
    font-weight: bold;
    margin-right: 6vh;
}

.note {
    margin-top: 0.5vh;
    font-size: 2vh;
}

.subheader {
    font-weight: 600;
    font-size: 3.5vh;
}

ul {
    margin-top: 0;
    margin-bottom: 0;
}