.nav-pills > li > a.active {
    background-color: #000000!important;
    color: #F9AA33!important;
}
.nav-pills > li > a {
	color: white!important;
}
.nav-pills > li > a:hover {
	color: white!important;
}

.nav-pills > li > a:focus {
    background-color: #F9AA33 !important;
}

.dropdown-item {
    color: #F9AA33!important;
}

.dropdown-item.active {
    background-color: black!important;
    color: #F9AA33!important;
}

.dropdown-item.active:hover {
    color: white!important;
}

.dropdown-item:focus {
    background-color: white!important;
}
#titlebg {
    background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); 
}

#title {
	color: #F9AA33;
	font-size: 70px;
}
.selected-color {
    color: #F9AA33 !important;
}

.labstat {
    text-align: center;
    /*display: none;*/
}

.test {
    text-align: center;
}
.inline {
    text-align: center;
}

.btn-custom {
    background-color: #F9AA33;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    opacity: 0.8;
}

#brand-icon {
    position: relative;
    top: 8px;
    height: 40px; 
    width: 40px; 
    margin: 0px 10px 0px 0px; 
}

.btn-back {
    display: inline; 
    position: absolute; left: 15px;
    margin: 8px 0px 8px 0px;
}
.btn-back:hover {
    color: white;
}

.button-link {
    text-decoration: none;
    color: white;
    padding: 5px;
}

.linkDec {
    text-decoration: none;
    color: white!important;
}
.linkDec:hover {
    color: #F9AA33!important;
    text-decoration: none;
}

.bar {
	background-color: #344955;
}

.btn-custom:hover {
	opacity: 1;
}

input {
   text-align:center;
}

#link1 {
    text-decoration: none;
    color: white;
}
#link2 {
    text-decoration: none;
    color: white;
}

.buy {
	text-align: center;
    color: white;
}

.secText {
    color: rgb(60, 60, 60);
}

.lowerhalf {
    background-color: rgb(240, 240, 240);
    width: 100%;
    border-radius: 5px;
}

li > h2 {
	margin-bottom: 50px
}

.space {
    padding-top: 40px;
}

.question {
	margin: 10px;
}

.qcheckbox {
	margin: auto;
}

.answer {
	display: inline-block;
	
}

.extraS {
    display: none;
}

.form-btn {
    margin: 10px;
}

.sign_body {
    background-color: green;
}
.cards {
    background-color: white!important;
    max-width:800px;
    margin: 0 auto; /* Added */
    float: none; /* Added */
    margin-bottom: 10px; /* Added */
}
#back {
    display: none;
}

.adsize {
    width: 200px; 
    height: 100px;

}

.fa-external-link {
    color: white;
}

.btn-mlink {
    background-color: #F9AA33;
}

.btn-mlink:hover {
    background-color: black;
}

.topic-names {
    color: black;
}

.topic-names:hover {
    color: #F9AA33;
    cursor: pointer!important;
}

.my-bottom-margin {
    margin-bottom: 50px;
}

.card-we {
    border-color: #552960;
}
.card-oh {
    border-color: #19b2d1;
}
.card-s {
    border-color: #e66607;
}
.card-hra {
    border-color: #bf2511;
}
.card-specialist {
    border-color: #262f44;
}
.card-professional {
    border-color: #344955;
}

.sign-img {
    align-content: center;
}