body {
	font-family: "Open Sans", Verdana, sans-serif;
	font-weight: 400;
	font-size: 1em;
	margin: 0;
}

@media only screen and (max-width: 750px), (max-device-width: 480px) {
	#portrait {
		width: 360px;
		height: 360px;
	}
}

p {
	text-align: justify;
}

h1, h2, h3 {
	font-family: "EB Garamond", Georgia, serif;
	font-weight: 400;
	margin: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover, h2 a:visited, .link, .selected {
	text-decoration: underline;
	text-decoration-color: hsl(207, 44%, 49%);	/* 'SteelBlue */
	text-underline-position: under;
}

.link:hover {
	color: hsl(207, 44%, 49%);
}

.icons {
	margin-left: 8px;
	margin-right: 8px;
	display: flex;
}

.icons img {
	margin-left: 3px;
	margin-right: 3px;
	filter: saturate(80%);
}

hr {
	margin-top: 30px;
	margin-bottom: 30px;
}

em {
	font-style: italic;
	color: hsl(207, 44%, 49%);
}

li p {
	font-size: 0.9em;
	margin-left: 10px;
}

.header {
	background-color: hsl(207, 44%, 15%);
	color: white;
	display: flex;
	justify-content: center;
	padding-bottom: 4px;
}

.headercard {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.header h1 {
	font-size: 3em;
}

.header h2 {
	font-size: 1.8em;
}

.header h1 a {
	text-decoration: none;
}

.header h2 {
	margin-top: -8px;
}

.bullet {
	font-size: 0.9em;
	position: relative;
	top: 3px;
	margin-left: 6px;
	margin-right: 4px;
}

.header .icons {
	margin-top: 8px;
	display: flex;
}

.content {
	max-width: 1125px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 75px;
	padding-right: 75px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

.content h1 {
	font-size: 1.8em;
	color: hsl(207, 44%, 15%);
}

.content p {
	margin-top: 5px;
}

#portrait {
	float: right;
	border-radius: 10px;
	margin-left: 25px;
	margin-bottom: 15px; 
}

.row {
	margin-top: 15px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.row-item {
	width: 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.row-item h1 {
	text-align: center;
}

.row-item h2 {
	font-size: 1.4em;
	color: hsl(207, 44%, 15%);
	margin-top: 5px;
	text-align: center;
}

.row-item p {
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	font-size: 0.8em;
	text-align: center;
}

.row-item img {
	margin-top: 5px;
	border-radius: 5px;
}

.video-background {
	margin-top: 5px;
	border-radius: 5px;
	width: 240px;
	height: 240px;
	background-size: 100%;
	display: flex;
	align-items: flex-end;
}

.video-background img {
	padding: 10px;
	margin-left: auto;
	filter: saturate(80%);
}

.footer {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	background-color: hsl(207, 44%, 15%);
	color: white;
	font-size: 0.8em;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer h3 {
	margin-left: 8px;
	display: flex;
}