.logo {
  max-height: 30px;
  padding: 0;    
}



.card-wrapper {
  min-height: 400px;
 }

.card.card-footer {
        align-self: flex-end;
        flex: 1 1 auto;
    }


.dropdown .dropdown-menu.dropdown-primary .dropdown-item:active, .dropdown .dropdown-menu.dropdown-primary .dropdown-item:hover {
    background-color: #6F1011 !important;
}


@media (min-width: 992px) {
  .modal-lg {
    max-width: 1280px;
  }
    
} 

#about a, #customers  a, #websites a {
    border-bottom: 1px solid dotted ;
    border-bottom: thin #515151 dotted;
    color: darkred;
}

 #about a:hover, #customers  a:hover {
    border-bottom: thin darkred solid;
    color: darkred;
}


#preferred { /* security field*/
	position:fixed;
	left: 2000px;	
}


.nav.nav-tabs.nav-justified {
    background-color: #860D0D;
}

.nav.nav-tabs.nav-justified a {
    color: white  !important;
    border-bottom: none !important;
}
