@font-face
{
	font-family: BebasNeue;
	src: url('./bebas-neue/BebasNeue.otf'),
	url('./bebas-neue/BebasNeue.eot'); /* IE9+ */
}

html {
	font-family: BebasNeue, 'Trebuchet MS', Helvetica, sans-serif;
}

html, body {
	height: auto !important;
	min-height: 100%;
	text-align: center;
}

body {
	margin: 0;
	padding: 0;
	color: black;
	background: rgba(212,213,199,0.1);
	/*background: #D4D5C7;212 213 199*/
	background-image: url(jl8back.jpg);

	padding-top: 92px;
}

#wrapper {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

h1{
	font-size: 50px;
	color: gray;
	margin-top: 0px;
	margin-bottom: 0px;
}

img {
	/*max-width: 1000px;*/
}

a {
	text-decoration: none;
	color: #EC2255;
}

a:hover {
	text-decoration: none;
	color: #ec5b1c;
}

#title {
	font-size: 80px;
	font-family: BebasNeue, 'Trebuchet MS', Helvetica, sans-serif;
	text-align: center;
	color: white;

	display: block;
	width: 100%;
	right: 0;
	top: 0;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;

	position: fixed;

	height: 72px;

	background: url(jl8header.jpg);
}

#title a{
	color: white;
}

#title a:hover{
	color: white;
}

#nav{
	font-size: 50px;
	color: #EC2255;
	margin-top: 30px;
}

p {
	color: black;
	font-size: 20px;
	font-weight: lighter;
	font-family: Helvetica Neue;
	display: block;
	background: rgba(10,10,10,0.1);
	padding: 10px;
	border-radius: 5px;
}
#msg {
	/*color: red;*/
	width: 50%;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
}

#credits {
	color: gray;
	font-size: 12px;
	font-family: serif;
	bottom: 5px;
	right: 5px;
	margin-bottom: 10px;
}

#blue img{
	max-width: 100%;
	width: 100%;
	height: 110px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:-1;
}

.archive a:visited { color: #b00f38; }

.archive h1 a:visited { color: #EC2255; };