@charset "utf-8";
/* CSS Document */

.logo{font-size: 0.8rem;}

#hero {
  width: 100%;
  height: 100vh;
  background: none;
  background-size: cover;
background: #e9e8e6;
}
#header .logo a {
  color: #667882;
  font-size: 1rem;
}
#header .logo {
margin-bottom: 1rem;
}
#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #667882;
}

#hero h2 {
margin-bottom: 2rem;
  color: #667882;
}
