/* Estimate Request Form CSS Version 1.0 */

#estimate-request-form {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;

    background-color: rgba(0, 0, 0, 0.80);
}

#estimate-request-form form {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 60%;
    padding: 1em 2em;

    font-size: calc(16px + 0.5vw);
    color: #000000; /* Brushworks Black */
    background-color: #FFC000; /* Brushworks Accent Yellow */
}

#estimate-request-form textarea {
    display: block;
    width: 100%;
}

#estimate-request-form .buttons {
    float: right;
    margin-top: 1em;
}