#homeBanner {
  width: 100;
  background-image: url(/Imgs/cover.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  min-height: 800px;
}

#bannerSpacer{
  height: 400px;
}

#bannerTitle {
  font-family: 'Qwigley', cursive;
  font-size: 8em;
  color: #80FF00;
  text-align: right;
  margin-left: 5%;
  margin-right: 5%;
  text-align: right;
}

#title {
  height: 1em;
  background-image: url(Imgs/Title.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

#action {
  font-family: 'Quicksand', sans-serif;
  font-size: .17em;
  color: white;
  padding-left: 2em;
  padding-right: 2em;
  margin: 1em;
  display: inline-block;
  line-height: 2em;
  border-radius: .5em;
  background-color: rgba(0, 153, 0, .8)
}

#action:hover {
  background-color: #80FF00
}

#bioContainer2 {
  width: 100%;
  height: auto;
  margin: auto;
  margin-top: 6em;
  background-color: rgba(102, 0, 51, .7);
  text-align: center;
  
}


#bio {
  font-family: 'Quicksand', sans-serif;
  color: white;
  padding: 4% 10%;
}

a {
  text-decoration: none;
}