html, body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  text-align: center;
}

h1 {
  color: #FFFFFF;
  font-family: 'Roboto', serif;
  font-size: 25px;
}

h2 {
  color: #D3D3D3;
  font-family: 'Roboto', serif;
  font-size: 20px;
}

h3 {
  color: #FFFFFF;
  font-family: 'Roboto', serif;
  font-size: 10px;
}

section {
  min-height: 100%;
}

a {
  text-decoration: none;
  color: #FFA43E;
  font-size: 12px;
}

#home {
  background: url(../img/background.png);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

#home hr {
  width: 450px;
  height: 1px;
  background: #494949;
  border: 0px;
  margin: 0 auto 40px auto;
}

#home img {
  padding-top: 15px;
  margin-bottom: 40px;
}

#home h1 {
  margin-bottom: 3px;
}

#home h2 {
  margin-bottom: 40px;
}

#home h3 {
  margin-bottom: 0px;
}
