/* Text Elements */

h1.mw-topname {
  margin: 10px auto 15px;
  width: 95%;
  color: #dfae14;
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  font-family: 'Orbitron', sans-serif;

  -webkit-text-stroke-color: #000;
  -webkit-text-stroke-width: 2px;
}

h1 span.heading-text-1 {
  font-weight: 400;
}

p.paragraph.mw-pgtxt {
  width: 100%;
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
}

/* Layout Elements */

body.mwbod01 {
  background-color: rgba(223, 174, 20, .2);
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;
  -webkit-filter: brightness(1) grayscale(0) blur(0px);
          filter: brightness(1) grayscale(0) blur(0px);
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-property: none;
     -moz-transition-property: none;
       -o-transition-property: none;
          transition-property: none;

  background-blend-mode: normal;
  mix-blend-mode: lighten;
}

.container-grid.mwtopbanner {
  border-bottom: .125rem solid #000;
}

.container-grid.mw-pgcont-wrap {
  display: grid;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  width: 95%;
  height: 50vh;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.rule.temppg-line hr {
  border-top-width: 5px;
  border-top-color: #dfae14;
}

.rule.temppg-line {
  width: 100%;
}

div.responsive-picture.picture-1 {
  max-width: 400px;
  -webkit-filter: opacity(.25);
          filter: opacity(.25);
}

.container-grid.container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: distribute;
  -ms-flex-align: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 1100px;
  width: 95%;

  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

div.responsive-picture.picture-1:hover {
  -webkit-filter: opacity(.99);
          filter: opacity(.99);
}

@media screen and (min-width: 37.5625rem) {
  /* Text Elements */

  h1.mw-topname {
    font-size: 50px;
  }
}

@media screen and (min-width: 50rem) {
  /* Text Elements */

  h1.mw-topname {
    font-size: 60px;
  }
}

@media screen and (min-width: 62.0625rem) {
  /* Text Elements */

  h1.mw-topname {
    font-size: 70px;
  }
}

@media screen and (min-width: 75.0625rem) {
  /* Text Elements */

  h1.mw-topname {
    font-size: 80px;
  }
}