html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* header */
section.musicList {
  background-color: #333333 ;
  height: 800px;
  margin-top: 1%;
  padding: 2%;

}


section.newMusicList {
  background-color: #333333 ;
  margin-top: 1%;
  padding: 2%;

}


.musicTitle {
  color: #ffffff;

}

p {
  margin: 0;
}

audio {
  width: 90%;
  margin: 0;
}



body {
  background: url(../img/back.png) center center no-repeat fixed #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: 40vh;
}





/* sections */
section {
}
section h3 {
  margin-bottom: 1em;
}
section.info p {
  color: black;
  margin-left: 10%;
  margin-right: 10%;
  font-size: 1.4em;
  padding-top: 2%;

}









.socialMedia {
  padding-top: 4%;
}



.mediaIcons:hover {
  opacity:.6;
}




h2 {
  text-align: center;
  padding-top: 5%;
font-family: 'Oswald', sans-serif;}

nav{
  width: 100%;

  background-color: #333333;
}

li {
  list-style-type: none;

}





.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
}

.para {
  color: #fff;
  margin-left: 15%;
  margin-right: 15%;

}

p.para {
  font-size: .8em;
  text-align: left;
}



h1.para {
  text-align: center;
}




nav ul {
  list-style: none;
  background-color: ;
  word-space: 10px;
  text-align: center;
  padding: 0;
  margin: 0;
}

nav li {
  font-size: 1.2em;
  line-height: 40px;
  padding-left: 2%;
  padding-right: 2%;


}

nav a {
  text-decoration: none;
  color: #fff;
  display: inline;
  padding-top: 5px;
  padding-left: 15px;
  border-bottom: 1px solid #888;
  transition: .3s background-color;
  font-family: 'Oswald', sans-serif;  font-size: 1.5em;

  font-weight: 400;

}

nav a:hover {
  color: #95a5a6;

}



/* Sub Menus */




/*******************************************
   Style menu for larger screens

   Using 650px (130px each * 5 items), but ems
   or other values could be used depending on other factors
********************************************/


  nav li {
    width: ;
    border-bottom: none;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    display: inline-block;
    text-align: center;
  }

  nav a {
    border-bottom: none;
    text-align: center;
  }

  nav > ul > li {
    text-align: center;
  }

  nav > ul > li > a {
    padding-left: 0;
  }

  /* Sub Menus */
  nav li ul {
    position: absolute;
    display: none;
    width: inherit;
  }



nav a:active{
  color: black;
}



/* Features */
.features .animated {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
}

/* Updates */
.updates {
  background-color: #f7f7f7;
}
.updates ul {
  list-style: none;
  text-align: center;
}
.updates li {
  display: inline-block;
  margin: 0 1em;
}

/* medium and up */
@media only screen and (min-width: 40.063em) {

}
