body {
	margin: 0px;
	font-family: kozuka;
	background-color: #111;
	color: white;
}

h1 {
	font-size: 2em;
	line-height:  1.5em;
}

h2 {
	font-size: 1.7em;
	font-weight: lighter;
	line-height: 1em;
}

h3 {
	text-align: center;
	font-size: 1.6em;
	line-height: 1em;
}

header {
	width: 100%;
	color: white;
}

header img {
	/*background-image: cover;*/
	width: 100%;
	z-index: 1;
}

header .cover {
  	position: relative;
	object-fit: cover;
  	width: 100%;
	min-height: 450px;
	max-height: 900px;
}
header .cover img {
	position: absolute;
	height: 100%;
	width: auto;
}

header h1 {
	position: absolute;
	z-index: 10;
}

hgroup {
	position: absolute;
	pointer-events: none;
	width: 100%;
	text-align: center;
	top: 0px;
	z-index: 10;
}

hgroup h1 {
	position: relative;
	text-transform: uppercase;
	font-size: 2em;
	letter-spacing: 0.1em;
	line-height: 1.2em;
}

hgroup h2 {
	position: absolute;
	width: auto;
	font-size: 2.2em;
	text-align: center;
	color: white;
	margin-top: 18%;
	margin-left: 52%;
	letter-spacing: 0.01em;
	line-height: 1.8em;
	/*text-shadow: 1px 0 0 #111, -1px 0 0 #111, 0 1px 0 #111, 0 -1px 0 #111, 1px 1px #111;*/
}
hgroup h3 {
	position: absolute;
	width: 100%;
	font-size: 2.2em;
	text-align: center;
	color: white;
	margin: 20% auto;
	letter-spacing: 0.01em;
	line-height: 1.8em;
	/*text-shadow: 1px 0 0 #111, -1px 0 0 #111, 0 1px 0 #111, 0 -1px 0 #111, 1px 1px #111;*/
}

hgroup button {
	position: relative;
	pointer-events: all;
	cursor: pointer;
	width: auto;
	padding: 2px 30px;
	font-family: kozuka;
	font-size: 0.6em;
	font-weight: 300;
	color: white;
	background-color: #2f5261; /*change if needed*/
	border: none;
	border-radius: 15px;
	z-index: 10;
}
hgroup button:hover {
	background-color: #3e88a6;
	color: white;
	-webkit-transition: ease-in-out, background-color .50s ease-in-out;
  	transition: ease-in-out, background-color .50s ease-in-out;
}

nav {
	position: absolute;
	width: 100%;
	z-index: 10;
}
nav ul {
	position: relative;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
}
nav li {
	/*float: right;*/
	display: inline-block;
	margin: 0px 10px 0px 10px;
	font-size: 0.8em;
}
/*
nav li:last-child {
	float: left;
	width: 250px;
}*/
navfooter {
	position: absolute;
	width: 100%;
	z-index: 10;
}
navfooter ul {
	list-style-type: none;
	padding: 0px;
	position: relative;
}
navfooter li {
	float: left;
	margin: 0px 10px 0px 10px;
}
/*
navfooter li:last-child {
	float: left;
	width: 70px;
}
*/
.container {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.containerfooter {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

#mainwrapper {
  	font: 1.2em kozuka;
  	height: auto;
  	max-width: 1000px;
	padding: 20px 0px;
}

#mainwrapper .box {
    cursor: pointer; 
    /*float: left;*/
    position: relative;
	overflow: hidden;
}
 
#mainwrapper .box img {
	background-image: cover;
    position: absolute;
    left: 0;
	top:0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
	width: 100%;
}
#mainwrapper .box .caption {
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    left: 0;
}
#mainwrapper .box .simple-caption {
    width: 100%;
	padding: 0px;
    display: block;
    text-align: center;
	line-height: 0;
}
#mainwrapper .box:hover .simple-caption {
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
	pointer-events: none;
}

/* End of Caption Hover */

button {
	pointer-events: all;
	cursor: pointer;
	width: auto;
	padding: 2px 10px;
	font-family: kozuka;
	font-size: 1.2em;
	font-weight: 300;
	color: white;
	background-color: #2f5261; /*change if needed*/
	border: none;
	border-radius: 15px;
	float: none;
	z-index: 10;
}
button:hover {
	background-color: #3e88a6;
	color: white;
	-webkit-transition: ease-in-out, background-color .50s ease-in-out;
  	transition: ease-in-out, background-color .50s ease-in-out;
}

