
/* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/* Layout */

html, body {
  font-family: futura, 'century gothic', geneva, 'gil sans', helvetica;
  max-width: 2000px;
  height: 100%;
}

.content {
  padding-bottom: 50px;
  overflow: auto;
}

.container {
  padding-top: 35px;
  padding-bottom: 35px;
}

.container .columns {
  margin: 0;
}

div.videos {
  margin-bottom: 0;
}

#reel { background: #2C2420 url("../images/truck.jpg") no-repeat; padding-top: 125px; }
#dance { background-color: rgb(44, 36, 32); }
#narrative { background-color: #fdf5ef; }
#music { background-color: #2C2420;}
#commercial { background-color: #fdf5ef; padding-bottom: 75px; }

section {
  width: 100%;
  min-height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@-moz-document url-prefix() { /* Correcting display problem found in Firefox with the mobile nav bar */
  .clear {
    display: inline-block;
  }
}

header {
  max-width: 2000px;
  z-index: 500;
  position: fixed;
  height: 80px;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  float: left;
  background-color: rgba(44,36,32,0.8);
  border-bottom: solid thick #4086AA;
  overflow: hidden;
}

footer {
  max-width: 2000px;
  z-index: 500;
  height: 75px;
  background-color: #2C2420;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  overflow: hidden;
}

footer p {
  margin: 10px;
  padding-top: 10px;
  display: inline-block;
  float: left;
  font-size: 14px;
}

#footer-content {
  text-align: center;
}

#top {
  position: absolute;
  top: 25%;
  left: 50%;
  margin-right: 10px;
}

#button-top {
  color: rgba(0,0,0,0.9) !important;
}

/* Navigation */

nav {
  max-width: 2000px;
  z-index: 300;
  position: fixed;
  height: 45px;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0px auto;
  display: block;
  float: left;
  background-color: rgba(44,36,32,0.8);
  text-align: center;
  overflow: hidden
}

nav ul {
  position: relative;
  padding: 0;
  margin: 0;
  display: inline-block;
  list-style: none;
  text-align: center;
}

nav ul li {
  position: relative;
  display: inline;
  padding: 15px 15px;
  margin-bottom: 0;
  float: left;
  text-align: center;
}

nav ul li:hover {
  background-color: rgba(44,36,32,1);
  font-weight: bold;
/*  text-shadow: 0 0 .5px #4086AA, 0 0 .5px #4086AA, 0 0 .5px #4086AA;*/
}

nav ul li::after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
}

nav li a {
  color: #4086AA;
  text-decoration: none;
  font-size: 20px;
  display: inline-block;
}

nav li a:visited { color: #4086AA; }

.nav-active {
  background-color: rgba(44,36,32,1);
  font-weight: bold;
  /*text-shadow: 0 0 .5px #4086AA, 0 0 .5px #4086AA, 0 0 .5px #4086AA;*/
}

.display-mobile {
  display: none;
}

.hide-mobile {
  display: inherit;
}

/* #Page Styles
================================================== */

/* Typography */

h1, h2 {
  font-family: futura, 'century gothic', geneva, 'gil sans', helvetica;
  color: #4086AA;
  text-align: center;
}

h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
  font-size: 40px;
  float: left;
}

.highlight {
  background-color: rgba(44,36,32,0.8);
}

h3 {
  font-family: futura, 'century gothic', geneva, 'gil sans', helvetica;
  position: absolute;
  padding: 10px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
  color: #4086AA;
}

button {
  height: 50px;
  width: 50px;
  background-color: #2C2420;
  border-radius: 100%;
  margin: 10px 10px 5px 5px;
  vertical-align: middle;
  cursor: pointer;
  text-shadow: none;
  border: 0;
	border-top: 0px;
	border-left: 0px;
}

button:hover {
  background: #2C2420; /* Old browsers */
  background: #2C2420 -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
  background: #2C2420 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
  background: #2C2420 -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
  background: #2C2420 -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
  background: #2C2420 -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
  background: #2C2420 linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
  border: 0;
  border-top: 0px;
  border-left: 0px;
}

