.container{
    max-width: 984px;
}

.badge{
    font-weight: 300;
    border-radius: 0rem;
    position: absolute;
    font-size: 0.7em;
    margin-top: -0.3em;
    margin-left: 0.2em;
}


.badge-success{
    background-color: #F93F40;
}
.btn{
    border-radius: 0.3em;
    border: 0;
}



.btn-primary{
    background-color: #F8B705;
    color: #010004;
    font-weight: 300;

    /*border: #012C81 6px solid;*/
}


.btn-secondary.disabled, .btn-secondary:disabled   {
  background-color: #FFFFFF;
  border-color: #C89600;
    color: #010004;
    font-weight: 300;
}



.btn-primary:hover {
  background-color: #C89600;
  border-color: #C89600;
    color: #010004;
    font-weight: 300;
    /*border: #F8B705 6px solid;*/
}



.nav-pills .nav-link{
    border-radius: 0;
}


.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #E8E8E8;
    color: #000;
}

li.nav-item:hover{
    background-color: #D7D7D7;

}

.bg-primary{
    background-color: #203983 !important;
}

.navbar a{
    border: 0;
}


.modal-content{
    color: #000;
    border-radius: 0;
}

.form-control{
    border-radius: 0;
}



.carousel-control-prev, .carousel-control-next{
    border-bottom: 0;
}



.carousel-indicators{
    bottom: -30px;
}
