@charset "UTF-8";
/* CSS Document */

@font-face
{
	font-family: DINProRegular;
	src: url(DINPro-Regular.otf);
}

@font-face
{
	font-family: GothamUltra;
	src: url(GothamUltra.otf);
}

*
{
	font-family: DINProRegular, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffddc7;
}

body
{
	background-color: #0a090e;
	background-image: url(background2.jpg);
	background-size: 1440px 2160px;
	background-position: top;
	background-repeat: no-repeat;	
}

h1
{
	color: #f27069;
	font-size: 22pt;
}

h2
{
	color: #f27069;
	font-size: 18pt;
}

h3
{
	font-family: GothamUltra, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #f27069;
	font-size: 12pt;
	letter-spacing: 0.15em;
}

h4
{
	font-size: 12pt;
	letter-spacing: 0.15em;
}

input, textarea
{
	color: black;
	resize: none;
}

a:link, a:visited
{
	color: #f27069;
	text-decoration: underline;
}

/*
a:hover
{
	text-decoration: underline;
}
*/

.header
{
	margin: 0px auto;
	margin-top: 100px;
	margin-bottom: 100px;
	background-image: url(AJKLogo.png);
	width: 400px;
	height: 66px;
}

.navigation
{
	margin: 0px auto;
	width: 920px;
}

.navigation ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.navigation li
{
	display: inline;
	padding: 25px;
}

.navigation img
{
	border: none;
}

.content
{
	margin: 0px auto;
	/* text-align: center; */
	padding: 50px;
	width: 800px;
	line-height: 160%;
	border: double 10px #f27069;
	overflow: hidden;
}

.content-header
{
	margin: 0px auto;
	margin-bottom: 50px;
	text-align: center;
}

.content-home-left
{
	/* border: 1px solid white; */
	width: 350px;
	float: left;
	text-align: center;
}

.content-home-right
{
	/* border: 1px solid white; */
	width: 400px;
	float: right;
	text-align: center;
}

.content-thin-centered
{
	margin: 0px auto;
	width: 450px;
	text-align: center;
}

.content-film-reel
{
	margin: 0px auto;
	text-align: center;
}

.footer
{
	margin: 0px auto;
	margin-top: 15px;
	margin-bottom: 50px;
	width: 880px;
	text-align: center;
	font-size: 8pt;
	font-style: italic;
	line-height: 125%;
}

