/* line 1, ../scss/layout.scss */
.home {
  width: 100%;
  height: 100%;
  text-align: center;
  background: url(../img/gitedelours_bg.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

/* line 10, ../scss/layout.scss */
.info-bar {
  background: #242424;
}

/* line 14, ../scss/layout.scss */
.about, .camping, .activities, .contact {
  padding-top: 40px;
  padding-bottom: 60px;
}

/* line 19, ../scss/layout.scss */
.camping {
  background: url(../img/camping_laCreuse_gitedelours.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
}

/* line 26, ../scss/layout.scss */
.activities {
  clear: left;
}

/* line 30, ../scss/layout.scss */
.contact {
  background: #242424;
  padding-bottom: 0;
}

/* line 35, ../scss/layout.scss */
footer {
  padding: 40px 0;
  background: #111;
}

/********************************************************

			   RESPONSIVE

********************************************************/
@media screen and (max-width: 700px) {
  /* line 53, ../scss/layout.scss */
  .info-bar {
    display: none;
  }
}
