@import url(http://fonts.googleapis.com/css?family=Ruda);

/* MEYER RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,
big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,
dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,
canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,
time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}

body {
	line-height:1;
}

ol,ul {
	list-style:none;
}

blockquote,q {
	quotes:none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* /MEYER RESET/ */
body {
	background-color:#284b68;
	color: #FFF
}

body > header {
	-webkit-columns: 375px 2;
	-webkit-column-gap: 10px;
	-moz-columns: 375px 2;
	-moz-column-gap: 10px;
	columns: 375px 2;
	column-gap: 10px;
	padding: 30px;
}

.logo {
	height: 140px;
	width: auto;
}

nav {
	padding-top: 100px;
	float: right;
}

nav > a{
	margin-right: 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.02em;
	color: #FFF;
	font-weight:bold;
	font-family: 'Ruda', sans-serif;
	-webkit-transition:color 300ms ease-in-out;
	-moz-transition:color 300ms ease-in-out;
	-o-transition:color 300ms ease-in-out;
	transition:color 300ms ease-in-out;
}

nav > a:hover{
	text-decoration:underline;
	color:#A56428;
}

body > section > img{
	/*Banner*/
	width: 100%;
	height: auto;
}

body > article {
	/*Interstellar*/
	background-color: #333D83;
	color:#fff;
	font-family: 'Ruda', sans-serif;
	padding: 25px 0;
}

.special {
	background-color: #A56428;
	color: #fff;
	margin-top: -3px;
	padding: 10px 0;
}

.special > p {
	color: #fff;
	width: 30%;
	font-size: 19px;
}

body > article > h1 {
	font-weight:400;
	font-size:145%;
	color:#A56428;
	width: 50%;
	margin: 0 auto;
}

body > article > p {
	margin:16px auto;
	width:65%;
	font-weight:150;
}

body > article > section {
	/*Index Images*/
	-webkit-columns: 275px 3;
	-webkit-column-gap: 5px;
	-moz-columns: 275px 3;
	-moz-column-gap: 5px;
	columns: 275px 3;
	column-gap: 5px;

	max-width: 876px;
	margin: 0 auto;
	padding: 5px;
}

body > article > section > a{
	display:inline-block;
}

.photos{
	height: auto;
	width: 275px;
}

footer {
	padding: 40px 50px;
	color: #333D83;
	width: Calc(100% - 100px);
	background-color: #fff;
	font-size: 105%;
	font-family: 'Ruda', sans-serif;
	text-transform: uppercase;

	-webkit-columns: 400px 2;
	-webkit-column-gap: 5px;
	-moz-columns: 400px 2;
	-moz-column-gap: 5px;
	columns: 400px 2;
	column-gap: 5px;
}

footer > section > h1 {
	text-decoration: underline !important;
	padding-bottom: 30px;
}

footer > section > a, footer > section > p {
	display: block;
	text-decoration: none;
	color: #333D83;
	margin-top: 2px;
}

footer > .right {
	text-align: right;
}

.email {
	float: left !important;
}

footer > .copy {
	margin-top: 10px;
	font-size: 75%;

	-webkit-column-span: all;
	-moz-column-span: all;
	column-span: all;
}
