body {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

a { 
  color: #5091cd;
  color: #333;
}

a:hover { color: #222; }

.inner-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
}

#top-bar {
  display: none;
  height: 42px;
  background-color: #5091cd;
}

#header {
  text-align: center;
  background-color: #5091cd;
}

body.bm-hueman-side #header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}

#header .inner-wrap {
  padding: 15px 20px 15px 20px;
}

#header #logo {
  position: relative;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  z-index: 3;
}

#hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: calc(100vh - 104px);
  height: 60vh;
  min-height: 450px;
  color: #fff;
  text-align: center;
  letter-spacing: -0.15px;
  background-image: url(../images/xavier-mouton-photographie-ry_sD0P1ZL0-unsplash.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  opacity: 0.37;
  z-index: 1;
}

#hero .inner-wrap {
  position: relative;
  padding: 40px;
  max-width: 800px;
  z-index: 2;
}

#hero h1 {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 54px;
  line-height: 64px;
  letter-spacing: -0.27px;
}

#content {
  font-family: "Soleil", sans-serif;
}

#content .inner-wrap {
  padding: 80px 40px;
}

#footer {
  height: 100px;
  background-color: #5091cd;
}
