@import url("reset.css");
@import url("font-awesome.min.css");
@import url("fonts.css");
body {
	background-color: #000;
    background-image: url(/assets/fmv-splash.jpg);
    background-repeat: no-repeat;
    background-size: contain;
	padding: 0px;
	font: 16px 'Open Sans', 'NegotiateFree', Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#container {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80%;
	margin-left: auto;
	margin-right: auto;
    text-align: center;
    min-height: 100vh;
}

#copy {
        min-height: 50vh;
}
a {
	text-decoration: none;
	color: #B3A717;
}
a:hover {
	text-decoration: underline;
	color: #B3A717;
}

/* Global Typographic Styles */



h1 {font-family: 'Copse', serif; font-size: 4em;}

h2 { font-size: 2.5em; }


p {
	font-size: 1em;
	line-height: 1.7em;
	color: #444;
}


#footer { margin-top: 25px; 
}

#footer p {
	text-align: center;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #555;	
	}


