@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

html {
	font-family: 'Inter','sans-serif';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}

#main-container {
	margin: auto;
}

#logo {
	display: block;
	width: 188px;
	margin: auto;
	margin-bottom: 48px;
}

#main-container {
	max-width: 1440px;
	padding: 64px;
}

h1 {
	font-size: 40px;
	line-height: 48px;
}

h2 {
	font-size: 32px;
	line-height: 40px;
	font-weight: 900;
}

h3 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 900;
}

p {
	font-size: 16px;
	line-height: 24px;
}

p a {
	color: #000;
}

nav a {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: 900;
	text-decoration: none;
	color: #666;
	margin: 0 24px 0 24px;
	transition-duration: .25s;
	border-bottom: 2px solid #fff;
	padding: 0 0 4px 0;
}

nav a:hover {
	color: #000;
	border-bottom: 2px solid #000;
}

nav {
	text-align: center;
	margin-bottom: 80px;
}

.project h2 {
	margin-bottom: 8px;
	color: #000;
}

.project p {
	color: #666;
}

.project img {
	margin-bottom: 12px;
}

.project {
	margin-bottom: 80px;
	display: block;
	cursor: pointer;
	text-decoration: none;
}

footer {
	background: #000;
	padding: 64px;
}

#social {
	text-align: center;
	margin-bottom: 40px;
}

#social a {
	display: inline-block;
	width: 20px;
	margin: 8px;
}

.nav-footer {
	margin-bottom: 48px;
}

.nav-footer a {
	border-bottom: 2px solid #000;
}

.nav-footer a:hover {
	color: #fff;
	border-bottom: 2px solid #fff;
}

footer p {
	color: #666;
	text-align: center;
}

.social-icon {
	fill: #666;
	transition-duration: .25s;
}

.social-icon:hover {
	fill: #fff;
}

.body-copy, .body-title {
	max-width: 864px;
	margin: 0 auto 24px auto;
}

#body-container {
	margin-bottom: 80px;
}

.flex-container {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 80px auto;
	flex-wrap: wrap;
}

.fc-small {
	max-width: 1088px;
}

.image-card {
	width: calc(33.33% - 40px);
}

.image-card img {
	border: .5px solid #bbb;
	border-radius: 4px;
	margin-bottom: 8px;
}

.image-card p {
	color: #666;
	font-size: 14px;
	line-height: 20px;
}

.line-divider {
	background: #bbb;
	height: .5px;
	margin-bottom: 80px;
}

.video-card {
	width: calc(50% - 32px);
	margin-bottom: 48px;
	text-decoration: none;
}

.video-card img {
	margin-bottom: 8px;
}

.video-card p {
	color: #666;
}

.video-card h3 {
	color: #000;
	margin-bottom: 4px;
}

.last-child {
	margin-bottom: 0;
}

.bio-img {
	max-width: 240px;
	margin-bottom: 24px;
}

@media only screen and (max-width: 800px) {

#main-container {
	padding: 32px;
}

footer {
	padding: 32px;
}

nav {
	margin-bottom: 48px;
}

#logo {
	margin-bottom: 32px;
}

.project {
	margin-bottom: 48px;
}

nav a {
	margin: 0 16px 0 16px;
}

#social {
	margin-bottom: 24px;
}

.nav-footer {
	margin-bottom: 32px;
}

.video-card {
	width: 100%;
}

.image-card {
	width: calc(33.33% - 16px);
}

#body-container {
	margin-bottom: 48px;
}

.flex-container {
	margin-bottom: 48px;
}

.line-divider {
	margin-bottom: 48px;
}

.last-child {
	margin-bottom: 48px;
}

}

@media only screen and (max-width: 600px) {

#main-container {
	padding: 16px;
}

footer {
	padding: 16px;
}

nav a {
	margin: 0 8px 0 8px;
}

}






























