.theme-subheader{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-color: rgb(152, 93, 177);
}

.qa-env .theme-subheader{
    background-image: linear-gradient(65deg,rgb(152, 93, 177) 90%, #ffc107 10% )!important;
    box-shadow: none;
}


.panel-info > .panel-heading{
    color: #fff;
    background-color: rgb(152, 93, 177);
    border-color: rgb(152, 93, 177);
    font-size: 1.8rem;
    border-radius: 0;
}

.nav > li > a {
    padding: 8px 12px;
}


.navbar-inverse .navbar-nav > li > a:hover{
    color: rgb(152, 93, 177);
}

.navbar-inverse .navbar-nav > li.active > a, .navbar-inverse .navbar-nav > li.active > a:active, .navbar-inverse .navbar-nav > li.active > a:visited{
    color: #fff;
    background-color: rgb(152, 93, 177);
    border-color: rgb(151, 88, 176);;
    padding: 10px 15px!important;
    border-radius: 0;
}

.navbar-inverse .navbar-nav > li.active > a:hover{
    background-color: rgb(127, 62, 147);
}

.theme-purple{
    background-color: rgb(152, 93, 177);
}

.su-bar{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.su-bar p{
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    color: rgb(54, 22, 68);
}

.su-bar a{
    text-decoration: underline;
    transition: all .3s ease-in-out;
    color: rgb(54, 22, 68);
}

.su-bar a:hover{
    color: #fff;
}

.m-h-screen{
    min-height: 100vh;
}

.py-3{
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.theme-footer-dark-purple{
    background-color: rgb(54, 22, 68);
    font-size: 12px;
    padding: 1.75rem 0;
}

.theme-footer-dark-purple a{
    color: rgb(152, 93, 177);
}

.text-purple{
    color: rgb(152, 93, 177);
}

.footer-extrabold{
    font-size: 24px;
    line-height: 1.7rem;
    font-weight: 700;
    color: #071c15;
}

.bg-gray{
    background-color: #eff0f6;
}

.bg-primary-800 {
    background-color: rgb(83, 37, 103);
}

.text-primary-100 {
    color: rgb(240, 209, 234);
}


a.text-primary-100{
    display: block;
    font-weight: 600;
    width: 100%;
    padding-top: .25rem;
    padding-bottom: .25rem;

}

a.text-primary-100:hover{
    color: rgb(152, 93, 177);
}

.light-green-box{
    background-color: rgb(152, 93, 177);
}

.board-row h2 a{
    color: rgb(152, 93, 177);
}

.light-green-tag-box{
    background-color: rgb(152, 93, 177);
}

.panel-register{
    border: 1px solid rgb(152, 93, 177);
}

.light-green-title{
    color: rgb(152, 93, 177);
}

.nav .btn-login{
    padding: 10px 15px!important;
    border-radius: 0;
    color: #fff!important;
    background-color: rgb(219, 124, 0)!important;
    border: none;
}

.nav .btn-login:hover,
.nav .btn-login:focus,
.nav .btn-login:active,
.nav .btn-login.active,
.open .dropdown-toggle.btn-login{
    color: #fff!important;
    background-color: rgb(167, 68, 0)!important;
    border: none;
}
.btn-primary{
    background-color: rgb(152, 93, 177);!important;
    border-color: rgb(152, 93, 177)!important;
}

.btn-primary:hover{
    background-color: rgb(111, 55, 135)!important;
}
