.contact-form > * {
    margin-bottom: 1rem;
}

#id_headshot {
    padding-top: 3px;
}

select#id_show {
    width: 100%;
}

#job_description p {
    font-size: 0.75em;
}

#job_description li {
    font-size: 0.75em;
}

input[name="headshot"] {
    padding-top: 3px;
}

.contact-form input{
    color: white;
}

#review_form input {
    color: white;
}

#review_form select {
    color: white;
}

.contact-form textarea{
    color: white;
}

.contact-form select{
    color: white;
}

#review_form select{
    color: white;
}

textarea.form-control{
    height: 75%;
}

.help_text{
    color: red;
    text-align: center;
}

#forgot{
    text-decoration: underline;
}

.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
}

.book-your-text{
    font-family: bebas-neue;
    font-weight: 250;
    font-size: 40px;
    letter-spacing: 8px;
    line-height: 1em;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}

.private-text{
    font-family: libre-franklin-black;
    font-weight: 400;
    font-size: 80px;
    letter-spacing: .03em;
    line-height: 1em;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}

.private-event-text{
    display: flex;
    justify-content: flex-end;
    margin-top: 81px;
}

.form-row {
    display: flex;
    align-items: center;  /* this will vertically center the child elements */
}

.ui-autocomplete {
    position: absolute;
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
        /* prevent horizontal scrollbar */
    overflow-x: hidden;
        /* add padding to account for vertical scrollbar */
    padding-right: 20px;
    background: #FFFFFF;
    border: 1px solid #ccc;
    width: 250px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    color: #0a0a0a;
}

.ui-menu-item {
    cursor: pointer;
    list-style-type: none;
    padding: 10px;
}

.ui-menu-item:hover {
    background-color: #b21f2d;
}

#id_cities {
    height: 10em;
    font-size: 1em;
}

#avails-submit{
    background-color: red;
    color: white;
}

#loading-message{
    background-color: white;
    color: red;
}

svg {
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}