font-family: 'Montserrat', sans-serif;

html,
body {
  min-height:100%;
  height: 1%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



.theTron {
  z-index: 1;
  width: 100%;
  height: 50%;
  position: relative;
  border-radius: 0px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  background-color: #000 ;
  -webkit-transition: all 1000ms linear;
  -moz-transition: all 1000ms linear;
  -ms-transition: all 1000ms linear;
  -o-transition: all 1000ms linear;
  transition: all 1000ms linear;
  overflow: hidden;
}



/*
#kb-bg {
  position: fixed;
  width: auto;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  background: #000;
  background-size: cover;
  transition: opacity 1s;
  -webkit-transition: opacity 2.5s;
  background-image: url('http://www.hdwallpapers.in/download/swiss_alps_night_sky-1920x1080.jpg, http://www.hdwallpapers.in/swiss_alps_night_sky-wallpapers.html');
  opacity:0;
}
*/

#kb-bg {
  min-width: 100%;
  height: 100%;
  min-height: 350px;
  transition: opacity 10s cubic-bezier(.18,.23,.04,.88), background-position 10s cubic-bezier(.18,.23,.04,.88);
  -webkit-transition:opacity 10s cubic-bezier(.18,.23,.04,.88), background-position 10s cubic-bezier(.18,.23,.04,.88);
  background-color: #000;
  background-image: url(http://www.hdwallpapers.in/download/swiss_alps_night_sky-1920x1080.jpg);
    background-size: cover;
    opacity: 0;
    background-position: -100px -100px;
    background-attachment:fixed;
    background-repeat: no-repeat;
}

h1 {
    padding-top: 15%;
    padding-bottom: 15%;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 5px;
    text-align: center;
  color: white;
  font-size: 150%;
  vertical-align: middle;
  transition: all 10s;
  -webkit-transition: all 10s;
  opacity: 0;
  transform: scale(.5);
  -webkit-transform: scale(.5)
}

h1 span {
    position:relative;
    }




h2 {
    padding-top: 10%;
    padding-bottom: 2.5%;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
  color: #606781;
  font-size: 125%;
  vertical-align: middle;
  
  
}

h3 {
    padding-top: 0%;
    padding-bottom: 5%;
    
    font-family: 'Montserrat', sans-serif;
    text-align: left;
  color: #606781;
  font-size: 100%;
  vertical-align: middle;
     
}

.aboutbox {
    width: 50%;
    margin: 0 auto;
    
}

.experience, .education {
    float: left;
    width: 50%;
    padding-bottom: 20%;
    
    
    
    
}











 
.letter-spacing {
  letter-spacing: 15px;
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(50%);
}

.loaded #kb-bg {
    opacity: 1;
    background-position: 0 0;
}

/*
.loaded .activated-KB {
  opacity:.8 !important;
  -webkit-animation: ken-burns;
  -webkit-animation-duration: 10s;
  animation: ken-burns;
  animation-duration: 10s;
  -webkit-transform: scale(1.15) translate3d(0, -50px, 0);
  transform: scale(1.15) translate3d(0, -50px, 0);
}
*/

@-webkit-keyframes ken-burns {
  from {
    -webkit-transform: scale(1.1) translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: scale(1.15) translate3d(0, -50px, 0);
  }
}

@keyframes ken-burns {
  from {
    transform: scale(1.1) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.15) translate3d(0, -50px, 0);
  }
}


.logo{
    position: fixed;
    text-align: left;
    width: 100%;
    font-family:'lato', sans-serif; 
    color: slategrey;
    opacity: .9;  
    z-index: 100;
    top: 10px;
    right: -10%;
    
}

/*
.logobold{
    position: fixed;
    text-align: left;
    width: 100%;
    font-family:'Lato', sans-serif; 
    color: slategrey;
    opacity: .9;  
    z-index: 100;
    top: 10px;
    right: -10%;
}
*/

nav{
    position: fixed;
    text-align: center;
    width: 100%;
    font-family:'lato', sans-serif; 
    color: slategrey;
    opacity: .9;  
    z-index: 1000;
    top: 10px;
    left: 25%;
    
}
ul{
    list-style-type: none;
    
}

li {
    display: inline;
    
}
a {
    
    padding: 1%;
    opacity: 100%;
    text-decoration: none;
    color:lightslategrey;
}

#gallery {
    padding-top: 2.5%;
  text-align: center;
    width: 74%;
    max-width: 760px;
    margin: 0 auto; 
    
    
}

.gallery figure img {
  display: inline-block;
  max-width: 50%;
  margin: 5px 5px;
}

.bottombar {
     padding-top: 10%;
    padding-bottom: 5%;
    font-family: 'Montserrat', sans-serif;
   font-size: 150%;
    color: #606781;
}

footer {
    height: 150px;
    background-color:#585858;
    
    
}

/* http://codepen.io/lloydwheeler/pen/rkxoD */







.cube {
  color: #ccc;
  cursor: pointer;
  transition: all 0.85s cubic-bezier(.17,.67,.14,.93);
	transform-style: preserve-3d;
    text-align: center;
     height: 2em;
    width: 15em;
    margin:0 auto;
    position: relative;

  
}


  .cube:hover {
    transform: rotateX(-90deg);
    font-family: 'Montserrat', sans-serif;     
  }


.side {
    font-size: 75%;
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
  position: absolute;
  display: inline-block;
  height: 3em;
  width: 75%;
  text-align: center;
  text-transform: uppercase;
  padding-top: 1em;
    top: 0;
    left:2.5em;
    
    
    
}

.top {
  background: #fff;
  color: #585858;
  transform: rotateX(90deg) translate3d(0, 0, 2em);
    
}

.front {
  background: #585858;
  color: #fff;
  box-shadow: inset 0 0 0 5px #fff;
  transform: translate3d(0, 0, 2em);
    
}



.aboutmeimage{
      width: 100%;
    height: 25em;
    background-image:url("../images/10295258_1501243093423532_2299028799796237356_o.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
        
}

.musicimage{
    clear:both;
     width: 100%;
    height: 25em;
    background-image:url("../images/Beige%20Lake%20Mt.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
        
}

.musicbox{
    
   width: 500px;
    margin: 0 auto;
    height: 50em;
}


iframe{
    margin-left: 0;
    vertical-align: middle;
    object-position: center;
    margin-top: 35%;
}

.contactbox h3{
    margin: 0;
    padding-top: 0%;
    padding-bottom: 5%;
   vertical-align: middle;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
  color: #606781;
  font-size: 100%;
    width:100%;
    
    
}