:root {
    --size-3vh: 4vh;
    --size-2vh: 2vh;
    --size-1vh: 1vh;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    font-family: "Roboto", sans-serif;
}

.box2 ul p {
    display: list-item;
    list-style-type: disc;
    list-style-position: outside;
}

main {
    width: 100vw;
    overflow-x: hidden;
    min-height: 100vh;
    background-color: #eeefe5;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}

#logo {
    margin: var(--size-3vh);
    height: 15vh;
}

#logo img {
    object-fit: contain;
    height: 100%;
}

.divider {
    color: #eeefe5;
    text-shadow: 2px 2px #4e4e4e88;
    font-size: 3rem;
    min-height: 12vh;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #abd5c7;
    font-weight: bold;
    text-align: center;
}

/* Hide Answer By Default */
.box2 ul {
    display: none;
}

u {
    text-decoration: none;
}

.big-question {
    margin: var(--size-3vh);
    text-align: center;
    width: 80%;
}

.button-container {
    width: 20%;
    display: flex;
    justify-content: space-between;
    margin-bottom: var(--size-3vh);
}

.button-container button {
    padding: 0.5rem 3rem;
    width: 12rem;
    font-size: 1rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #539484;
    border: 1px solid transparent; /* Green */
}

.button-container button.targeted {
    color: #539484;
    background-color: transparent;
    border: 1px solid #539484; /* Green */
}

.symptoms-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.symptoms-button-container button {
    padding: 0.5rem 4rem;
    width: 12rem;
    font-size: 1rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #539484;
    border: 1px solid transparent; /* Green */
}

.symptoms-button-container button.targeted {
    color: #539484;
    background-color: transparent;
    border: 1px solid #539484; /* Green */
}

.box {
    margin: 0 auto var(--size-3vh) auto;
    text-align: justify;
    width: 55%;
}

.red {
    color: rgb(194, 56, 56);
}

.spacer {
    height: var(--size-2vh);
}

.spacer-1vh {
    height: var(--size-1vh);
}

.spacer-2vh {
    height: var(--size-2vh);
}

.spacer-3vh {
    height: var(--size-3vh);
}

.spacer-half {
    height: 0.5vh;
}

.arrow {
    /* padding-left: 100%; */
}

.divider2 {
    font-size: 3rem;
    height: 5vh;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #abd5c7;
}

.ans2-yes h4,
.ans2-no h4 {
    color: #008752;
    background: white;
    min-height: 5vh;
    display: flex;
    align-items: center;
    padding: 2vh 2.5%;
    justify-content: space-between;
    cursor: pointer;
}

.box2 h4 b {
    width: 90%;
}

.box2 h4 b u {
    width: 80%;
}

.arrow-down {
    display: none;
}

.arrow-down.show,
.arrow-left.show {
    display: block;
}

.arrow-left {
    display: none;
}

.ans1-yes,
.ans1-no,
.ans2-yes,
.ans2-no,
.box1,
.box2 {
    display: none;
}

.dropbtn div {
    width: 20px;
    height: 3px;
    background-color: rgb(54, 53, 53);
    margin: 6px 0;
}

nav {
    display: flex;
    position: fixed;
    top: 0;
    align-self: flex-end;
    align-items: center;
    justify-content: center;
    width: 10%;
    /* right: 0.5%; */
    z-index: 1;
}

nav a {
    margin-top: 10%;
    /* margin-right: 100%; */
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
}

.dropdown {
    display: none;
    float: left;
    overflow: visible;
    z-index: 5;
}

/* Dropdown button */
.dropdown .dropbtn {
    font-size: 0.5rem;
    border: none;
    outline: none;
    color: black;
    padding: 14px 16px;
    background-color: transparent;
    font-family: inherit; /* Important for vertical align on mobile phones */
    margin: 0; /* Important for vertical align on mobile phones */
}

.dropdown-content {
    display: none;
    position: absolute;
    left: -100%;
    /* top: 0; */
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    float: none;
    color: black;
    padding: 9px 16px;
    border-bottom: 1px solid black;
    text-decoration: none;
    background-color: #f9f9f9;
    display: block;
    text-align: left;
    margin: 0;
    width: 100%;
    height: 100%;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

@media screen and (max-width: 2560px) {
    .button-container {
        width: 25%;
    }
}
@media screen and (max-width: 1980px) {
    .button-container {
        width: 30%;
    }
}

@media screen and (max-width: 1400px) {
    .button-container {
        width: 40%;
    }

    .box {
        width: 60%;
    }
}

@media screen and (max-width: 1131px) {
    .button-container {
        width: 50%;
    }

    .box {
        width: 70%;
    }
}

@media screen and (max-width: 850px) {
    .button-container {
        width: 60%;
    }
}
@media screen and (max-width: 650px) {
    .box {
        text-align: left;
    }

    .dropdown {
        display: inline-block;
    }
    nav a {
        display: none;
    }
    .dropbtn div {
        width: 25px;
        transform: translateX(-15px);
        height: 3px;
        margin: 5px 0;
    }

    .button-container {
        width: 70%;
    }

    .box {
        width: 80%;
    }
}
@media screen and (max-width: 600px) {
    html {
        font-size: 80%;
    }

    .box p,
    .box h4 {
        font-size: 1.2rem;
    }

    .box2 ul p {
        display: list-item;
        list-style-type: disc;
        list-style-position: outside;
        width: 95%;
        margin-left: auto;
    }

    .button-container button {
        width: 10rem;
    }
}

@media screen and (max-width: 375px) {
    html {
        font-size: 80%;
    }

    .dropdown .dropbtn {
        font-size: 0.25rem;
    }

    .button-container button {
        width: 8rem;
    }

    .divider {
        font-size: 2rem;
    }
}

@media screen and (max-width: 320px) {
    html {
        font-size: 75%;
    }
}

@media screen and (max-height: 800px) {
    :root {
        --size-3vh: 3vh;
        --size-2vh: 3vh;
        --size-1vh: 2vh;
    }

    .divider {
        font-size: 2rem;
    }
}

.box2 * .show {
    display: block;
}

.box2 ul.show {
    background: white;
    /* height: 5vh; */
    padding: 0% 5%;
    justify-content: space-between;
}
