body,
.pure-g [class *= "pure-u"],
.pure-g-r [class *= "pure-u"] {
  font-family: 'Montserrat', sans-serif;
}

.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 10px rgba(0,0,0, 1);
  background: #0e3967;
  color: white;
  /* border: 5px solid red;   */
  padding: 1em;
  padding-left: 0; 
  padding-right: 0; 
  z-index: 10;
}

.footer-inner {
  max-width: 75em;
  margin: auto;
}

.header h1 {
  padding-left: 0.5em; 
  margin: 0;
  /* border: 5px solid red; */
  font-weight: normal;
}

.header span.highlight {
  font-weight: 700;
}

.splash {
  position: relative;
  text-align: center;
  /* border: 5px solid red; */
}


.imgOverlay {
  /* border: 5px solid red; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  /* width: 80%;
  height: 25%;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  text-align: center; */
  /* position: relative;
  top: 0; left: 0; */
  /* text-transform: uppercase; */
}

button.sign-up {
  background: rgba(0, 72, 149, 0.6);
  border: 0.1em solid white;
  color: white;
  box-shadow: 0 0 10 rgb(0, 0, 0);
  margin: 2em;
  padding: 0.5em;
  border-radius: 0.5em;
}

.imgOverlay a {
  text-shadow: 0px 0px 20px rgb(0, 0, 0);
  color: white;
}

.imgOverlay a {
  font-size: 1em;
}

button.sign-up {
  font-size: 1em;
}

@media screen and (min-width: 35.5em) {
  .imgOverlay a {
    font-size: 1em;
  }

  button.sign-up {
    font-size: 1em;
  }
}

@media screen and (min-width: 48em) {
  .imgOverlay a {
    font-size: 2em;
  }

  button.sign-up {
    font-size: 2em;
  }
}

@media screen and (min-width: 64em) {
  .imgOverlay a {
    font-size: 4em;
  }

  button.sign-up {
    font-size: 4em;
  }
}

@media screen and (min-width: 80em) {
  button.sign-up {
    font-size: 4em;
  }
}


.text-image-disp {
  font-family: 'Montserrat', sans-serif;  
  padding: 2em;
  color: #676767;
  max-width: 75em;
  margin: auto;
}

.text-image-disp div.inner {
  /* border: 5px solid red; */
  padding: 1em;
  padding-top: 0;
}

.text-image-disp div.inner h2 {
  /* border: 5px solid red;   */
  margin-top: 0;
}

.footer {
  background: rgb(180, 180, 180);
  color: white;
  padding: 1em;
  /* height: 5em; */
}



/* .home-menu {
  padding: 0.5em;
  text-align: center;
  box-shadow: 0 1px 1px rgba(0,0,0, 0.10);
}
.home-menu {
  background: #2d3e50;
}
.pure-menu.pure-menu-fixed {
  border-bottom: none;
  z-index: 4;
}

.home-menu .pure-menu-heading {
  color: white;
  font-weight: 400;
  font-size: 120%;
}

.home-menu .pure-menu-selected a {
  color: white;
}

.home-menu a {
  color: #6FBEF3;
}
.home-menu li a:hover,
.home-menu li a:focus {
  background: none;
  border: none;
  color: #AECFE5;
} */