.navbar-nav{
    font-weight: bold;
    margin-left: 160px;
}

.float{
	position:fixed;
	bottom:20px;
	left:20px;
    z-index:100;
}

.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}

.h-18{
    max-height: 180px;
    width: auto;
    margin-left: 3px;
}

.box-logo {
    background-color: #ffffff;
    position: absolute;
    height: 100px;
    width: 150px;
    display: flex;
    justify-content: center;
    z-index: 1;
    align-items: flex-end;
    box-shadow: 0 3px 5px rgba(0,0,0,.4);
}

.dropdown-toggle,
.dropdown-menu {
    border-radius: 0px !important;
}

.dropdown-item:hover {
    color: white;
    background-color: #dc3545;
}

.btn-danger {
    width: 55%;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}