p {
  font-size: 18px;
  line-height: 30px;
  color: #4086AA;
  vertical-align: middle;
  text-align: center;
}

#bio {
  padding: 20px;
}

.highlight {
  background-color: rgba(44,36,32,0.8);
}

small {
  font-family: impact;
  font-size: 14px;
  vertical-align: middle;
  color: white;
}

p a {
  text-decoration: none;
  color: #4086AA;
  font-weight: bold;
}

p a:hover {
  text-decoration: underline;
}

p a:visited {
	color: #4086AA;
	font-weight: bold;
}

/* Content */

.icons i { color: white; }

.icons { float: right; }

footer .icons { display: none; }

img.thumbnail {
  width: 100%;
  max-width: 100%;
  height: auto;
  position: relative;
  float: left;
  vertical-align: middle;
  margin: 0;
}

figure {
  float: left;
  position: relative;
  display: inline-block;
  min-height: 100%;
  margin: 0;
  border: 5px solid rgba(0,0,0,0.9);
  overflow: hidden;
  color: #FFFFFF;
}

figure:hover { cursor: pointer; }

figcaption {
  display: inherit;
  width: 100%;
  height: 25%;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  text-align: center;
  background: rgba(0,0,0,0.4);
}

.toggle-cap {
  display: none;
}

/* #Media Queries
================================================== */

	/* Custom Media Queries */

  @media only screen and (max-width: 1530px) {
    #reel { background-position: 20% 0%; }
  }

	@media only screen and (min-width: 1212px) and (max-width: 1281px) {
    #reel { background-position: 30% 0%; }
	}

	@media only screen and (max-width: 1280px) {
	  h3 { display: none; }
	}

  @media only screen and (max-width: 1240px) {
    #reel { background-position: 40% 0% }
    header .icons { display: none; }
    footer .icons { display: inherit; }
    #top { display: none; }
    h1 { float: none; text-align: center; font-size: 3em; margin-bottom: 0; margin-left: 0; }
  }

  @media only screen and (max-width: 1180px) {
    footer p { float: none; text-align: center; font-size: .8em; margin: 0; padding: 0; line-height: 1.2em; }
    footer .icons { float: none; text-align: center; padding-top: 5px; }
    footer .display-mobile { display: inherit; }
    footer .hide-mobile { display: none; }
    footer .display-mobile i { padding: 5px; color: white; margin-top: 10px; }
  }

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
    #reel { background-position: 50% 0% }

  }

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {

	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
    header { height: 50px; }
    #reel { padding-top: 100px; }
    h1 { margin-top: 5px; }
    nav { top: 50px; }
    footer p { font-size: .7em; }
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
    #reel { background-position: 60% 0%; }
	  h1 { font-size: 1.5em; }
    nav { padding: 0; }
    nav li a { font-size: .9em; }
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
    nav { padding: 0; }
    nav li a { font-size: .9em; }
    nav ul li { padding: 13px 13px; }
    h1 { font-size: 1.2em; }
    .content { padding-bottom: 0; }
    footer { position: absolute; bottom: inherit; }
    #commercial { padding-bottom: 0; }
  }

  @media only screen and (min-width: 320px) and (max-width: 400px) {
    nav li a { font-size: .7em ;}
    nav ul li { padding: 10px 10px; }
  }

  /* iPhone 5 Landscape Size */
  @media screen and (device-aspect-ratio: 40/71) and (-webkit-min-device-pixel-ratio: 2) {
    .content { padding-bottom: 0;}
    footer { position: absolute; bottom: inherit; }
    #commercial { padding-bottom: 0; }
  }

  /* iPad 1 & 2 Portrait and Landscape */
  @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    header { height: 50px; }
    #reel { padding-top: 100px; }
    h1 { margin-top: 5px; font-size: 1.5em; }
    nav { top: 50px; padding: 0; }
    nav li a { font-size: .9em; }
  }



/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
