#logo{
	
	color:black;
	text-decoration: none;
	display: flex;
   	align-items:center;
}

#logo > img {
	max-width:30px;
	max-height:30px;
}

#logo > h2 {
	display:inline-block;
	margin-bottom:0rem !important;
}


.nav-link:hover {
	color:#0093d0 !important;
	text-decoration:none;
}

#sba-logo {
	float:right;
}

/* Add some shadows to create a card effect */
.team {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin:1rem;
  padding:0 !important;
}

.team > img {
	height:35vh;
	object-fit: cover;
}

.profilepicture img {
    max-width: 200px;
    height: 250px;
    object-fit: cover;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.member-description{
	padding:15px;

}

.member-description > p {
	margin-bottom: 0;
}

/*body {
	font-size: 1.2rem;
	word-spacing: 5px;
}*/

.logo {
	width:7rem;
}
/* pre tag for code blocks */
.codehilite pre {
	background-color: lightgray;
	padding: 5px;
}

.project-body img { 
	max-width: 100%;
	width: auto;
	display: block;
	margin: auto;
	margin-top: 3rem;
}

#privacy-text {
  white-space: pre-wrap;
  word-wrap: break-word;
  text-align: justify;
}

.table .thead-dark th {
    color: #fff;
    background-color: #0093d0;
    border-color: #0093d0;
}

.services > a:hover {
	text-decoration:none;
}

body {
	font-family: Verdana, sans-serif;
}

/* @font-face { */
/*   font-family: Leelawadee; */
/*   font-style: normal; */
/*   font-weight: 400; */
/*   src: local("Leelawadee"), url(https://www.sba-research.org/wp-content/themes/sba-research-theme/assets/fonts/leelawad.woff) format("woff"); */
/* } */

