@import "normalize.css";

@font-face
{
	font-family: "Playfair Display";
	src: url('playfairdisplay.ttf');
}

a,
a:active,
a:visited
{
	color: inherit;
	font-weight: bold;
	text-decoration: none;
	transition: 0.3s;
}

a:hover
{
	opacity: 0.75;
}

body
{
	font-family: Arial, sans-serif;
	font-size: 1.1rem;
	line-height: 1.5;
}

footer
{
	padding: 20px;
	text-align: center;
}

header
{
	align-items: center;
	background-image: url('header.jpg');
	background-position: center 75%;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	height: 20vh;
	justify-content: center;
	min-height: 150px;
	padding: 20px;
	text-align: center;
}

h1
{
	color: #FFFFFF;
	font-family: Playfair Display, Times New Roman, serif;
	font-size: 2.5rem;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
}

main
{
	
}

main section
{
	padding: 20px;
}

main section .inset
{
	margin: auto;
	max-width: 1000px;
}

#examples
{
	background-color: #C3003F;
	color: #FFFFFF;
}

#work
{
	background-color: #576781;
	color: #FFFFFF;
}

.italic
{
	font-style: italic;
}

.profile
{
	align-items: center;
	display: flex;
	padding: 20px 0;
}

.profile img
{
	border-radius: 50%;
	margin-right: 40px;
	max-width: 300px;
}

.text-large
{
	font-family: Playfair Display, Times New Roman, serif;
	font-size: 1.5rem;
}

.text-small
{
	font-size: 0.75rem;
}

@media screen and (max-width: 600px)
{
	.profile
	{
		display: block;
		text-align: center;
	}

	.profile img
	{
		margin: auto;
	}
}