body {
  background-color: #0199C5;
  background-image: url(./header_sitemap.png);
  background-size: 350px auto;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-attachment: fixed;
}

.post-header {
  height: 120px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%;
}

.container-holder {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.container-fluid {
  margin: 0 3em;
}


.footer {
  position: relative;
  display: block;
  z-index: 1;
}


h1 {
  font-size: 5em;
  margin-bottom: 0.5em;
  color: #FFD33E;
  font-size: 3em;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
}



.img-right {
  position: relative;
  float: right;
  height: 600px;
  z-index: -1;
  position: absolute;
  bottom: 0;
  right: 0;

}


h2 {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 1.4em;
  position: relative;
  color: #fff;
  background-color: #005E79;
  padding: 0.5em;
  margin-top: 0px;
  margin-bottom: 0em;
}

h3 {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.5em;
  position: relative;
  color: #fff;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: -0.2em;
  max-width: 300px;
}

p {
  padding-bottom: 0.8em;
}

article {
  background-color: #fff;
  height: auto;
  margin-bottom: 2em;
  border-radius: 0px 0px 0px 0px;
  border: 3px solid white;
}

article .post-excerpt {
  padding: 0 0em;
}

article .post-excerpt ul {
  padding: 0em 0;
}

a,
a:visited,
a:active {
  color: rgb(255, 255, 255, 0);
  text-decoration: none;
}

article>a:hover {
  text-decoration: none;
}

.footer {
  margin-top: 2em;
}

.intro{
  background-color: #0199C555;
}

@media (max-width: 1060px) {
  .intro {
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
    max-width: 500px;
  }

  h1 {
    text-align: left
  }

  h3 {
    text-align: left;
    margin-left: 0px;
    max-width: 500px;
  }
}

@media (min-width: 1060px) {
  .intro {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }

  h3 {
    max-width: 500px;
  }
}

@media (max-width: 860px) {
  .intro {
    max-width: 400px;
  }

  h1,
  h3 {
    text-align: left;
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media (max-width: 770px) {
  .intro {
    max-width: 100%;
  }

  .img-right {
    display: none;
  }

  h1,
  h3 {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
}
