/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
body {
  background: #145351;
  color: white;
  font-size: 16px;
  max-width: 1000px;
  margin: 0 auto;
  font-family: source-sans-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
article {
  position: relative;
}
a,
a:visited,
a:hover {
  color: #23c9bb;
  text-decoration: none;
}
a:hover {
  color: #41ded1;
}
img {
  display: block;
  width: 100%;
  max-width: 100%;
}
figure {
  margin: 2em 0 2em 0;
  height: 25%;
  overflow: hidden;
  clear: both;
}
section {
  margin-bottom: 4em;
}
h1 {
  margin: 2em auto 2em auto;
  font-size: 100%;
  text-align: center;
  color: #1e7c79;
  background: white;
  border-radius: 8px;
  display: block;
  padding: 8px 1em;
  width: 4em;
  line-height: 1;
  font-variant: italic;
}
h2 {
  display: block;
  text-align: center;
  max-width: 40em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2em;
  font-size: 180%;
  line-height: 1;
}
p {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em;
  line-height: 1.8;
}
p.button {
  text-align: center;
  font-weight: bold;
  font-size: 120%;
}
.dark {
  color: #0a2a29;
}
#masthead {
  color: #0a2a29;
  text-align: center;
  font-size: 150%;
  margin: 3em 0 2em 0;
  max-width: 40em;
  font-family: source-sans-pro, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-shadow: #FFF 0px 0px 20px, #FFF 0px 0px 40px, #FFF 0px 0px 60px, #1e7c79 0px 0px 80px, #1e7c79 0px 0px 120px, #1e7c79 0px 0px 160px, #1e7c79 0px 0px 200px, #1e7c79 0px 0px 300px;
}
#pageTitle {
  font-weight: bold;
  font-size: 350%;
  text-align: center;
  margin: 1em 0;
}
.dingbat {
  font-weight: bold;
  text-align: center;
  color: #0a2a29;
}
footer {
  margin-top: 4em;
  font-size: 14px;
  color: #0a2a29;
}
@media only screen and (min-width: 50em) {
  #masthead {
    font-size: 200%;
  }
  body {
    font-size: 18px;
  }
  h2 {
    font-size: 200%;
  }
  p {
    max-width: 30em;
  }
}