section {
	position: relative;
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0;
	max-width: 100%;
	margin: 0 auto;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 0;
}
.coltext {
	border-style: solid;
	border-radius: 20px;
	border-color: gray;
	border-width: thin;
	background-color: black;
	display: block;
	float:left;
	margin: 2px;
	color: gray;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before, .group:after { 
	content:""; 
	display: block; 
}
.group:after { 
	clear:both;
}
.group { 
	zoom:1; /* For IE 6/7 */ 
}
/*  GRID OF FOUR  */
.span4_4 {
	width: 100%;
}
.span3_4 {
	width: 74.75%;
}
.span2_4 {
	width: 49.5%;
}
.span1_4 {
	width: 24.25%;
}
.span1_3 {
	width: 33%;
}

/* Set your aspect ratio */
.video-container {
  	position: relative;
  	overflow: hidden;
  	height: 0;
  	padding-bottom: 56.25%; /* creates a 16:9 aspect ratio */
}

.video-container iframe,
.video-container embed {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	max-width: 100%;
}

/* And set the max-width of the parent element */
.video-wrap {
  	width: 100%;
  	max-width: 1000px;
	margin: 0 auto;
}


/*  GO HALF WIDTH BELOW 960 PIXELS */
@media only screen and (max-width: 1000px) {
	.col {  margin: 0% 0 0% 0; }
	.span1_4, .span2_4, .span3_4, .span1_3 {width: 49%; padding: 0 auto;}
	/*#mainwrapper {padding: 0px;}*/
	.group {margin: 0px auto;}
	.span_container { position:relative; height:0; overflow:hidden; }
	.span3_4 iframe { position:absolute; top:0; left:0; width:100%; height:100%; }
	/*nav { display: none; }
	.logo img { display: none; }*/
	.hide { display: none; }
	hgroup { width: 90%; }
	hgroup h1, hgroup h2 { font-size: 1.8em ; line-height: 1.5em; margin-top: 30%}
	/*hgroup button { margin-top: 45%; font-size: 1em;}*/
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 650px) {
	.col {  margin: 0% 0 0% 0%; }
	.span1_4, .span2_4, .span3_4, .span4_4, .span1_3 { width: 99%; padding: 0px; }
	#mainwrapper {padding: 0px;}
	.span_container { position:relative; padding-bottom: 56.25%; height:0; overflow:hidden; }
	.span3_4 iframe { position:absolute; top:0; left:0; width:100%; height:100%; }
	.player iframe { width: 100%; margin-left: -7px; }
	.player { width: 100%; }
	/*.logo img { display: none;}*/
	.hide { display: none; }
	hgroup { width: 100%; }
	hgroup h1, hgroup h2 { font-size: 1.5em; line-height: 1.3em; margin-top: 40%; margin-left: 32%; }
	hgroup h3 { margin: 35% auto; }
	/*hgroup button { margin-top: 75%; margin-left: 2%; font-size: 0.6em;}*/
}


/* Footer */

footer {
	width: 100%;
	background-color: #000;
	/* For WebKit (Safari, Google Chrome etc) */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#949494), to(#000000));
	/* For Mozilla/Gecko (Firefox etc) */
	/*background: -moz-linear-gradient(top, #949494, #000);*/
	height: 200px;
	padding: 95px 0px 0px 0px;
}

/* Enf of Footer */

/* Hyperlinks */

a:link, a:visited {
	font-size: 1.5em;
	color: #111;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: none;
	text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff;
	-webkit-transition: ease-in-out, text-shadow .50s ease-in-out;
  	transition: ease-in-out, text-shadow .50s ease-in-out;
}

a.solo:link, a.solo:visited {
	color:black;
	text-decoration: none;
}
a.solo:hover {
	color:darkgray;
	text-decoration: none;
}

/* Enf of Hyperlinks */

@font-face {
	font-family: kozuka; 
    src: url(../font/kozgopro-extralight.otf); /*IE*/
	src: local(kosuka), url(../font/KozGoPro-ExtraLight.otf) format('truetype');
}

/* Pages text style */

p.title {
	color:white;
	font-size: 2em;
}

p.pgtitle {
	color: black;
	font-weight: bolder;
	font-size: 1.8em;
	padding: 0px 25px;
}
p.portitle {
	color: black;
	font-weight: bolder;
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 0px 25px;
	text-align: left;
}
p.portf {
	color: black;
	font-size: 0.9em;
	line-height: 1.3em;
	margin-top: 0px;
	padding: 0 25px;
	text-align: left;
}
p.pgdesc {
	color: black;
	font-size: 1.0em;
	line-height: 1.3em;
	margin-top: 0px;
	padding: 0 25px;
	text-align: justify;
}