  header, main, footer {
    padding-left: 240px;
  }

  @media only screen and (max-width : 992px) {
    header, main, footer {
      padding-left: 0;
    }
  }
  
.bgrd {
	background-image: url("../images/storyboard_doc_headerArtDark.png");
	background-position: center; 
  }
  
.sectionHead {
    color: #29b6f6;
    font-size: 5em;
    font-weight: 100;
    text-align: center;
  }
  
.sectionHeadIntro {
    color: #263238;
    font-size: 2.5em;
    font-weight: 200;
    text-align: center;
  }
  
  
  h1, h2, h3, h4,  h5 {
    color: #039be5;
  }
  
  h1 {
    font-size: 2.5em;
    font-weight: 300;
  }  
  
  h2 {
    font-size: 2em;
    font-weight: 300;
  }
  
  h3 {
    font-size: 1.7em;
    font-weight: 300;
  }
  
  h4 {
    font-size: 1.4em;
    font-weight: 300;
  }
  
  h5 {
    font-size: 1.1em;
    font-weight: 300;
  }
  

  
  p {
    color: #616161;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.7em;
  }
  
  ol {
    color: #616161;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.7em;
  }
  
.title {
    font-size: 10em;
    font-weight: 200;
    color: white;
  }
  
.subtitle {
    color: white;
  }
  
.quote {
	font-size: 1.75em;
	font-weight: 400;
  }
  
.source {
	font-size: .75em;
	font-weight: 300;
	font-style: italic;
  }
  
.contentsTitle {
	font-size: 1.5em;
	font-weight: 500;
	color: white;
  }
  
.seethru {
	background: rgba(0, 0, 0, 0.5);
	}  
	
.shadow_text {
    text-shadow: 1px 1px 2px #616161;
  }
  
.llc {
    font-size: .75em;
    font-weight: 100;
  }
  
.note{
    font-size: 1em;
    font-weight: 500;
    color: red;
  }
  
.bluetext {
    color: #039be5;
  }
  
.bolder {
    font-weight: 400;
  }

.skyblue {
	background: #0AC5F4;
	} 
	
@font-face {
    font-family: 'HUGEAvantGardeBold';
    src: url("../font/huge/huge_agb_v5-webfont.ttf") format("truetype");
}

huge {
    font-family: "HUGEAvantGardeBold", sans-serif;
    font-size: 78px;
    font-weight: normal;
    line-height: 1.1;
    letter-spacing: -0.06em;
    margin-bottom: 0.2em
}

td {

  padding-left: 12px;
  padding-right: 6px;
}
 
.tabs .tab a {
      color: #616161;
}

.modal{
	will-change: inherit
}

