body {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 70.0%;
	background-image: url(banner.png);
	background-repeat: no-repeat;
	background-color: #09366C;
	background-attachment: fixed;
	background-position: 0px 0px;
	
}
/*
.container {
	animation: transitionIn 10s;
}

@keyframes transitionIn {
	from {
		opacity: 0;
		transform: rotateX(-10deg);
	}

	to {
		opacity: 1;
		transform: rotateX(0);
	}
}
*/
article {
	font-size: 2.3em;
	color: #EED;
	background-image: url(images/shell-bg.jpg);
	background-attachment: fixed;
	background-position: 0px 0px;
	border: 5px solid #FFCC99;
    	background: rgba(68,102,136,0.70);
	margin-top: 26px;
	margin-left: 161px;
	margin-right: 26px;
	margin-bottom: 26px;
}

article h1 {
	background-color: #AACCEE;
	color: #062656;
	padding-top: 0.5em;
	text-align: top;
	font-size: 250%;
	padding-right: 0.1em;
	padding-bottom: 0.2em;
	font-family: Newborough, Regular, sans-serif;
	letter-spacing: 5px;
}
