body.home .site-branding {
    display: none;
}

#home-hero {
    height: 40vh;
}

.hero-content h2 {
    height: 100%;
   	width: 350px;
  	margin: 0 auto;
    background-image: url('http://lerougegorge.com/0n73n70ƒm¥w0rÐpr3/uploads/2016/11/LeRougeGorge_RoyalPapers.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;  
}
.site-info {
	border: 0;
}
footer .site-title {
    height: 50px;
}

/* Responsive */
@media handheld, only screen and (max-width: 767px) {
  .hero-content h2 {
      width: 100%;
  }
}
