html {
  height: 100%;
  overflow: hidden;
}

body { 
  margin:0;
  padding:0;
  perspective: 1px;
  transform-style: preserve-3d;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  font-family: Source Sans Pro;
}

h1 {
   font-size: 350%
}


p {
  font-size: 150%;
  line-height: 150%;
  width:70vh ;
  color: #fff;
  text-align: center;
  margin: auto;
  z-index:100;

}

.rghtcolumn {
  display: inline-block;
  float: right; 
  width: 50%;
  text-align:center;
  margin:auto;
  margin-right: 5%;
  padding: 20px;
  z-index: 200;
}

.slide {
  position: relative;
  padding: .01vh .01%;
  min-height: 100vh;
  width: 100vw;
  box-sizing: border-box;
  box-shadow: 0 -1px 10px rgba(0, 0, 0, .7);
  transform-style: inherit;
}

img {
  display: inline-block;
  position: absolute;
  left: 5%;
  width: 320px;
  height: 240px;
  /*transform: translateZ(.25px) scale(.75) translateX(0%) translateY(-140%) rotate(0deg);*/
  padding: 3px;
  border-radius: 30px;
  background: rgba(240,230,220, .7);
  box-shadow: 0 0 8px rgba(0, 0, 0, .7);
  z-index:0;
  margin: 1px;
  }


#logo {
  position: inherit;
  top:35%;
  left:auto;
  width: auto;
  height: auto;
  margin:18vh 0 0 0;
  /*transform: translateZ(0) scale(1) translateX(0%) translateY(50%) rotate(0deg);*/
  padding: 0;
  border-radius: 0;
  background: rgba(240,230,220, 0);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0);
}



.slide:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left:0;
  right:0;
}

.title {
  color:white;
  width: 100%;
  padding: 8% 0 0 0;
  text-align: center;
}


.slide:nth-child(2n) .title {
  margin-left: 0;
  margin-right: auto;
}

.slide:nth-child(2n+1) .title {
  margin-left: auto;
  margin-right: 0;
}

.slide, .slide:before {
  /*background: 50% 50% / cover;*/  
}

.header {
  text-align: center;
  font-size: 100%;
  color: #fff;
  text-shadow: 0 2px 2px #000;
}

#title {
  background-image: url("./images/slide1.png");
   background-attachment: fixed;
   background-height: 120%;
   background-repeat: no-repeat;

   z-index:1;  
}

#slide1:before {
  background-image: url("./images/guitar_bg_drk_duotone.jpg");
  transform: translateZ(-1px) scale(2);
  z-index:-1;
}

#slide2 {
  background-image: url("./images/slide2.png");
  background-attachment: fixed;
  background-height: 120%;
  background-repeat: no-repeat;

  z-index:1;
}

#slide3:before {
  background-image: url("");
  transform: translateZ(-1px) scale(2);
  z-index:-1;
  background-color: white;
}

#slide4 {
  background: #222;


}

#contact {
  font-size: 160%;
  line-height: 200%;
  width:70vh ;
  color: #000;
  text-align: center;
  margin: auto;
  padding: 30% 0 0 0;
}

//*****fullscreen video****///
.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}



@media (max-aspect-ratio: 1/1) and (max-width: 900px) {
  .rghtcolum {
    width:35%;
    max-width: 35%;
    float:right;
    margin-right:3%;
    padding: 0;
  }

  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }

}


@media (max-width: 1040px) {
  h1 {font-size:300%;}
  p {font-size:150%;}


  .fullscreen-bg {
    background: url('./images/slide1.png') center center / cover no-repeat;
    background-repeat: no-repeat;
  }

  .fullscreen-bg__video {
    width:250%
    left-100%;
  }
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

@media (max-width: 900px) {
    .fullscreen-bg {
        background: url('/images/slide1.png') center center / cover no-repeat;
        background-repeat: no-repeat;
    }

    .fullscreen-bg__video {
      min-height:100%;
      left: 100;
    }

  h1 {font-size: 275%}

  p {font-size: 125%;}

  .rghtcolumn {
  margin-right: undefined;
  float: right; 
  width: 45%;
  }
}


@media screen and (orientation:portrait) {

h1 {
    position: inherit;
  font-size:250%;
    text-align: center;
    margin:auto;
    padding:10px;
}

p {font-size:120%;
  width:80%;
}
  
.rghtcolumn { 
  width: 60vh;
  text-align:center;
  margin: auto;
  margin-right: undefined;
  float: none; 
  width: 60%;
  max-width: 60%;
}
    
#logo {
  top: 10%;
    margin: auto;
    opacity: 1.0;
}

#description {
    font-weight: bold;
    font-size: small;
    color: black;
    display: none;
}

.title {
  color:white;
  width: ;
  height:100%;
  padding: 8% 0 0 0;
  text-align: center;
}

nav {
  font-size: 100%;
    background-color:white;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin: none;
    border: none;
    padding: none;
}

nav ul {
     list-style-type: none;
     padding: 0;
     margin: 0;
     
}

nav li {
    background-color: #000000;
    list-style: none;
    width: 100%;
    margin: auto;
    list-style-position: outside;
    padding: 10px;
    height: 24px;
    vertical-align: middle;
    display: inline-block;
    border: 0;
    border-bottom: 1px;
    border-style: solid;
    border-color: #ffffff;
}

nav li:hover {
    background-color: #008acb;
}

nav a:link, nav a:visited {
    z-index:100;
    width: 100%;
    list-style: none;
    color: white;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    border: 1px;
    border-color: white;
}

.poloroid {
  display:none;
}

}

@media screen and (max-width:870px) {

  .poloroid {
    display:none;
  }

  .rghtcolumn {
  width: 60vh;
    text-align:center;
    margin: auto;
    margin-right: undefined;
    float: none; 
    width: 60%;
    max-width: 60%;
  }

  h1 img {
    height:80%;
    vertical-align: middle;
    display: inline-block;
  }

  #logo {
    top:10%;
  }
}


@media screen and (orientation:landscape) {
  
    
  #description {
    font-weight: bold;
    font-size: small;
    color: black;
    display: none;
}

  nav {
    font-size: 100%;
    background-color:white;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin: none;
    border: none;
    padding: none;
}

nav ul {
     list-style-type: none;
     padding: 0;
     margin: 0;
     width:100%;
     background-color: #000000
     
}

nav li {
    background-color: #000000;
    list-style: none;
    width: 100%;
    margin: auto;
    margin-left: 0;
    padding: 10px;
    height: 24px;
    vertical-align: middle;
    display: inline-block;
    border: 0;
    border-left: 1px;
    border-style: solid;
    border-color: #ffffff;
    margin-left: 0;
    padding-left: 0;
}

.about {
    border:0 0 0 0;
    border-right: 0;
    border-left:0;
    border-color: #000000;
    float:left;
}

nav li:hover {
    background-color: #008acb;
}

nav a:link, nav a:visited {
    z-index:100;
    width: 32%;
    text-align: center;
    margin: auto;
    list-style: none;
    color: white;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    border: 0;
}



}