.bg-orange{
    background: #FBAF3F;
}
.btn-orange,.btn-fill:hover{
    background: none;
    border:1px solid #FBAF3F;
    color: #FBAF3F;
    border-radius:25% / 50%
}
.btn-orange:not(.btn-fill):hover,.btn-orange.btn-fill:not(:hover){
    background: #FBAF3F;
    border:1px solid transparent;
    color: #fff;
}
code{
    font-size: 100%;
    color: inherit;
}
.steps .step-num{
    margin-right: 10px;
}
@media (min-width: 992px) {
    .floating{
        position: fixed !important;
        width: 100%;
    }

}
#share{
    color: #fff;
}
#share .share{
    max-height: 50px;
    max-width: 50px;
}
#share .share a{
    width:100%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

#share .twitter{
    background: #00acee;
}

#share .facebook{
    background: #3b5998;
}

#share .linkedin{
    background: #0e76a8;
}

#share .googleplus{
    background: #e93f2e;
}

#share .email{
    background: #FBAF3F;
}
body{
    font-family: 'Montserrat';
}
.card-title{
    color: #FBAF3F;
}