/* rows and columns from http://www.sitepoint.com/understanding-css-grid-systems/ */
.row, .column {
	box-sizing: border-box;
}
.row:before, .row:after {
	content: " ";
	display: table;
}
.row:after {
	clear: both;
}
.column {
	position: relative;
	float: left;
	display: block;
}
.grid-w-gutters .column + .column {
	margin-left: 1.6%;
}

[class*="col-"] {
	width: 100%;
}
/* end rows and columns from http://www.sitepoint.com/understanding-css-grid-systems/ */

/* grids and columns */
.float-left { float: left !important; }
.float-right { float: right !important; }
.float-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clearfix::before, .clearfix::after {
	content: ' ';
	display: table;
}
.clearfix::after { clear: both; }
.invisible { visibility: hidden; }
.is-visible { display: block !important; }
.is-hidden { display: none !important; }

.grid, .grid-w-gutters {
	width: 100%;
	max-width: 1024px;
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
}

.no-bullet { margin-left: 0; list-style: none; }

.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.text-justify { text-align: justify; }
/* end grids and columns */

/**********************************
GENERAL
***********************************/

body {
	font-family: 'Open Sans', sans-serif;
    background-size: cover;
    background-position: center;
    background-color: #fff;
    background-repeat: no-repeat;
	padding-top: 300px;
}
body.home {
	padding: 0;
	background-image: url(../img/shc-bg-blur.jpg);
	height: 100%;
/*	overflow: hidden;*/
}
body.video-fullscreen {
    padding-top: 0;
}

#wrapper {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 5%;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.img_full_width {
	width: 100%;
	margin: .5em auto 1em;
}

h1,
h2 {
  font-family: 'Cabin Condensed' , 'Open Sans' , sans-serif;
}


/**********************************
COLORS
***********************************/

/* nav background on mobile */
.main-nav {
    color: #777;
	z-index: 200;
}

/* logo text */
h1, h2 {
  color: #777;
}

/* links */
a {
  color: #333;
}

/* nav link */
nav a {
  color: #333;
}

/* selected nav link */
nav a.selected, nav a:hover {
  color: #777;
}

/**********************************
HEADING
***********************************/
header {
    margin:0 auto; 
    width: 100%;
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 300px;
    overflow: hidden;
	background-image: url(/img/SHC-Google-Banner.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.home header {
	display: none;
}

h1 {
  font-family: 'Changa One', sans-serif;
  margin: 15px 0;
  font-size: 1.75em;
  font-weight: normal;
  line-height: 0.8em;
}

h2 {
  font-size: 0.75em;
  margin: -5px 0 0;
  font-weight: normal;
}



/**********************************
NAVIGATION
***********************************/
.main-nav a.logo {
	display: inline-block;
	padding: 0;
	width: auto;
	vertical-align: middle;
	margin: 0 10px;
	max-width: 100px;
}
.home .main-nav a.logo {
	max-width: 100%;
}
a.logo:hover .site-title {
	color: #b3b3b3;
}
a.logo img {
	width: 100%;
/*
	-webkit-transform: translate3d(-10px,0,0);
	-moz-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
*/
}

.site-title {
	font-family: "Sacramento", "Londrina Shadow";
	margin: 0 auto 0;
	color: #2388CC;
	transition: .25s;
}

.main-nav {
	position: absolute;
	top: 200;
    width: 100%;
    text-align: center;
	/*    padding: 1em 0;*/
    margin: auto;
	background-color: rgba(255, 255, 255, 0.7);
	font-size: 2.5em;
}
.home .main-nav {
	top: 15px;
	position: absolute;
	padding: 1em 0;
    background-color: transparent;
	max-width: 400px;
    left: 0;
    right: 0;
	color: #fff;
}
.video-fullscreen .main-nav {
    top: 0;
    position: fixed;
}
.main-nav ul {
  list-style: none;
  margin: 0 10px;
  padding: 0;
}

.main-nav li {
  display: inline-block;
}

.main-nav li:nth-child(n+2):before {
  content: "/";
  display: inline-block;
  font-size: 16px;
  color: #dac776;
  font-weight: 300;
  z-index: 1000;
}

.main-nav a {
  font-size: 40px;
  padding: 15px 10px;
  transition: .25s;
  font-family: 'Open Sans Condensed';
  color: #fff;
  text-shadow: 0 1px 1px #000;
}

/**********************************
CONTENT
***********************************/

.main-content {
  position: relative;
  width: 100%;
  min-height: 250px;
  margin: 0 auto;
  background-color: #fff;
}
.home .main-content {
	width: 100%;
	max-width: 800px;
	padding:0;
	padding-top: 3em;
	background-color: transparent;
	padding: 0;
}
.main-content-wrapper {
  width: 100%;
  margin: 3em auto;
  padding: 1em;
}
.content {
 	margin: 0 auto 3em;
}
#aboutHeader {
    width: 350px;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    overflow: hidden;
}

.profile-photo {
    float: left;
    display: block;
    width: 25%;
	height: 0px;
	padding-bottom: 25%;
	margin: 0 2em .5em 0;
	overflow: hidden;
	border-radius: 50%;
	background-image: url(../img/StevenNAMM2015.jpg);
	background-size: cover;
	background-position: left top;
	box-shadow: 5px 5px 0 5px #333;
}

.profile-photo img {
	width: 100%;
}

.content-text {
    width: 100%;
    display: inline-block;
    overflow: hidden;
	box-sizing: border-box;
	padding: 2em;
    background-color: #2388CC;
	background-image: url(../img/concrete_seamless.png);
    background-blend-mode: multiply;
	color: #d9d9d9;
	box-shadow: 5px 5px 0 5px #333;
}

.photo-slider {
	padding: 2em;
    background-color: #2388CC;
	background-image: url(../img/concrete_seamless.png);
    background-blend-mode: multiply;
	box-shadow: 5px 5px 0 5px #333;
}

.post-title {
    text-align: left;
/*    text-decoration: underline;*/
    font-size: 1.5em;
    color: #595959;
	margin-bottom: 1em;
	border-bottom: 2px solid #595959;
}

.content-text p {
	margin: 0 auto 1em;
}


/*home page*/
#shc-tank {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    max-height: 100%;
	position: relative;
    min-height: 100%;
}
#shc-tank img {
    max-width: 800px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -180px;
	filter: grayscale(35%);
}

