BODY
{
	font-family:"EB Garamond","Times New Roman",serif;
	line-height:1.4em;
	font-size:1.2em;
	margin:0px;
	background: #000 url("images/poppybackground.jpeg") no-repeat fixed center;
	background-size: 100% auto;
	color: #fff;
}

H1
{
	font-family: "Roboto Slab",sans-serif;
	font-size: 2.4em;
	font-weight: 400;
}

H2, H3
{
	font-family: "Roboto Slab",sans-serif;
	font-weight: 400;
}

IMG.highlight
{
	box-shadow: 0 0 10px #fff;
	margin: 20px;
	border-radius: 20px;
}

IMG.right
{
	float: right;
}

VIDEO
{
	float: right;
    box-shadow: 0 0 10px #fff;
    margin: 20px;
    border-radius: 20px;
    background: black;
}

UL.bibliography LI
{
	margin-bottom: 16px;
}

DIV.header
{
	font-family: "EB Garamond",serif;
	text-align: center;
	padding: 100px 0px 100px 0px;
	font-style: italic;
	font-size:1.2em;
}

DIV.header DIV
{
	font-family: "Great Vibes",serif;
	font-size: 4em;
	line-height: 100px;
	font-style: normal;
}
	
DIV.header A
{
	display: none;
}

DIV.main
{
	margin: 0px auto 200px auto;
	max-width: 1064px;
	padding: 0px 20px 0px 20px;
	text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 10px #000;
}

DIV.main A
{
	color: #f2ffc9
}

DIV.main A:hover
{
	text-shadow: 0 0 5px #F37317, 0 0 5px #F37317, 0 0 5px #F37317, 0 0 5px #F37317, 0 0 5px #F37317, 0 0 5px #F37317, 0 0 10px #F37317;
}

DIV.contact
{
	display: grid;
	grid-template-columns: 64px 120px 0.5fr 0.5fr;
}

DIV.contactcentre
{
	text-align: center;
}

DIV.contactlineheight
{
	line-height: 48px;
}

DIV.contactlineheight2
{
	line-height: 24px;
}

DIV.contactinformation
{
	grid-column: 3 / span 2;
	text-align: left;
}

DIV.contact IMG
{
	margin-bottom: 10px;
}

DIV.footer
{
	background-image: linear-gradient( rgba( 0, 0, 0, 0 ), rgba( 0, 0, 0, 255 ), rgba( 0, 0, 0, 255 ) );
	height: 200px;
	position: fixed;
	bottom: 0px;
	padding-top: 100px;
	box-sizing: border-box;
	width: 100%;
}

DIV.footer DIV
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 1024px;
	height: 100%;
	border-top: 2px solid white;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

DIV.footer SPAN
{
	font-family: "Great Vibes",serif;
	font-size: 60px;
	font-weight: 400;
	display: block;
	margin-right: auto;
}

DIV.footer A
{
	text-decoration: none;
	color: #fff;
	display: inline-block;
	width: 125px;
	font-size: 1.5em;
}

DIV.footer A:hover
{
	text-shadow: 0 0 5px #F37317, 0 0 5px #F37317, 0 0 5px #F37317, 0 0 5px #F37317, 0 0 5px #F37317, 0 0 5px #F37317, 0 0 10px #F37317;
}

FORM
{
	display:grid;
	grid-gap: 10px 10px;
	grid-template-columns: 1fr 1fr 1fr;
}

INPUT.small
{
	grid-column: auto !important;
}

INPUT[type=text], TEXTAREA
{
	padding: 10px;
	background-color: #00000080;
	color: #fff;
	font-family:"EB Garamond","Times New Roman",serif;
	line-height:1.4em;
	font-size:1.2em;
	border: 2px solid white;
	grid-column: 1 / span 3;
	border-radius: 5px;
}

INPUT[type=submit]
{
	border: 0px;
	background: transparent;
	font-family: "Roboto Slab",sans-serif;
	font-size: 2.4em;
	font-weight: 400;
	text-align: center;
	color: #fff;
	grid-column: 2;
	cursor: pointer;
}

INPUT[type=submit]:hover
{
	text-shadow: 0 0 5px #F37317, 0 0 5px #F37317, 0 0 5px #F37317, 0 0 5px #F37317, 0 0 5px #F37317, 0 0 5px #F37317, 0 0 10px #F37317;
}

DIV.captcha
{
	grid-column: 1 / span 3;
	text-align: center;
}

@media screen and (max-height: 720px)
{
	DIV.header
	{
		padding: 50px 0px 20px 0px
	}
}

@media screen and (max-width:929px)
{
	H1
	{
		line-height: 1em;
	}
	
	DIV.header
	{
		padding: 20px 20px 10px 20px;
		text-align: left;
		position: fixed;
		top: 0px;
		width: 100%;
		background-image: linear-gradient( rgba( 0, 0, 0, 255 ), rgba( 0, 0, 0, 255 ), rgba( 0, 0, 0, 0 ) );
		box-sizing: border-box;
	}
	
	DIV.header DIV
	{
		font-size: 2em;
		line-height: 1em;
		display: inline;
	}
	
	DIV.header SPAN
	{
		display: none;
	}
	
	DIV.header A
	{
		display: inline;
	}
	
	DIV.main
	{
		margin: 80px auto 20px auto;
	}

	DIV.contact
	{
		grid-template-columns: 64px 1fr;
	}

	DIV.contactcentre
	{
		text-align: left;
	}

	DIV.contactinformation
	{
		grid-column: 1 / span 2;
		text-align: center;
		line-height: 1em;
		margin-bottom: 32px;
	}
	
	DIV.footer
	{
		position: static;
		height: 200px;
		padding-top: 0px;
		background-image: none;
	}
	
	DIV.footer SPAN
	{
		display: none;
	}
	
	DIV.footer DIV
	{
		border-top: 0px;
		flex-direction: column;
	}
	
	DIV.footer A
	{
		width: 100%;
		padding: 8px 0px;
	}
	
	DIV.footer BR
	{
		display: none;
	}

	FORM
	{
		display: flex;
		flex-direction: column;
	}
}