.masthead {
  height: 100vh;
  min-height: 500px;
  background-image: url('/images/back_home.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.masthead-store {
  height: 100vh;
  min-height: 500px;
  background-color: #53749c;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.masthead-contact {
  height: 100vh;
  min-height: 500px;
  background-image: url('/images/back_ercoupe.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.masthead-youtube {
  height: 100vh;
  color: white;
  min-height: 500px;
  background-image: url('/images/back_youtube.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.masthead-ercoupe {
  height: 100vh;
  color: white;
  min-height: 500px;
  background-image: url('/images/back_contact.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.masthead-flyin {
  color: black;
  background-color: rgb(67, 154, 218);
}

.body-adventures {
	background-color: white;
}

.masthead-adventures {
  height: 100vh;
  color: black;
  min-height: 500px;	
}