.bg-dark {
    background-color: #2e3091 !important;
}

.navbar-brand {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-right: 1rem;
    font-size: 1.25rem;
    white-space: nowrap;
}

.font-white{
	color: white;
}

.footer .btn.btn-social {
    margin-right: 5px;
    color: #ffffff;
    border: 1px solid #9B9B9B;
    border-radius: 38px;
    transition: .3s;
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #ffffff;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.btn-primary {
    color: #000;
    background-color: #f58e36;
    border-color: #f58e36;
}

.bg-primary {
    background-color: #004fa3 !important;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 30px;
    top: 350px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float{
    margin-top:16px;
}