
body {
	min-height: 100%;
	background-color: #fafafa;
	font-family: 'Oswald';
	display: flex;
	flex-direction: column;
}

.card {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	max-height: 30%;
	text-align: center;
	/*background-color: #CAB29F*/
	background-color: #D9D9D9;
	border-radius: 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	padding: 40px 40px 40px 40px;
	margin: 40px 40px 40px 40px;
}

#headshot {
	border-radius: 20px;
}

a:hover{
	opacity: 0.7;
}

.carousel {
	height: 100%;
	margin: 0px 40px 40px 40px;
	padding: 15px;
	text-align: center;
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}

.scroller {
	border-radius: 20px;
	overflow-x: scroll;
	display:flex;
	scroll-snap-type: x mandatory;
	flex: 1 1 auto;
}

embed { 
	width: 20%;
	min-height: 300px;
}

.carousel-item {
	min-width: 100%;
	min-height: 300px;
	background-color: white;
	scroll-snap-align: center;
}

