@font-face {
  font-family: satisfy;
  src: url(Satisfy/Satisfy-Regular.ttf);
}
@font-face {
  font-family: opensans;
  src: url(Open_Sans/OpenSans-VariableFont_wdth\,wght.ttf);
}
.graybox {
  box-sizing: border-box;
  clear: left;
  background: #26292C;
  padding: 2em;
  position: relative;
}
@media screen and (min-width: 505px) {
  .graybox {
    padding: 2em 5em;
    margin-left: -5em;
    margin-right: -5em;
  }
}
.graybox::before {
  content: '';
  background: url(../images/triangle.png);
  display: block;
  position: absolute;
  height: 229px;
  margin-top: -261px;
  right: 0;
  left: 0;
  z-index: -1;
}
.graybox::after {
  content: '';
  background: url(../images/triangle-inv.png);
  background-position: top;
  display: block;
  position: absolute;
  height: 229px;
  margin-top: -9px;
  right: 0;
  left: 0;
  z-index: -1;
}
html body {
  margin: 0;
  font-family: opensans;
  background: radial-gradient(#3B84C7, #0A3370);
  color: white;
}
html .wrapper {
  max-width: 720px;
  margin: auto;
}
html .wrapper h1,
html .wrapper h2,
html .wrapper h3,
html .wrapper h4,
html .wrapper h5,
html .wrapper h6 {
  font-family: satisfy;
  font-weight: normal;
}
html .wrapper h1 {
  font-size: 70px;
  text-shadow: 0px 2px 5px black;
  margin: 0;
}
html .wrapper h2 {
  font-size: 40px;
  opacity: 0.8;
  margin: 0;
}
html .wrapper h3 {
  font-size: 40px;
  margin-bottom: 16px;
  margin-top: 0;
}
html .wrapper header h1 {
  padding-top: 0.5em;
  box-sizing: border-box;
  text-align: center;
  z-index: 100;
}
@media screen and (max-width: 504px) {
  html .wrapper header h1 {
    position: absolute;
    text-align: center;
    background: linear-gradient(#000000, #00000000);
    padding: 24px 0;
    margin: auto;
    width: 100%;
  }
}
@media screen and (min-width: 505px) {
  html .wrapper header h1 {
    float: left;
  }
}
html .wrapper header .mainImage {
  max-width: 100%;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 505px) {
  html .wrapper header .mainImage {
    max-width: 70%;
    float: right;
    margin-right: -20%;
  }
}
html .wrapper header .mainImage img {
  max-width: 100%;
}
html .wrapper header .message {
  position: relative;
  margin-bottom: 110px;
  margin-top: 10px;
}
html .wrapper section {
  clear: both;
  text-align: center;
  padding: 1em;
}
html .wrapper section .columns {
  clear: both;
  overflow: hidden;
  display: flex;
  text-align: center;
}
html .wrapper section .columns .info {
  flex-grow: 4;
  margin: 1em;
}
html .wrapper section .columns .info img {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.355);
  max-width: 100%;
}
html .wrapper section p {
  margin-bottom: 2em;
}
html a {
  color: white;
}
html a:hover {
  color: #c6ef67;
}
html footer {
  margin-top: 100px;
  text-align: center;
  box-sizing: border-box;
  clear: left;
  background: #26292C;
  padding: 2em;
  position: relative;
}
@media screen and (min-width: 505px) {
  html footer {
    margin-left: -5em;
    margin-right: -5em;
  }
}
html footer a {
  color: white;
  text-decoration: none;
}
html footer::before {
  content: '';
  background: url(../images/triangle.png);
  display: block;
  position: absolute;
  height: 229px;
  margin-top: -261px;
  right: 0;
  left: 0;
  z-index: -1;
}
html .button {
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 1em 2em;
  border: white solid 1px;
  transition: all 0.2s;
}
html .button:hover {
  border: #c6ef67 solid 1px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.405);
}
