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

a { 
  color: #00688D;
  color: #333;
}

a:hover { color: #222; }

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

#top-bar {
  height: 25px;
  background-image: url(../images/blue-bar.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
}

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

#header .inner-wrap {
  padding: 25px 20px 25px 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: 20vh;
  min-height: 350px;
  color: #00688D;
  text-align: center;
  letter-spacing: -0.15px;
  background-image: url(../images/header-bkd-scaled.jpg);
  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: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 54px;
  line-height: 64px;
  letter-spacing: -0.27px;
}

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

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

#footer {
  height: 100px;
  background-color: #00688D;
}
