html, body {
  margin: 0;
  padding: 0;
  text-align: center;
  height: 100%;
}

section {
  min-height: 100%
}

#logo {
  margin-left: 50px;
  margin-top: 15px;
  float: left;
}

#logo img {
  width: 100%;
}

header ul {
  float: right;
  margin: 13px 50px 0 0;
  display: inline;
  list-style-type: none;
}

header ul li a:hover {
  padding-top: 5px;
}

header ul li {
  float: left;
  margin: 20px;
  margin-bottom: 20px;
}

header {
  width: 100%;
  height: 75px;
  background: white;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
}

header ul li a {
  font-family: 'Roboto', sans-serif; font-weight: 500; color: #494949; text-transform: uppercase;
  text-decoration: none;
}

p {
  font-family: 'Roboto Slab', serif;
  color: #494949;
}

#home {
  background: url(../images/home.png);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

#home h1 {
  margin: 100px auto 0 auto;
  font-family: 'Roboto Slab', serif;
  text-decoration: none;
  font-size: 40px;
}

#home p {
  font-family: 'Roboto Slab', serif;
  margin-top: 7px;
}

footer {
  background: white;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  position: static;
  display: inline;
}

footer p {
  padding-top: 10px;
  font-size: 17px;
}

footer a {
  text-decoration: none;
}
