body {
  background-color: #036635;
  overflow: hidden;
}

button {
  cursor: pointer;
}

::-webkit-input-placeholder {
  -webkit-appearance: none;
  text-indent: 2rem;
}

:-ms-input-placeholder {
  -webkit-appearance: none;
  text-indent: 2rem;
}

::-ms-input-placeholder {
  -webkit-appearance: none;
  text-indent: 2rem;
}

::placeholder {
  -webkit-appearance: none;
  text-indent: 2rem;
}

::-webkit-input-placeholder {
  -webkit-appearance: none;
  text-indent: 2rem;
}

::-moz-placeholder {
  -webkit-appearance: none;
  text-indent: 2rem;
}

::-ms-placeholder {
  -webkit-appearance: none;
  text-indent: 2rem;
}

h2 {
  font-family: "Shadows Into Light", cursive;
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.container {
  background: white;
}

.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

nav {
  -webkit-box-shadow: 0 0.15em 0.35em 0 rgba(0, 0, 0, 0.135);
          box-shadow: 0 0.15em 0.35em 0 rgba(0, 0, 0, 0.135);
}

nav .navbar-item img {
  width: 500px;
  max-height: none;
}

.container {
  max-width: 550px;
}

.padding {
  padding: 0 2rem;
}

.no-padding {
  padding: 0;
}

.marker {
  -webkit-filter: drop-shadow(0px -10px 0.75rem rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px -10px 0.75rem rgba(0, 0, 0, 0.5));
  width: 700px !important;
  overflow: hidden;
  position: absolute;
  max-width: none;
}

p {
  text-align: left;
  margin-top: 2rem;
  line-height: 2rem;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  color: #999;
}

.navbar-item {
  width: 100%;
}

.hero .marker {
  z-index: 2;
  left: 50%;
  top: 26rem;
  -webkit-transform: rotate(131deg);
          transform: rotate(131deg);
}

.hero p {
  padding-right: 4rem;
}

.nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.nav-container button {
  cursor: pointer;
  background: white;
  border: 4px solid #000;
  padding: 2.5rem 1rem 2.5rem 6rem;
  border-radius: 0;
  font-family: "Shadows Into Light", cursive;
  font-size: 3rem;
  font-weight: bold;
  margin-top: 2rem;
  width: 100%;
  max-width: 30rem;
  position: relative;
  z-index: 1;
}

.nav-container button img {
  width: 10rem;
  position: absolute;
  top: -2rem;
  left: -1.1rem;
  z-index: 0;
}

.story .container {
  padding: 13rem 0;
}

.story .container .story__form .form-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 27rem;
  margin: auto;
  padding: 0 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.story .container .story__form .form-group textarea {
  text-indent: 2rem;
  resize: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 4px solid #000;
  overflow: auto;
  outline: none;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  padding: 1.5rem 2rem 0 2rem;
  line-height: 1.7;
  margin-top: 3rem;
  color: #999;
  -webkit-appearance: none;
  border-radius: 0;
}

.story .container .story__form .form-group img {
  top: 3.5rem;
  left: 3rem;
  position: absolute;
  width: 50px;
}

.story .container .story__form .form-group button[type=submit] {
  background: white;
  border: 4px solid #000;
  padding: 1rem;
  border-radius: 0;
  font-family: "Shadows Into Light", cursive;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 2rem;
}

.story .container .marker {
  z-index: 2;
  left: 5%;
  -webkit-transform: rotate(79deg);
          transform: rotate(79deg);
}

.trending .container {
  padding-bottom: 13rem;
}

.trending .container .grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (220px)[99999];
      grid-template-columns: repeat(99999, 220px);
  -ms-grid-rows: 2fr;
      grid-template-rows: 2fr;
  -ms-grid-rows: 200px;
      grid-template-rows: 200px;
  overflow: scroll;
}

.trending .container .grid-container > a {
  padding: 1rem;
  background: #c69c60;
  border: 4px solid black;
  color: black;
  font-family: "Work Sans", sans-serif;
}

.trending .container .grid-container > a :hover {
  color: black;
}

.trending .container .grid-container > a div {
  color: black;
  font-size: 1.5rem;
  margin: 0;
}

.trending .container .grid-container > a:not(:first-child) {
  border-left: 0;
}

.trending .container .grid-container > a:nth-child(even) {
  background: #cacaca;
}

.trending .container .marker {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  left: -58px;
}

footer {
  margin: 0 auto;
  padding: 2rem;
}

footer .container {
  background: transparent;
}

footer p {
  color: white;
  font-size: 17px;
  margin: 0;
}

footer a {
  text-decoration: underline;
}

footer a, footer a:hover {
  color: white;
}

@media (max-width: 460px) {
  .nav-container button {
    border: 3px solid #000;
    font-size: 2rem;
  }
  .nav-container button img {
    width: 8rem;
    top: 0rem;
    left: -0.2rem;
  }
}

@media (max-width: 375px) {
  .nav-container button {
    padding-left: 5rem;
    font-size: 1.6rem;
  }
  .nav-container button img {
    width: 8rem;
    top: 0rem;
    left: -1.2rem;
  }
}

@media (max-width: 320px) {
  .nav-container button {
    border: 3px solid #000;
    font-size: 1.6rem;
  }
  .nav-container button img {
    width: 8rem;
    top: 0rem;
    left: -0.2rem;
  }
}
/*# sourceMappingURL=main.css.map */