html {
    box-sizing: border-box;
}
*,*:before,*:after {
    box-sizing: inherit;
}
html {
  height: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
  height: 100%;
    margin: 0;
    background-color: black;
}
h1,h2,h3,h4,h5,h6 {
    font-family: "Oswald",sans-serif;
}
p{
  color: white;
}
div{
  display: block;
}
.header {
	z-index: 1;
  overflow: hidden;
  padding: 20px 10px;
	position: fixed;
  width: 100%;
}
.header a {
  text-decoration: none;
  color: white;
}
.header a.logo {
  font-size: 25px;
  font-weight: bold;
}
.header a:hover {
  color: green;
}
.header-right {
  float: right;
  color: white;
  text-align: center;
  padding: 5px;
  padding-right: 20px;
  text-decoration: none;
  font-size: 30px;
  line-height: 90px;
}
.icon-bar {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 1;
		margin-right: 10px;
		padding: 10px;
}
.icon-bar a {
    display: block;
    text-align: center;
    transition: all 0.3s ease;
    color: white;
    font-size: 30px;
}
.icon-bar a:hover {
    color: green;
}
.home{
  background: url("../images/hero_bg.jpg");
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.biosection {
  height: 100%;
  background: url("../images/bio.jpg")center top no-repeat;
  background-size: cover;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.about-content{
  padding: 30px;
  max-width: 650px;
  width: 100%;
  align-content: center;
}
.fp-table{
  display: table;
  table-layout: fixed;
  width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: auto;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap{
  display: flex;
  width: 100%;
  position: relative;
  margin: 0 auto;
  align-items: flex-start;
  flex-wrap: wrap;
  }
.four{
  max-width: 1360px;
  align-items: flex-start;
}
.gallery {
  margin: 20px;
  float: left;
  width: 300px;
  display: block;
}
.gallery:hover {
  -ms-transform: scale(1.2); /* IE 9 */
-webkit-transform: scale(1.2); /* Safari 3-8 */
transform: scale(1.2);
}

.gallery img {
  width: 100%;
  height: 100%;
}

.desc {
  display: block;
  font-size: 20px;
  text-align: center;
  color: white;
  text-transform: uppercase;
}
.musicsection{

}
.title{
  color: white;

}
.videosection{
  height: 100%;
}
.videogallery{
  position: relative;
  margin: 20px;
  float: left;
  width: 50%;
  max-width: 363px;
  transition: transform .2s;
}
.videogallery:hover{
  -ms-transform: scale(1.2); /* IE 9 */
-webkit-transform: scale(1.2); /* Safari 3-8 */
transform: scale(1.2);
}
.videogallery img{
  display: block;
  width: 100%;
  height: auto;
}

.overlayvideo {
  z-index: 1;
  position: absolute;
  color: #fefefe;
  height: auto;
  width: 100%;
  transition: .5s ease;
  opacity:0;
  font-size: 60px;
  top: 0;
   left: 0;
   right: 0;
   bottom: 0;

}
.videogallery:hover .overlayvideo {
  opacity: 1;
}
.wide {
  text-align: center;
  font-family: "Oswald",sans-serif;
  font-weight: 400;
  font-size: 60px;
  color: #dfdcd5;
  text-transform: uppercase;
}
footer{
  padding-top: 50px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 12px;
}
@media only screen and (min-width: 631px) {
  .header-right-mobile {
    display: none;
  }
}
@media only screen and (max-width: 630px) {
  .header-right {
    display: none;}
    .icon-bar {
      display: none;
    }
    .header-right-mobile{
      z-index: 1;
      float: right;
      color: #ffc15a;
    }
    .overlay {
      height: 100%;
      width: 100%;
      display: none;
      position: fixed;
      z-index: 1;
      top: 0;
      left: 0;
      background-color: rgb(0,0,0);
      background-color: rgba(0,0,0, 0.9);
    }

    .overlay-content {
      position: relative;
      top: 25%;
      width: 100%;
      text-align: center;
      margin-top: 30px;
    }

    .overlay-links {
      position: relative;
      top: 25%;
      width: 100%;
      text-align: center;
      margin-top: 30px;
    }

    .overlay a {
      padding: 8px;
      text-decoration: none;
      font-size: 36px;
      color: #818181;
      display: block;
      transition: 0.3s;
    }

    .overlay a:hover, .overlay a:focus {
      color: #f1f1f1;
    }

    .overlay .closebtn {
      position: absolute;
      top: 20px;
      right: 45px;
      font-size: 60px;
    }



  }
