@charset "utf-8";
/* CSS Document */
.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    color: white !important;
}

.display-4 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}



.nav-tabs .nav-link {
	color: #6c757d !important;
  background-color: white!important;
	border-color: white white black !important;
	
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057 !important;
  background-color: #fff !important;
  border-color: black black #fff !important;
}

.nav-tabs .nav-link:hover {
  border-color: black black White !important;
  background-color: black!important;
	color: White !important;
}


.card-horizontal {
    display: flex;
    flex: 1 1 auto;
	
}

.list-horizontal li {
	display:inline-block;
}
.list-horizontal li:before {
	content: '\00a0\2022\00a0\00a0';
	color:black;
		font-size: 1rem;
}
.list-horizontal li:first-child:before {
	content: '';
}

.img-square-wrapper 
	
	{  
       align-content: center !important;  
       margin-top: auto;
	   margin-bottom: auto;
}

