.header {
    width: 100vw;
    height: 14vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: gray;
    color: lightgray;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#quote {
    font-size: 3vh;
    margin-top: 1.5vh;
    text-align: center;
}
#warren {
    font-size: 2vh;
    margin-top: 1.5vh;
}
#chief {
    font-size: 1.5vh;
    margin-top: 0.5vh;
}
#title {
    font-size: 5vh;
    color: gray;
}
#main {
    background-image: url("debate.png");
    background-size: cover;
    width: 100%;
    height: 86vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#vert-spacer {
    width: 100vw;
    height: 2vw;
}
#paper {
    width: 96vw;
    text-align: left;
    height: 82vh;
    background-color: rgba(255, 246, 227, 0.904);
    color: black;
    padding: 2vh;
    box-sizing: border-box;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    overflow: hidden;
}
#petition {
    box-sizing: border-box;
    padding: 3vh;
    font-size: 3vh;
    margin-top: 1vh;
    margin-bottom: 1vh;
}
.button-container {
    width: 100%;
    display: flex;
    justify-content: center;
}
.primary-button {
    background-color: orange;
    cursor: pointer;
    user-select: none;
    border-radius: 2px;
    height: 4vh;
    font-size: 3vh;
    box-shadow: 0px 0px 3px gray;
    color: white;
    padding: 1.5vh;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.inactive {
    opacity: 0.5;
    cursor: default;
}
.person-container {
    /* width: 99%; */
    /* display: flex; */
    /* flex-direction: row; */
    /* justify-content: space-around; */
    background-color: white;
    font-size: 2vh;
    padding: 0.5vh;
    color: gray;
    padding-top: 0.25vh;
    padding-top: 0.25vh;
    margin-top: 0.25vh;
    box-shadow: 0px 0px 3px gray;
}
.person-num {
    font-size: 2vh;
    color: lightgray;
    padding-right: 1vh;
}
.first-name {
    font-size: 2vh;
    color: gray;
    padding-right: 1vh;
}
.last-name {
    font-size: 2vh;
    color: gray;
    padding-right: 1vh;
    color: rgba(128, 128, 128, 0.103);
    text-shadow: 0px 0px 5px gray, 0px 0px 10px gray, 0px 0px 10px gray;
}
.city {
    font-size: 2vh;
    color: gray;
    padding-right: 1vh;
}
.state {
    font-size: 2vh;
    color: gray;
    padding-right: 1vh;
}
.person-sig {
    font-size: 2vh;
    color: rgba(128, 128, 128, 0.103);
    padding-right: 1vh;
    font-family: cursive;
    text-shadow: 0px 0px 5px gray, 0px 0px 10px gray, 0px 0px 10px gray;
}
#modal-curtain {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.692);
    z-index: 1;
}
#add-modal {
    position: fixed;
    padding: 3vmin;
    box-sizing: border-box;
    top: 2%;
    left: 50%;
    transform: translate(-50%, 0%);
    background-color: white;
    box-shadow: 0px 0px 3px gray;
    border-radius: 5px;
    font-family: sans-serif;
    font-size: 2vh;
    z-index: 2;
}
#add-modal-mobile {
    position: fixed;
    width: 90vmin;
    padding: 3vmin;
    box-sizing: border-box;
    top: 2%;
    left: 50%;
    transform: translate(-50%, 0%);
    background-color: white;
    box-shadow: 0px 0px 3px gray;
    border-radius: 5px;
    font-family: sans-serif;
    font-size: 2vh;
    z-index: 2;
}
#contact-modal {
    position: fixed;
    width: 90vmin;
    padding: 3vmin;
    box-sizing: border-box;
    top: 2%;
    left: 50%;
    transform: translate(-50%, 0%);
    background-color: white;
    box-shadow: 0px 0px 3px gray;
    border-radius: 5px;
    font-family: sans-serif;
    font-size: 2vh;
    z-index: 2;
}
#status-modal {
    position: fixed;
    min-width: 40vh;
    padding: 3vmin;
    box-sizing: border-box;
    top: 2%;
    left: 50%;
    transform: translate(-50%, 0%);
    background-color: white;
    box-shadow: 0px 0px 3px gray;
    border-radius: 5px;
    font-family: sans-serif;
    font-size: 2vh;
    z-index: 2;
}
.signature-preview {
    font-family: cursive;
    font-size: 3vh;
}
.wide-input {
    font-size: 2vh;
    margin-bottom: 0.5vh;
}
#message {
    width: 100%;
    height: 10vh;
}
#contact {
    color: gray;
    font-family: sans-serif;
    font-size: 2vh;
    padding: 1vh;
    cursor: pointer;
    user-select: none;
}
.background-button {
    color: gray;
    font-family: sans-serif;
    font-size: 2vh;
    padding: 1vh;
    cursor: pointer;
    user-select: none;
    position: relative;
}
#down-arrow {
    width: 0vh;
    height: 0vh;
    border-top: 1.5vh solid darkgray;
    border-left: 0.75vh solid transparent;
    border-right: 0.75vh solid transparent;
    position: absolute;
    left: 0vh;
    top: 1.25vh;
}
#right-arrow {
    width: 0vh;
    height: 0vh;
    border-left: 1.5vh solid darkgray;
    border-top: 0.75vh solid transparent;
    border-bottom: 0.75vh solid transparent;
    position: absolute;
    left: 0vh;
    top: 1.25vh;
}

.hidden {
    display: none;
}