html {
}

body {
	color: #333;
	font-family: Assistant, Roboto, Helvetica, Arial, sans-serif;
	font-weight: 100;
}

body .container.page-content {
	
  margin: 4vw  auto;
  padding: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.navbar-brand img {
	max-width: 150px;
}

.card .card-body a {
  color: #fff;
}

#teams-home .card .card-body {
	min-height: 3em;
}

#teams-home .card .card-body img {
	max-height: 200px;
	max-width: 200px;
	object-fit: scale-down;
}


.headshot {
	width: 13vw;
	height: 13vw;
	min-width: 150px;
	min-height: 150px;
	max-width: 250px;
	max-height: 250px;
	border-radius: 50%;
	object-fit: cover;
	margin-top: 1rem;
	margin-left: 12vw;
	border: 4px solid white;
	position: relative;
	z-index: 1;
	box-shadow: 2px 2px 7px #aaa;
}

#profile .container {
	border-color: #ccc;
	background-color: #fff;
	border-radius: 0;
	-webkit-box-shadow: 3px 3px 5px 6px #eee;
	-moz-box-shadow:    3px 3px 5px 6px #eee;
	box-shadow:         3px 3px 5px 6px #eee; 
}
