/**
 * Style the /node/206 page
 */
body.page-node-206 #hero_bg_wrapper {
  background-image: url("../asset/home-parallax.jpg");
  background-attachment: fixed;
  background-size: cover;
}
body.page-node-206 h1.title {
  text-align: center;
  font-weight: bold;
  margin: 3rem 1rem 5rem;
}

body.page-node-206 article.node--type-page {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 20px #ccc5;
  padding: 2rem 3rem;
}
body.page-node-206 #content {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
