@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:300,400');
@import url('https://fonts.googleapis.com/css?family=Russo+One');
/* CSS Document */
body
{
	background-color: #000;
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-weight: 300;
	height: 100%;
	font-size: 12pt;
}
html
{
	height: 100%;
}
body, nav, section, article, a, img, div, ul, li, p
{
	padding: 0;
	margin: 0;
}
.wrapper
{
	width:1000px;
	margin: auto;
}
.parent
{
	display: flex;
   flex-flow:column;
   height: 100%;
}
a, a:active, a:visited
{
	color: #fff;
	text-decoration: none;
	transition: all ease-in-out 0.2s;
}
a:hover
{
	color: #EE1E23;
}
#logo
{
	display: block;
	float: left;
	position: relative;
	width: 120px;
	height: 86px; 	
	background-image: url('media/wicklogowhite.svg');
	background-size: cover;
	background-repeat: no-repeat;
	text-indent: 101%;
	overflow: hidden; overflow-x: hidden; overflow-y: hidden;
	white-space: nowrap;
	top: 7px;
	left: 12px;
}
nav
{
	width: 100%;
	height: 100px;
	flex: 0 0 auto;
	background-color: #232323;
	min-width: 1000px;
}
nav ul
{
	list-style: none;
	float: right;
	display: block;
	margin-right: 12px;
	position: relative;
	top: 76px;
}
nav li
{
	display: inline;
	margin-left: 16px;
}
.main
{
	position: relative;
	width: 100%;
	height: 100%;
	min-width: 1000px;
	min-height: 720px;
	flex: 1 1 auto;
	background-image: url('media/cover.jpg');
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
.largelogo
{
	position: relative;
	top: 170px;
	left: 14px;
	width: 617px;
	height: 167px;
}
.smalllogo
{
	width: 190px;
	height: 51px;
}
.cover
{
	position: relative;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	min-width: 1000px;
}
.content
{
	position: relative;
	top: 120px;
	margin-left: 14px;
	margin-right: 14px;
	min-width: 1000px;
}
.content p
{
	margin-top: 20px;
	font-size: 12pt;
}
.ccontent
{
	position: relative;
	top: 30px;
	text-align: center;
	min-width: 1000px;
	height: 100%;
}
.cimage
{
	width: 200px;
	height: 114px;
	display: inline-block;
	margin: 16px;
}
.gallery
{
margin-top: 50px;
}
.gallery img
{
	width: 150px;
	height: 250px;
	display: inline-block;
	margin:2px;
	border: 3px #fff solid;
	transition: all ease-in-out 0.2s;
}	
.ileft
{
	margin-left: 0;
}
.iright
{
	margin-right: 0;
}
.gallery img:hover
{
	border-color: #EE1E23;
}
.gallery a, figure
{
	display: inline;
	margin: 0;
}
.redheader
{
	color: #EE1E23;
	font-family: 'Russo One', sans-serif;
	font-size: 36pt;
}
footer
{
	width: 100%;
	height: 100px;
	flex: 0 0 auto;
	background-color: #232323;
	min-width: 1000px;
}
footer ul
{
	list-style: none;
	float: right;
	display: block;
	margin-right: 12px;
	margin-top: 14px;
	position: relative;
	top: 16px
}
footer li
{
	display: inline-block;
	margin-left: 100px;
}