/* -------------------------------------------------- */
/* Reset - http://purecss.io/base
/* -------------------------------------------------- */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section, main{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}.hide{display:none;}html{box-sizing: border-box;}*,*:before,*:after{box-sizing:inherit;}.clear{font-size:0px;clear: both;height: 0px;}*:focus{outline: none;}strong{font-weight:bold;}em{font-style:italic;}input:invalid{box-shadow: none;}button{border:none;background:none;padding:0;margin: 0;}button::-moz-focus-inner{border:0;}input,button{border-radius:0;border-radius:none;}

/* -------------------------------------------------- */
/* Common
/* -------------------------------------------------- */
body{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	color: #fff;
	background: #000;
}
h1, h2, h3, h4{
	line-height: 1.4em;
	margin-bottom: 1em;
	color: #ccc;
}
a, a:visited{
	color: #fff;
}
a:hover, a:active{
	color: #fff;
	text-decoration: none;
}
strong{
	font-weight: 700;
}
sup{
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
p{
	line-height: 1.6em;
	margin-bottom: 1.6em;
}

.container{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 18px;
}

/* -------------------------------------------------- */
/* Header
/* -------------------------------------------------- */

header{
	padding: 36px 0 18px 0;
	text-align: center;
}
header img{
	width: 100%;
	max-width: 400px;
	height: auto;
}

/* -------------------------------------------------- */
/* Navigation
/* -------------------------------------------------- */
nav{
	padding-top: 18px;
}
nav ul{
	display: flex;
	flex-wrap: wrap;
	margin: -3px;
	justify-content: center;
}
nav li{
	position: relative;
	padding: 3px;
}
nav a{
	display: block;
	height: 100%;
	text-decoration: none;
	padding: 18px;
	text-align: center;
	background: #0014a7;
	text-transform: uppercase;
	font-size: 16px;
}
nav a:hover{
	color: #000 !important;
	background: #fff;
}
nav .active a{
	text-decoration: underline;
}

/* -------------------------------------------------- */
/* Main
/* -------------------------------------------------- */
.pg-title{
	text-align: center;
	font-size: 32px;
	font-weight: 800;
	margin-bottom: 12px;
	color: #fff;
}
.intro-wrap{
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
}

/* -------------------------------------------------- */
/* Gallery
/* -------------------------------------------------- */
.gallery-wrap{
	padding-top: 18px;
	margin-bottom: 54px;
}
.gallery{
	display: flex;
	flex-wrap: wrap;
	margin: -9px;
}
.gallery li{
	width: 33.33%;
	padding: 9px;
}
.gallery img{
	width: 100%;
	height: auto;
}
figcaption{
	font-size: 24px;
	font-weight: bold;
}

/* -------------------------------------------------- */
/* Footer
/* -------------------------------------------------- */
footer{
	margin-bottom: 54px;
	text-align: center;
	font-size: 13px;
	opacity: .7;
}

/* -------------------------------------------------- */
/* Responsive video
/* -------------------------------------------------- */
.video { 
	position: relative; 
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	margin-bottom: 1em;
} 
.video iframe, .video object, .video embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* -------------------------------------------------- */
/* CMS edit button
/* -------------------------------------------------- */
.edit-btn{
	display: inline-block;
	padding: 16px;
	position: fixed;
	z-index: 9999;
	bottom: 9px;
	right: 9px;
	background: #000000;
}
.edit-btn svg{
	fill: #ffffff;
}
.edit-btn:hover{
	background: #000000;
}

/* -------------------------------------------------- */
/* Breakpoints
/* -------------------------------------------------- */
@media screen and (max-width: 800px) {
	.gallery li{
		width: 50%;
	}
}
@media screen and (max-width: 400px) {
	.gallery li{
		width: 100%;
	}
}
