* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-appearance: none;
}

html {
	height: 100vh;
	min-height: 100%;
	font-size: 62.5%;
	position: relative;
}

body {
	background-color: #06235E;
	height: 100%;
	min-width: 320px;
	color: #FFF;
	font-family: Verdana, Arial;,
	font-size: 1.6rem;
	font-weight: 400;
	position: relative;

	-webkit-overflow-scrolling: touch; /* fixes laggy iOS scrolling */
}

h1 {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 1rem;
}

p, li {
	font-size: 1.6rem;
	line-height: 1.25;
	margin-bottom: 1rem;
}

a {
	color: #cccc99;
	font-size: 1.6rem;
	line-height: 1.25;
}

ul, ol {
	list-style-type: disc;
	margin-bottom: 1.6rem;
	margin-left: 2rem;
}

ol {
	list-style-type: decimal;
}

ol > li,
ul > li {
	margin-bottom: 0.6rem;
}

img.img {
	/*margin: 1rem;*/
}

img.img.right,
img.img.left {
	margin: 1rem;
}

/*
	Common
 */
.clear {
	clear: both;
}

strong,
.strong {
	font-weight: 700;
}

.left {
	float: left;
}

.right {
	float: right;
}

.text-centered {
	text-align: center;
}

.centered {
	display: block;
	margin: 0 auto;
}

.overflow {
	overflow: hidden;
}

.underline {
	text-decoration: underline;
}

.gallery {
	display: inline-block;
}

.lightbox-gallery {
	margin: 0 auto;
	width: 550px;
}

.lightbox-gallery a {
	color: #FFF;
	display: inline-block;
	font-size: 1rem;
	margin: 1%;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	width: 14%;
}

.lightbox-gallery a img {
	border: 2px solid #FFF;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
}

/*
	Page
 */
.container {
	margin: 0 auto;
	overflow: hidden;
	padding: 1rem;
	width: 100%;
}

.wrapper {
	border: 1px solid #111;
	display: flex;
	flex-wrap: wrap;
	margin: 0px auto;
	max-width: 1004px;
	width: 100%;
}

/*
	Header
 */
.header {
	background-image: url( ../images/header.jpg );
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 934px 100%;
	flex: 0 1 100%;
	height: 151px;
	overflow: hidden;
	padding: 0 0 1rem 0;
	width: 100%;
}

.header .logo {
	display: block;
	height: auto;
	margin: 2rem auto auto 2rem;
	width: 425px;
}

.header .logo img {
	height: 100%;
	width: 100%;
}

.header .page-title {
	display: inline-block;
	font-size: 1.4rem;
	font-style: italic;
	left: 513px;
	position: relative;
	text-align: center;
	text-transform: lowercase;
	top: 37px;
	width: 152px;
}

/*
	Nav
 */
.nav {
	background-image: url( ../images/nav_bg.jpg );
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 26px 460px;
	flex: 0 1 220px;
	height: 600px;
	padding: 2rem 0 0 1rem;
}

.nav ul {
	list-style-type: none;
	margin-left: 0;
}

.nav ul li {
	margin-bottom: 1rem;
}

.nav a {
	color: #FFF;
	font-size: 1.6rem;
	text-transform: capitalize;;
	text-decoration: none;
}

.nav ul ul {
	margin-left: 1rem;
}

.nav ul ul a {
	font-style: italic;
}

/*
	Pages
 */
.page {
	flex: 1;
	padding: 1rem;
}

.page .polished-links a {
	color: #FFF;
	text-transform: capitalize;
}

/*
	Footer
 */
 .footer {
 	margin: 1rem auto auto auto;
 	max-width: 1004px;
 	text-align: center;
 	width: 100%;
 }

 .footer p {
 	font-size: 1rem;
 }
