.main-nav {
  padding: 1rem 1rem;
}
.nav-- {
  z-index: 900;
  overflow: hidden;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  font-family: "Raleway", sans-serif;
}

.BG-TOP {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  z-index: 0;
  text-align: center;
}
.hero h1 {
  font-family: "Montserrat", sans-serif;
}
.hero h2 {
  font-family: "Raleway", sans-serif;
}
#BG-TOP {
  text-align: center;
}

.embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero {
  font-size: 5em;
  position: absolute;
  top: -20%;
  margin: 18%;

  z-index: 2;
  color: #fff;
  text-shadow: 0px 1px 1px #969591;
}

/*
.hero {
  z-index: 900;
  position: absolute;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.hero h1 {
  vertical-align: middle;
  text-align: center;
  padding-top: 20%;
  margin-left: 18%;
  overflow: auto;
}

.hero h2 {
  vertical-align: middle;
  text-align: center;
  padding: 5%;
  margin-left: 14%;
  overflow: auto;
}

.hero p {
  vertical-align: middle;
  text-align: center;
  padding: 5%;
  margin-left: 14%;
  overflow: auto;
}*/

#about {
  text-align: center;
  padding: 10%;
}
#about h1 {
  font-family: "Montserrat", sans-serif;
}

#about h2 {
  font-family: "Raleway", sans-serif;
}

body {
  text-align: center;
}

hr {
  height: 0px;
  border: none;
  border-top: 1px solid black;
}

#about2 {
  background-image: url("../img/mountains.jpg");
  max-width: 100%;
  max-height: 100%;
  display: block; /* remove extra space below image */
  text-align: center;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-shadow: 0px 1px 1px #969591;
}
#about2 div h2 {
  padding-top: 2%;

  padding-bottom: 15%;
  color: #fff;
  font-family: "Raleway", sans-serif;
  text-shadow: 0px 1px 1px #969591;
}
#about2 h1 {
  padding-top: 10%;
  font-family: "Montserrat", sans-serif;
}

#Services {
  padding: 5%;
}

#youth-picnic {
  background-image: url("../img/picnic.jpg");
  max-width: 100%;
  max-height: 100%;
  margin: 0%;
  height: 600px;

  display: block; /* remove extra space below image */
  text-align: center;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
* {
  text-align: center;
}
#BMHS {
  padding: 5%;
}

#BMHS h1 {
  font-family: "Montserrat", sans-serif;
}

#BMHS h3 {
  font-family: "Raleway", sans-serif;
}
#flowers {
  background-image: url("../img/flowerField.jpg");
  max-width: 100%;
  max-height: 100%;
  margin: 0%;
  height: 600px;

  display: block; /* remove extra space below image */
  text-align: center;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

#Services {
  width: 100%;
}
#Services h1 {
  font-family: "Montserrat", sans-serif;
}

#Services h3 {
  font-family: "Raleway", sans-serif;
  font-size: medium;
}

#Services h4 {
  font-family: "Raleway", sans-serif;
}
#familyServices {
  padding: 5%;
}

#familyServices h1 {
  font-family: "Montserrat", sans-serif;
}
#familyServices h3 {
  font-family: "Raleway", sans-serif;
}

#beach {
  background-image: url("../img/beach.jpg");
  max-width: 100%;
  max-height: 100%;
  margin: 0%;
  height: 800px;

  display: block; /* remove extra space below image */
  text-align: center;

  background: position 50;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.social li {
  display: inline;
  padding: 3%;
}
.social h4 {
  display: inline;
  padding: 3%;
}
.add-space {
  padding: 3%;
  border-bottom: black 1px;
}

#contact {
  font-family: "Raleway", sans-serif;
}
#contact h2 {
  font-family: "Montserrat", sans-serif;
}
#contact p {
  font-family: "Raleway", sans-serif;
}

footer {
  font-family: "Raleway", sans-serif;
  padding: 10%;
}
