@font-face
{
	font-family: 'EB Garamond';
	src: url('EBGaramond-Regular.ttf');
	font-weight: 400;
	font-style: normal;
}

html, body
{
	margin: 0 auto;
	padding: 0;
	font-family: 'EB Garamond', Georgia, serif;
	max-width: 100em;
	background: #d1bdbd;
}

section, header, footer
{
	margin: 0;
	padding: 2vh 15vw;
}

header
{
	background: #fde5e5;
	color: black;
	text-align: center;
}

nav ol
{
	padding: 1em 0;
	text-align: center;
	margin: 0;
}

nav li
{
	list-style: none;
	display: inline;
	padding: 0 0.5em;
}

#view-more
{
	text-align: center;
	font-size: large;
}

@media (min-width: 700px)
{
	header
	{
		background-image: url("katie.jpg");
		background-position: bottom 0 left 15vw;
		background-size: 20vb;
		background-repeat: no-repeat;
		text-align: left;
		padding-left: calc(16vw + 20vb);
		min-height: 15vb;
	}

	nav ol
	{
		text-align: right;
	}
}

header a, #view-more a
{
	color: black;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

header a:hover, #view-more a:hover, #here
{
	text-decoration: none;
	border-bottom: 3px solid black;
}


main
{
	margin: 0;
	padding: 0;
}


hgroup
{
	margin: 0;
	padding: 0;
}

hgroup p
{
	margin: 0;
	padding: 0;
}

h1
{
	margin: 0;
	font-weight: normal;
}

h2
{
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
}

hgroup > p:first-child
{
	text-transform: uppercase;
}

header hgroup > p:first-child
{
	font-style: italic;
	text-transform: none;
}

#release hgroup > p:first-child
{
	font-weight: bold;
	color: red;
}

#release
{
	background: #fdfdfd;
	overflow: auto;
}

#release iframe[width="212"]
{
	display: block;
	margin: 0 auto;
}

#release iframe[width="336"]
{
	display: none;
}

.prerelease-cover a
{
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

.prerelease-cover
{
	text-align: center;
}

.prerelease-cover img
{
	width: 212px;
}


@media (min-width: 600px)
{

	#release iframe[width="336"], .prerelease-cover
	{
		display: block;
		width: 336px;
		float: right;
		margin: 0 0 0 3em;
	}

	.prerelease-cover img
	{
		width: 336px;
	}

	#release
	{
		min-height: 550px;
	}
	

	#release iframe[width="212"]
	{
		display: none;
	}
}

#release p
{
	line-height: 1.5;
}

#newsletter
{
	background: #fbf1f2;
	text-align: center;
}

#newsletter hgroup
{
	margin: 2em 0;
}

#newsletter hgroup p
{
	font-style: italic;
}

#newsletter input[type="email"]
{
	background: #ffffff;
	border: 1px solid black;
	outline: 0;
	font-size: 2vb;
	text-align: center;
	padding: 3px;
	margin-bottom: 1vh;
	max-width: 50vb;
}

#newsletter input[type="email"]::placeholder
{
	color: #8c8c8c;
}

#newsletter input[type="email"]:focus
{
	border: 3px solid black;
	outline: none;
	padding: 1px;
}

#newsletter button
{
	margin-top: 1vh;
	font-size: 1vh;
}

#instagram
{
	background: #fde5e5;
	color: white;
	font-weight: bold;
}

#instagram div
{
	width: 700px;
	margin: 0 auto;
}

#instagram img
{
	width: 150px;
	margin: 0 10px;
}

#insta
{
	text-align: left;
	font-size: xx-large;
	margin: 0;
	padding: 0;
	position: relative;
	top: 20px;
}

#gram
{
	text-align: right;
	font-size: xx-large;
	margin: 0;
	padding: 0;
	position: relative;
	top: -25px;
}


footer
{
	background: #fde5e5;
}

footer p
{
	margin: 0;
	padding: 0;
}

footer nav ol, footer
{
	text-align: center;
}

footer img
{
	width: 50px;
}
