/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #7f7f7f;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #000000;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}


/*--------------------------------------------------------------
# Section
--------------------------------------------------------------*/
#hero {
  display: table;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  margin: 0;
  padding: 30px;
  position: relative;
}

#hero .bottom {
	position: absolute;
	bottom: 0;
	width: 95%;
	text-align: center;
	margin-bottom: 20px;
}

#hero .bottom p {
	font-size: 10px;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

#hero .hero-logo {
  margin: 0;
}

#hero .hero-logo img {
  max-width: 80%;
}

#hero .hero-container {
  background: #f5f5f5;
  display: table-cell;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

#hero h1 {
  margin: 0 0 100px 0;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 16px;
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 16px;
    line-height: 36px;
  }
  
  #hero .bottom {
	width: 85%;
  }
}

#hero h2 {
  color: #999;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 30px;
  }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/