/**********************************
CONTACT FORM
***********************************/
.form-wrapper {
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
	font-family: 'lato', sans-serif;
	margin-bottom: 3em;
	padding-bottom: 5em;
}
.contact-header-img {
	height: 100px;
	overflow: hidden;
}
.contact-form {
	padding-bottom: 1em;
}
.contact-form fieldset {
	border: none;
	padding: 0;
	margin: 0 0 1em;
}
.contact-form label {
	display: block; 
	width: 100%;
    margin: 0 auto .5em;
    text-align: left;
}
label.checkbox-label {
    display: inline-block;
    width: auto;
    text-align: left;
}
.contact-form .checkbox-label input {
    display: inline-block;
    width: auto;
    margin: 0 1.5em 0 .5em;
}
.contact-form input {
    margin-bottom: 1em;
    border: solid 1px #dcdcdc;
    padding: .5em .5em;
	width: 100%;
}
.contact-form input:required:focus:valid {
    background-color: #d7e8d7;
}
.contact-form input:required:focus:invalid {
	background-color: #e8c9c9;
}
.message {
	width: 100%;
	height: 300px;
    border: solid 1px #dcdcdc;
}
.start-message {
	display: block;
}
.end-message {
	display: none;
}
.start-message,
.end-message {
	text-align: center;
}

input.submit-button {
    margin: 0 auto 1em;
    padding: .5em 1em;
    box-sizing: border-box;
    font-size: 16px;
    background-image: none;
    font-family: "lato", sans-serif;
    width: auto;
    border: none;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    background-color: #333;
    text-transform: capitalize;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
}
.submit-button:hover {
	background-color: rgba(51, 51, 51, 0.7);
}
.reset-form {
	display: none;
	text-align: center;
    border: none;
	border-radius: 7px;
    padding: .5em 2em;
    width: auto;
	margin: 0 auto;
}
.reset-form:hover {
	background-color: rgba(51, 51, 51, 0.7);
}

/*	==========================================================================
	VIDEO - FULLSCREEN
	==========================================================================
*/

/*-------HEADER---------- */

.video-header {
    height: 50px;
    position: relative;
    padding-bottom: 0;
}

.video-header nav {
    background-color: #333;
}

.video-header nav .site-link {
    font-size: 12px;
}

.video-header nav .site-link:hover {
    color: #333;
}

/*-------MAIN CONTENT---------- */

.main-content-wrapper .fullscreen {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    background-color: #000;
}

.video-background {
    display: block;
    position: relative;
    width: 100%;
/*	max-width: 1280px;*/
    top: 0;
    left: 0;
	right: 0;
    background-color: #000;
	margin: 0 auto;
    position: relative;
    padding-bottom: 56.25%;
	height: 0; 
	overflow: hidden;
}

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

