@import "_nav.css";

#content_body {
    min-height: calc(100vh - 120px);
    padding: 30px 0;
}

.home {
    min-height: 20vh;
    text-align: center;
    font-size: 22px;
    padding-top: 100px;
}

.text-low {
    opacity: 0.4;
}


.page-title {
    padding: 10px;
}

.menu a {
    color: white;
}

.page-header {
    color: white;
}

.form-wrapper {
    border: 4px solid white;
    border-radius: 4px;
    padding: 25px 18px;
    box-shadow: 0 0 15px #b1b0b0;
}

.fa {
    padding: 0 6px;
}

.text-stoke {
    -webkit-text-stroke: 1px green;
    text-stroke: 1px solid green;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    font-weight: 700;
    font-size: 36px;
    letter-spacing: -.015em;
    color: #fff;
    padding: 8px 24px;
    box-shadow: 0 0 15px #d2d2d2;
    border-radius: 4px;
}

.btn-custom {
    color: #fff;
    background-color: #f4633a;
    border-color: #f4633a;
}

.btn-custom:not(:disabled):not(.disabled).active,
.btn-custom:not(:disabled):not(.disabled):active,
.show>.btn-custom.dropdown-toggle {
    color: #fff;
    background-color: #be4c2d;
    border-color: #be4c2d;
}

