#header {

  background: none !important;
  border: none !important;
}

#header svg{
  height: 45px;
}

.navbar > a:nth-child(1){

  display: block;
  margin: 50px auto;
}

#header .logo svg path {

  fill:white !important;
}

.header-fixed #body-wrapper{

  padding-top: 0rem !important;
  height: 100%;
}

.grid-lg {
  height: 100%;
}


#start{
  height: 100%;
}

#footer {

  padding : 0px !important;
}

#video{

  position: fixed;
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;


}

#mail{
 position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 17vh;
  color: white;
  font-weight: bold; 
  
}

#player{

  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#player iframe{


  width:550px;
  height:220px;
}

#social {
  position: fixed;
  bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
}


#social svg{

  margin: 0 20px;
  fill:white;
}

#spotify svg{
  height:30px;
  width:30px;
}

#instagram svg{
  height:30px;
}


#soundcloud svg{
      height:20px;
    }

#ra svg{
      height:23px;

}

#social svg:hover{

      fill:yellow;
    }

@media only screen and (min-device-width:300px) and (max-device-width:667px){


        #header svg{

          }

      #instagram svg{

      }

      #soundcloud svg{

      }

      #social {

		  bottom:25px;

      }

      #social svg{

      //  margin: 0 40px;
      

      }

      #player iframe{
        width: 75vw;
        height: 75vw;
        }

        iframe .title__h1{
          padding-top: 30px !important;
          padding-bottom: 40px !important;
          margin-bottom: 10px !important;
          font-size: 5em !important;
        }

        .title__h2.g-text-visual {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        font-size: 3em !important;
        }

        .soundHeader__title{
        margin-left: 130px !important;
        }

        .playButton svg{

        height: 150px !important;
        }

}
