/* offcanvas */

#offcanvas {
    position: fixed;
    height: 100%;
    width: 40%;
    right: 0;
    z-index: 7;
    right: -40%;
    overflow-y: auto;
}

@media screen and (max-width: 640px) {
    #offcanvas {
        width: 70%;
        right: -70%;
    }
}

#offcanvas_ul {
    width: 100%;
    text-align: center;
    margin-top: 3rem;
}

#offcanvas_ul li {
    margin-bottom: 1rem;
}

.offcanvas_ool_button {
    width: 130px;
    height: 50px;
    line-height: 50px;
    border: 1px solid;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
    cursor: pointer;
}

#offcanvas_socials_ul {
    width: 100%;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 1rem;
}

#offcanvas_socials_ul li {
    display: inline-block;
    margin: 0 1rem;
    height: 30px;
    width: 30px;
}

@media screen and (max-width: 640px) {
    #offcanvas_socials_ul li {
        margin: 0 0.5rem;
    }
}

#dumb_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 4;
}

#offcanvas #backarrow {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    margin-top: 2rem;
    border: 1px solid #fff;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

#signup-form {
    display: inline-block !important;
}

.signup-email {
    padding: 10px;
    height: 40px;
    background-color: #eee;
    width: 100% !important;
}