#navbar {
  background-color: #f5f7f0;
}
#navbar .navbar-toggler {
  background-color: white;
}
#navbar .navbar-toggler-icon {
  background-color: white;
}

#home-section {
  background: url(../img/robert-stump-bwpgwJesFhw-unsplash.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 500px;
}

#home-section .dark-overlay {
  position: absolute;
  width: 100%;
  min-height: 500px;
  background: rgba(255, 255, 255, 0.7);
}

.home-inner {
  color: black;
}

#home-section1 {
  background: url(../img/markus-spiske-iar-afB0QQw-unsplash.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 500px;
}

#home-section1 .dark-overlay {
  position: absolute;
  width: 100%;
  min-height: 500px;
  background: rgba(255, 255, 255, 0.5);
}

#home-section2 {
  background: url(../img/ian-battaglia-9drS5E_Rguc-unsplash.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 500px;
}

#home-section2 .dark-overlay {
  position: absolute;
  width: 100%;
  min-height: 500px;
  background: rgba(255, 255, 255, 0.144);
}

#home-section3 {
  background: url(../img/abbe-sublett-nxZDMUQhN4o-unsplash.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 500px;
}

#home-section3 .dark-overlay {
  position: absolute;
  width: 100%;
  min-height: 500px;
  background: rgba(255, 255, 255, 0.5);
}

#home-section4 {
  background: url(../img/scott-graham-OQMZwNd3ThU-unsplash.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 500px;
}

#home-sectio5 .dark-overlay {
  position: absolute;
  width: 100%;
  min-height: 500px;
  background: rgba(255, 255, 255, 0.5);
}

#home-section5 {
  background: url(../img/andrea-cau-nV7GJmSq3zc-unsplash.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 500px;
}

#home-section5 .dark-overlay {
  position: absolute;
  width: 100%;
  min-height: 500px;
  background: rgba(255, 255, 255, 0.5);
}

#home-section6 {
  background: url(../img/burst-kUqqaRjJuw0-unsplash.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 500px;
}

#home-section6 .dark-overlay {
  position: absolute;
  width: 100%;
  min-height: 500px;
  background: rgba(255, 255, 255, 0.5);
}

#home-section8 {
  background: url(../img/tyler-franta-iusJ25iYu1c-unsplash.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 500px;
}

.map-container {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.map-container iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

table {
  table-layout: fixed;
  width: inherit !important;
}
td,
th {
  width: 100px !important;
  height: 50px !important;
  max-width: 100px !important;
  max-height: 50px !important;
  min-width: 100px !important;
  min-height: 50px !important;
}
td {
  text-align: left;
}
