html,body{
    height:100%;
    width:100%;
}




* {
  box-sizing: border-box;
  /*border: 1px solid rgba(0, 0, 0, 0.3);*/
  margin: 0;
  text-decoration: none;
}

#nav {
    width: 100%;
    background-color: rgba(245,245,245,.9);
    position: fixed;
    color:black;
    text-align: right;
    
}

#home-btn {
    font-family: 'Qwigley', cursive;
    font-size: 2.2em;
    color: #80FF00;
    padding-left: 23px;
    padding-right: 23px;
    display: inline-block;
    line-height: 2em;
    border-radius: 5px;
}

.nav-btn {
    font-family: 'Quicksand', sans-serif;
    font-size: 1em;
    color: black;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    line-height: 2em;
    border-radius: 5px;
}

.nav-btn:hover {
    color: #0c0;
}

#home-btn:hover {
    color: #0c0;
}

#footer {
  width: 100%;
  background-color: #80FF00;
  text-align: left;
  vertical-align: baseline;
  bottom: 0;
}

h7 {
  display: inline;
  font-family: 'Quicksand', sans-serif;
  font-size: 1em;
  color: #FF33E0;
  line-height: 2;
}

h7:hover {
  color: #0c0;
}

#twitter {
  height: 20px;
  width: 20px;
  margin: 2px 0px 2px 20px;
  background-position: center;
  display: inline-block;
}

#soundcloud {
  height: 20px;
  width: 20px;
  margin: 2px 0px 2px 20px;
  background-position: center;
  display: inline-block;
}

h1 {
  font-family: 'Quicksand', sans-serif;
  font-size: 4em;
}

h5 {
  font-family: 'Playfair Display', serif;
  font-size: .9em;
  color: #FF33E0;
}

h2 {
  color: #FF33E0;
  font-family: 'Quicksand', sans-serif;
}

h3 {
  font-family: 'PT Serif', serif;
  font-size: 1.3em;
}

p {
  font-family: 'Playfair Display', serif;
  font-size: .9em;
}

#container{
  min-height: 800px;
}