/* For all OHHLI specific styling needs */

h1 {
    /* text-align: center; */
    font-size: 3vw;
    font-weight: bolder;
}

input {
    width: 50vw;
    height: 3vw;
    margin: 10px 0;
    font-size: 2vw;
}

.shortenForm {
    margin: 5vh auto auto auto;
    width: 50%;
}

.mainHeader {
    font-weight: 800;
    font-size: 4vw;
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.fa-arrow-down {
    width: 100%;
    text-align: center;
    font-size: 5vw;
}

.leftinput {
    width: 28vw;
}

.rightinput {
    width: 17vw;
    float: right;
}