body {
    background: url('../images/main5.jpg') scroll no-repeat;
    background-size: cover;
    background-position: center 100px;
    background-color: rgba(44, 44, 44, 1);
    background-attachment: scroll;
}

body.gallery, body.acting {
  background-image: none;
  color: #f1f1f1;
}

body.content, body.index {
    background-position: center 100px;
}

body.gallery .section-content {
  margin-top: 100px;
}

body.content .text-content {
  position: absolute;
  height: 100%;
  width: 100%;
  font-family: 'Arial' sans-serif;
  color: #eee;
  background-color: rgba(0, 0, 0, .6);
  padding: 200px 20px 40px 20px;
  font-size: 1em;
  text-align: center;
}

body.gallery img {
  width: 100%;
}

body.content p.social-icons {
  margin-top: 5em;
}

body.index p.social-icons {
  margin: 1em 0 1em 0;
}

body.contact .text-content .email, .contact .text-content .phone {
  color: #fff;
  text-align: center;
  font-size: 2em;
  font-family: 'Arial' sans-serif;
  font-weight: 100;
}

body.contact .text-content .email {
  padding-top: 2em;
}

body.contact .text-content .phone {
  font-size: 1.8em;
}

body.acting .text-content {
  padding: 10px
}

.text-content a {
  color: rgba(244, 180, 130, 1);
}

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

h1, h2, h3, h4 {
    font-weight: normal;
    font-family: 'Codystar', cursive;
}

#video iframe {
    width: 100%;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#video {
    z-index: 10;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 10px;
    height: 0;
    overflow: hidden;
    margin-top: 100px;
}

#text {
    position: absolute;
    top: 100%;
    margin-top:-120px;
    font-family: 'Arial' sans-serif;
    color: #eee;
    background-color: #121212;
    padding: 10px 20px 40px 20px;
    font-size: 1em;
}

#text a {
    color: #eee;
}

#text a:hover {
    color: #fff;
    opacity: 1;
}

.row-title {
    z-index: 20;
    position: fixed;
    top:0;
    width: 100%;
    background-color: #111;
    margin: 0;
    padding: 10px 20px 7px;
    color: #fefefe;
}

.row-title a {
  color: #fefefe;
}

.row-title h1 {
    font-size: 2.6em;
    margin: 0;
}

.row-menu {
    position: fixed;
    z-index: 20;
    top:70px;
    width: 100%;
    padding: 4px 20px 4px;
    background-color: #212121;

    overflow: hidden;
}

.ig-handle {
    color: rgb(161, 161, 161);
    font-size: 0.8rem;
}

.row-menu a {
    font-family: 'Codystar', cursive;
    color: #fff;
    padding: 0 15px 0 0;
}

.row-menu h4 {
    display: inline-block;
    margin-bottom: 3px;
    font-size: 1.2rem;
}

i.social-icon {
    opacity: 0.5;
    padding-right: 10px;
    font-size: 32px;
    margin: 10px auto 10px;
}

i.fa-circle {
    opacity: 0.2;
}

i.fa-facebook {
    font-size: 27px
}

i.fa-inverse {
    color: #eee;
}

@media only screen { 

} /* Define mobile styles */

@media only screen and (max-width: 40em) {
  #video {
    margin-top: 135px;
  }
} /* max-width 640px, mobile-only styles, use when QAing mobile issues */

@media only screen and (min-width: 40.063em) {
  .row-menu h4 {
    font-size: 1.6rem;
  }
  #text {
      bottom: 0;
      top: auto;
  }
  #video {
    margin-top: 115px;
  }
  body.contact .text-content .email, .contact .text-content .phone {
    color: #eee;
    font-size: 3em;
  }
  body.contact .text-content .email {
    padding-top: 1em;
    color: #eee;
    font-size: 4em;
  }
  body.contact .text-content .phone {
    color: #eee;
    font-size: 3em;
  }

  body {
    background-attachment: scroll;
  }

  body.content, body.index {
    background-position: center 0px;
  }
  
} /* min-width 641px, medium screens */


@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
  body.content, body.index {
    background-position: center -200px;
  }
} /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */

@media only screen and (min-width: 64.063em) {
    #text {
      bottom: auto;
      max-width: 40%;
      margin-top: 200px;
      padding: 10px 20px 40px 20px;
      font-size: .9em;
    }

    #video {
      margin-top: 115px;
    }

    body.content, body.index {
      background-position: center -200px;
    }
    #text {
      background-color: rgba(0, 0, 0, 0.5);
    }
} /* min-width 1025px, large screens */

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  body.content, body.index {
    background-position: center -200px;
  }
 } /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */

@media only screen and (min-width: 90.063em) { 
  body.content, body.index {
    background-position: center -500px;
  }
} /* min-width 1441px, xlarge screens */

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  body.content, body.index {
    background-position: center -500px;
  }
 } /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

@media only screen and (min-width: 120.063em) {
  body.content, body.index {
    background-position: center -600px;
  }
 } /* min-width 1921px, xxlarge screens */

