@font-face {
  font-family: "BrandonGrotesque-Black";
  src: url("//www.leadingagile.com/wp-content/themes/leadingagile/assets/fonts/subset-BrandonGrotesque-Black.eot");
  src: url("//www.leadingagile.com/wp-content/themes/leadingagile/assets/fonts/subset-BrandonGrotesque-Black.eot?#iefix")
      format("embedded-opentype"),
    url("//www.leadingagile.com/wp-content/themes/leadingagile/assets/fonts/subset-BrandonGrotesque-Black.woff2")
      format("woff2"),
    url("//www.leadingagile.com/wp-content/themes/leadingagile/assets/fonts/subset-BrandonGrotesque-Black.woff")
      format("woff"),
    url("//www.leadingagile.com/wp-content/themes/leadingagile/assets/fonts/subset-BrandonGrotesque-Black.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: optional;
}
body {
  color: #fff;
  font: 16px/1.5 "Aleo", serif;
  background: linear-gradient(#1d2635, #0e121a);
  min-height: 100vh;
}
h1,
h2,
h3,
h4,
h5,
h6,
.ttu {
  line-height: 1.2;
  font-family: "BrandonGrotesque-Black", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.wrapper {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}

.header {
  margin: 5vh auto;
}

.header svg {
  width: 80vw;
  max-width: 420px;
  display: block;
  margin: 0 auto;
}

.st0 {
  fill: #ffffff;
}
.st1 {
  fill: #50bd92;
}
.st2 {
  fill: #2a9170;
}

.grid {
  display: grid;
  grid-template-rows: 20vh 1fr 1fr;
  min-height: 100vh;
  align-items: center;
}

.button-wrap {
  margin-bottom: 2em;
  text-align: left;
}

.btn {
  display: inline-block;
  background: #50bf95;
  color: #fff;
  box-sizing: border-box;
  box-shadow: none;
  padding: 1em 1.5em;
  font-size: 1em;
  text-shadow: none;
  text-transform: uppercase;
  font-family: "BrandonGrotesque-Black", sans-serif;
  letter-spacing: 0.15em;
  font-weight: normal;
  text-decoration: none;
  transition: 0.2s background-color ease-out;
}

.btn:hover {
  background-color: #2c9171;
}

@media (min-width: 1180px) {
  .button-wrap {
    text-align: center;
  }
  .buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 100px;
  }
}
