/* Reset some basic elements */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

/* Basic styling */
body {
  font-family: Raleway, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  color: #212121;
  -webkit-text-size-adjust: 100%; }

.center {
  text-align: center; }

.fade {
  opacity: 0.5; }

/* Set `margin-bottom` to maintain vertical rhythm */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure {
  margin-bottom: 25px; }

.pad {
  padding-bottom: 50px; }

/* Lists */
ul, ol {
  list-style: none; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-weight: 800; }

/* Links */
a {
  color: #545454;
  font-weight: 800;
  text-decoration: underline; }
  a:visited {
    color: #545454; }
  a:hover {
    color: #545454;
    opacity: 0.75;
    text-decoration: none; }

/* Buttons */
.btn-primary {
  color: #fff;
  background-color: #ff5722;
  border-color: #ff5722;
  font-size: 16px;
  font-weight: 700;
  padding: 13px 25px; }
  .btn-primary:link, .btn-primary:visited, .btn-primary:active {
    background-color: #ff5722;
    border-color: #ff5722;
    color: #fff;
    text-decoration: none; }
  .btn-primary:hover {
    background-color: #ff6a3c;
    border-color: #ff6a3c;
    color: #fff;
    opacity: 1;
    text-decoration: none; }

.btn-lg {
  font-size: 24px;
  padding: 25px 50px; }

@media (min-width: 992px) {
  body {
    font-size: 17.6px; } }

.container {
  padding-bottom: 50px; }
  @media (min-width: 992px) {
    .container {
      padding-bottom: 100px; } }

.even {
  background-color: #f5f5f5; }

.navbar, .navbar-header {
  height: 100px;
  margin-bottom: 0;
  text-align: center; }

.navbar-inverse h1 {
  color: #fff;
  display: inline-block;
  font-family: Lato;
  font-size: 18px;
  font-weight: 900;
  line-height: 100px;
  margin: 0 0 0 15px;
  padding: 0;
  text-transform: uppercase; }
  @media (min-width: 992px) {
    .navbar-inverse h1 {
      font-size: 24px;
      margin: 0 20px; } }

.navbar-header img {
  max-height: 40px;
  max-width: 40px;
  position: relative;
  top: -3px; }
  @media (min-width: 992px) {
    .navbar-header img {
      max-height: 50px;
      max-width: 50px; } }

#navbar {
  text-align: right;
  padding: 25px 0; }

.jumbotron {
  background-image: url("../img/hero.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  background-size: cover;
  margin: 0;
  min-height: 300px;
  max-height: 350px;
  padding: 75px 0 0 0;
  text-align: center; }
  .jumbotron img {
    max-width: 840px;
    padding: 0 0 25px 0;
    width: 90%; }
  .jumbotron p, .jumbotron li {
    font-size: 18px;
    font-weight: 800; }
  @media (min-width: 768px) {
    .jumbotron {
      min-height: 300px;
      max-height: 400px;
      padding: 75px 0 0 0; }
      .jumbotron p, .jumbotron li {
        font-size: 24px; }
      .jumbotron li {
        display: inline-block;
        padding: 0 0 0 20px; }
        .jumbotron li:before {
          content: "\f10a ";
          display: inline-block;
          font-family: ionicons;
          padding: 0 10px 0 0; } }
          
  #video-background { 
      position: fixed;
         min-height: 300px;
      max-height: 400px;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden;
        z-index: -100;
        width:100%;
}         
          

hr {
  border-top: 2px solid #e6e6e6; }

h2 {
  font-size: 30px; }
  @media (min-width: 992px) {
    h2 {
      font-size: 42px; } }

h3 {
  font-size: 28px; }
  @media (min-width: 992px) {
    h3 {
      font-size: 36px; } }
  h3:before {
    content: "\f10a ";
    display: inline-block;
    float: left;
    font-family: ionicons;
    margin-left: -45px; }

.section h2 {
  margin: 50px 0;
  text-align: center; }
  @media (min-width: 992px) {
    .section h2 {
      margin: 100px 0; } }

img.portrait {
  width: 100%; }

.row-product, hr {
  margin-bottom: 50px; }
  .row-product iframe, hr iframe {
    margin-top: 50px; }
    @media (min-width: 992px) {
      .row-product iframe, hr iframe {
        margin-top: 0; } }
  @media (min-width: 992px) {
    .row-product, hr {
      margin-bottom: 100px; } }

.product a:hover, .product-recording a:hover, .product-sessions a:hover, .product-tuition a:hover {
  text-decoration: none; }

.product-recording h3, .product-recording a {
  color: #f44336; }

.product-sessions h3, .product-sessions a {
  color: #03a9f4; }

.product-tuition h3, .product-tuition a {
  color: #8bc34a; }

.guitar {
  text-align: center; }
  .guitar img {
    margin-top: -100px;
    max-width: 90%; }

footer {
  background-color: #212121;
  color: #545454;
  font-weight: 800;
  text-align: center; }
  footer .container {
    padding-bottom: 50px; }
  footer iframe {
    height: 400px;
    opacity: 0.9;
    padding-bottom: 50px;
    padding-top: 100px;
    width: 100%; }
  footer img {
    height: 50px;
    margin-bottom: 25px; }
  footer .social {
    font-size: 36px; }
    @media (min-width: 992px) {
      footer .social {
        text-align: right; } }
        
        
        
          iframe.i-amphtml-fill-content {
    height: 0;
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    width: 0;
  }
        
        @media only screen and (max-device-width: 480px) {
        div#wrapper {
            width: 400px;
        }

        div#header {
            background-image: url(media-queries-phone.jpg);
            height: 93px;
            position: relative;
        }

        div#header h1 {
            font-size: 140%;
        }

        #content {
            float: none;
            width: 100%;
        }

        #navigation {
            float:none;
            width: auto;
        }
    }
