.navbar-brand {
    color: #FFF200 !important;
    font-size: 2rem !important;
    font-weight: 900 !important;
    text-shadow: 2px 2px 2px Black !important;
    white-space: nowrap !important;
    text-decoration: none;
    text-align: center;
}
    .navbar-brand:hover {
        color: #FFFF88 !important;
    }

a.nav-link {
    font-size: 1.2rem !important;
    font-weight: 500 !important;
    color: #FFFFFF !important;
    text-shadow: 1px 1px 1px Black !important;
}

    a.nav-link:hover {
        font-size: 1.2rem !important;
        font-weight: 500 !important;
        color: #FFF200 !important;
        text-shadow: 1px 1px 1px Black !important;
    }

    a.nav-link.active {
        color: lightyellow !important;
        font-weight: 700 !important;
        color: #FFF200 !important;
        text-shadow: 2px 2px 2px Black !important;
    }

button.btn-link {
    font-size: 1.2rem !important;
    font-weight: 500 !important;
    color: #FFFFFF !important;
    text-shadow: 1px 1px 1px Black !important;
}

    button.btn-link:hover {
        font-size: 1.2rem !important;
        font-weight: 500 !important;
        color: #FFF200 !important;
        text-shadow: 1px 1px 1px Black !important;
    }

a.nav-user {
    font-weight: 500 !important;
    color:greenyellow !important;
    white-space: nowrap !important;
    text-shadow: 2px 2px 2px black !important;
}

a.nav-user:hover {
    font-weight: 500 !important;
    color: greenyellow !important;
    white-space: nowrap !important;
    text-shadow: 2px 2px 2px black !important;
}

a.nav-disable {
    color: #FFF200 !important;
    opacity: 0.4;
    white-space: nowrap !important;
}

textarea_autoheight {
    height: 100px;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.welcome-block {
    padding-left: 15px;
    padding-right: 15px;
}

.solutionstack-block {
    padding-left: 10px;
}

@media (min-width: 576px) {

    .welcome-block {
        padding-left: 25px;
        padding-right: 25px;
    }

    .solutionstack-block {
        padding-left: 20px;
    }
}

@media (min-width: 992px) {

    .welcome-block {
        padding-left: 50px;
        padding-right: 50px;
    }

    .solutionstack-block {
        padding-left: 30px;
    }
}

@media (min-width: 1400px) {

    .welcome-block {
        padding-left: 80px;
        padding-right: 80px;
    }

    .solutionstack-block {
        padding-left: 45px;
    }
}