/*-------LEFT VIDEO MENU---------- */

.video-menu-arrow {
    display: block;
    margin: 0 auto;
    overflow: auto;
    background-color: transparent;
	/*    left: 0;*/
    padding: 1em;
    text-align: center;
    font-size: 30px;
	transition: .5s;
}

.video-menu-arrow span {
    font-size: 12px;
    display: block;
    color: #ddd;
    margin-bottom: .5em;
}

/*
.video-menu-arrow:before {
    content: '';
    display: inline-block;
    min-height: 100%;
    vertical-align: middle;
    margin-right: -0.5em;
}
*/

.fa-angle-double-up, 
.fa-angle-double-down {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}



.fa-angle-double-up:hover, 
.fa-angle-double-down:hover {
	color: #dac776;
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fullscreen .video-menu {
    display: block;
    position: absolute;
    width: 100%;
    height: 328px;
    box-sizing: border-box;
    margin: 0 auto;
	text-align: center;
	left: 0;
	right: 0;
    bottom: 0;
	z-index: 100;
    background-color: transparent;
	transition: .5s;
	overflow: hidden;
	max-height: 328px;
}
.fullscreen .video-menu-wrapper {
	-webkit-transform: translate3d(0, 215px, 0);
	-moz-transform: translate3d(0, 215px, 0);
	transform: translate3d(0, 215px, 0);
    background-color: rgba(0,0,0,.7);
	transition: .5s;
}
.fullscreen .video-menu.open-menu .video-menu-wrapper {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*-------BOTTOM VIDEO MENU---------- */

/*video slick slideshow*/

.video-menu .slick-slide {
    display: inline-block;
}

.video-menu .slick-track {
	position: absolute;
	top: 0;
}

.video-menu .slick-list, .video-menu .slick-track {
    height: 100%;
    max-height: 100%;
}

.video-menu .slick-slide.highlighted {
    border: solid 1px #fff;
}

.video-menu .slick-slide:focus {
	outline: none;
}

.video-menu .slick-arrow {
    position: absolute;
    top: 190px;
    z-index: 10;
	color: rgba(255,255,255,.8);
	background-color: transparent;
	border: none;
	font-size: 50px;
}
.video-menu .slick-arrow:hover {
	color: rgba(255,255,255,1);
}
.video-menu .slick-arrow:focus {
	outline: none;
}
.video-menu .slick-arrow.next {
	right: 5%;
}
.video-menu .slick-arrow.prev {
	left: 5%;
}

/**********************************
FOOTER
***********************************/

footer {
  font-size: 0.75em;
  text-align: center;
  width: 100%;
  clear: both;
  padding: 1em 0;
  margin: 0 auto;
  color: #fff;
  background-color: rgba(0,0,0,.7);
  position: relative;
}
.home footer {
	position: fixed;
	bottom: 0;
	display: none;
}
.video-fullscreen footer {
	display: none;
}

footer p,
footer a {
	color: #bdb9b8;
	font-size: 16px;
	font-family: 'Open Sans Condensed';
	margin: .25em 0;
}

footer a:hover {
	color: #b3b3b3;
}

.social-wrapper {
  width: 100%;
  margin: 0 auto;
}

.social-icon-list {
    padding: 0;
}

.social-icon {
  margin: 0 auto;
  display: inline-block;
}

.social-icon a {
	color: #b3b3b3;
	font-size: 1em;
	transition: .25s;
}

.social-icon:hover a{
/*	opacity: .7;*/
	color: #9b9b9b;
}

.music-list {
	text-align: center;
	margin-bottom: 2em;
}
.music-list a {
	max-width: 80px;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	transition: .25s;
}
.music-list a:hover {
	opacity: .7;
}

/**********************************
@MEDIA SCREEN
***********************************/

/* Small only */
@media screen and (max-width: 499px) {

	/* to disable touch panning / scrolling */
	html,body {
		overflow-x: hidden;
	}
	body {
		position: relative;
		padding-top: 100px;
	}
	body.video-fullscreen {
		background-color: #000;
	}
	.grid-w-gutters .column + .column {
		margin-left: 0;
	}
	.grid, .grid-w-gutters { width: 95%; }
	/* standard stuff for small only screen */
	.s-one { width: 8.33%; }
	.s-two { width: 16.66%; }
	.s-three { width: 25%; }
	.s-four { width: 33.33%; }
	.s-five { width: 41.66%; }
	.s-six { width: 50%; }
	.s-seven { width: 58.33%; }
	.s-eight { width: 66.66%; }
	.s-nine { width: 75%; }
	.s-ten { width: 83.33%; }
	.s-eleven { width: 91.66%; }
	.s-twelve { width: 100% !important; }

	.s-text-left { text-align: left; }
	.s-text-right { text-align: right; }
	.s-text-center { text-align: center; }
	.s-text-justify { text-align: justify; }
	
	.main-nav, 
	.video-fullscreen .main-nav {
		position: relative;
		font-size: 12px;
	}
	.video-fullscreen .main-nav {
		background-color: #999;
	}
	.main-nav {
		top: 0;
		background-color: rgba(0, 0, 0, 0.4);
	}
	.home .main-nav {
		font-size: 40px;
		color: #fff;
	}
	.home .main-nav a {
		font-size: 40px;
		text-transform: uppercase;
	}
	.home footer {
		display: none;
	}
	.main-nav a {
		font-size: 12px;
	}
	.main-nav a.logo {
		max-width: 50px;
	}
	
	header {
		height: 100px;
	}
	
	.main-content-wrapper{
		margin: 1em auto;	
	}
	
	.video-fullscreen .main-content {
		background-color: #000;
	}
	
	.fullscreen .video-menu {
		height: 127px;
		bottom: 23px;
	}
	.video-menu-arrow {
		padding: .25em 0 0;
		top: 90px;
		font-size: 20px;
	}
	.fullscreen .video-menu-wrapper {
		-webkit-transform: translate3d(0, 81px, 0);
		-moz-transform: translate3d(0, 81px, 0);
		transform: translate3d(0, 81px, 0);
	}
	.fullscreen .video-menu.open-menu .video-menu-wrapper {
		-webkit-transform: translate3d(0, -5px, 0);
		-moz-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	
	#shc-tank img{
		top: -170px;
		filter: grayscale(35%);
		width: 470px;
		left: -70px;
	}
	
	.music-list a {
		max-width: 40px;
	}
	
}

/* Medium only */
@media screen and (min-width: 500px) and (max-width: 959px) {

	/* to disable touch panning / scrolling */
	html,body {
		overflow-x: hidden;
	}
	body {
		position: relative;
	}
	/* give us some space */
	.grid, .grid-w-gutters { width: 95%; }

	/* standard stuff for medium only screen */
	.m-one { width: 8.33%; }
	.m-two { width: 16.66%; }
	.m-three { width: 25%; }
	.m-four { width: 33.33%; }
	.m-five { width: 41.66%; }
	.m-six { width: 50%; }
	.m-seven { width: 58.33%; }
	.m-eight { width: 66.66%; }
	.m-nine { width: 75%; }
	.m-ten { width: 83.33%; }
	.m-eleven { width: 91.66%; }
	.m-twelve { width: 100%; }

	.m-text-left { text-align: left; }
	.m-text-right { text-align: right; }
	.m-text-center { text-align: center; }
	.m-text-justify { text-align: justify; }
}

/* Medium and up */
@media screen and (min-width: 500px) {
	.slick-prev:before, .slick-next:before {
		font-size: 120px;
	}
	.form-wrapper {
		margin-bottom: 6em;
	}

}

/* Large and up */
@media screen and (min-width: 960px) {
	
	.body-wrapper {
		padding-top: 10em;
	}
	
	.col-1-across { width: 8.33%; }
	.col-2-across { width: 16.66%; }
	.col-3-across { width: 25%; }
	.col-4-across { width: 33.33%; }
	.col-5-across { width: 41.66%; }
	.col-6-across { width: 50%; }
	.col-7-across { width: 58.33%; }
	.col-8-across { width: 66.66%; }
	.col-9-across { width: 75%; }
	.col-10-across { width: 83.33%; }
	.col-11-across { width: 91.66%; }
	.col-12-across { width: 100%; }
	.grid-w-gutters .col-1-across { width: 6.86666666667%; }
	.grid-w-gutters .col-2-across { width: 15.3333333333%; }
	.grid-w-gutters .col-3-across { width: 23.8%; }
	.grid-w-gutters .col-4-across { width: 32.2666666667%; }
	.grid-w-gutters .col-5-across { width: 40.7333333333%; }
	.grid-w-gutters .col-6-across { width: 49.2%; }
	.grid-w-gutters .col-7-across { width: 57.6666666667%; }
	.grid-w-gutters .col-8-across { width: 66.1333333333%; }
	.grid-w-gutters .col-9-across { width: 74.6%; }
	.grid-w-gutters .col-10-across { width: 83.0666666667%; }
	.grid-w-gutters .col-11-across { width: 91.5333333333%; }
	.grid-w-gutters .col-12-across { width: 100%; }
	
	
}












