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

body {
  background-image: url("../images/hannah-grace.jpg");
  min-height: 100%;
  min-width: 100%;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#main{
  padding-left: 5%;
  padding-top: 10%;
  color: white;
}

#siteTabs a{
  color: white;
}

#main-social-nav a{
  color: white;
}
