@import url("https://fonts.googleapis.com/css?family=Montserrat");
a[href] {
  color: #19E68C; }

html,
body {
  font-family: "Montserrat", Helvetica Neue, Helvetica, sans-serif; }

ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.site {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: #fff; }
  .site .intro,
  .site .generator {
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    position: relative; }
    @media (max-width: 767px) {
      .site .intro,
      .site .generator {
        display: block;
        width: 100%;
        flex: auto;
        padding: 2rem; } }
    .site .intro .container,
    .site .generator .container {
      max-width: 480px;
      margin: 0 auto; }
  .site .intro h2 {
    font-weight: 700;
    margin-bottom: .5em; }
  .site .intro .alert.team-callout {
    margin: 1em 0 2em 0; }
    .site .intro .alert.team-callout img {
      height: 24px; }
  .site .intro .site-logo img {
    padding: 1rem;
    border-radius: 1rem;
    border: 1px solid #ccc;
    box-shadow: 0.25rem 0 2rem 0 #ccc;
    margin: 1rem auto 2rem auto; }
  .site .intro .contact-us {
    position: absolute;
    bottom: 2rem;
    width: 100%; }
    @media (max-width: 767px) {
      .site .intro .contact-us {
        position: relative;
        bottom: 0; } }
  .site .generator {
    /* Mask: */
    background-image: linear-gradient(-225deg, #36F4C0 0%, #19E68C 88%);
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NiIgaGVpZ2h0PSIxMDAiPgo8cmVjdCB3aWR0aD0iNTYiIGhlaWdodD0iMTAwIiBmaWxsPSIjMTlFNjhDIj48L3JlY3Q+CjxwYXRoIGQ9Ik0yOCA2NkwwIDUwTDAgMTZMMjggMEw1NiAxNkw1NiA1MEwyOCA2NkwyOCAxMDAiIGZpbGw9Im5vbmUiIHN0cm9rZT0icmdiYSgyNTUsMjU1LDI1NSwwLjE1IiBzdHJva2Utd2lkdGg9IjIiPjwvcGF0aD4KPHBhdGggZD0iTTI4IDBMMjggMzRMMCA1MEwwIDg0TDI4IDEwMEw1NiA4NEw1NiA1MEwyOCAzNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJyZ2JhKDI1NSwyNTUsMjU1LDAuMjUpIiBzdHJva2Utd2lkdGg9IjIiPjwvcGF0aD4KPC9zdmc+");
    padding: 2rem;
    text-align: center; }
    .site .generator .card {
      max-width: 480px;
      margin: 0 auto;
      box-shadow: 0 0.125rem 0 rgba(0, 0, 0, 0.15); }
      .site .generator .card .punishments li {
        font-size: 14px;
        cursor: pointer;
        padding: .5em;
        border-radius: 1em;
        border: 1px solid transparent;
        background: transparent;
        margin: .5rem;
        list-style-type: none;
        text-align: left; }
        .site .generator .card .punishments li h4 {
          font-size: 1.25em;
          font-weight: 700; }
        .site .generator .card .punishments li .emoji {
          width: 2em;
          height: 2em;
          padding: .5em;
          margin-left: .5em;
          background-size: contain;
          background-repeat: no-repeat;
          float: left;
          position: absolute; }
          .site .generator .card .punishments li .emoji + div {
            padding-left: 3rem; }
        .site .generator .card .punishments li.tame .emoji {
          background-image: url("../../assets/img/level/emoji_tame.png"); }
        .site .generator .card .punishments li.painless .emoji {
          background-image: url("../../assets/img/level/emoji_painless.png"); }
        .site .generator .card .punishments li.borderline .emoji {
          background-image: url("../../assets/img/level/emoji_borderline.png"); }
        .site .generator .card .punishments li.rough .emoji {
          background-image: url("../../assets/img/level/emoji_rough.png"); }
        .site .generator .card .punishments li.ruthless .emoji {
          background-image: url("../../assets/img/level/emoji_ruthless.png"); }
        .site .generator .card .punishments li:hover {
          background: rgba(150, 150, 150, 0.15); }
        .site .generator .card .punishments li.active {
          background: #e8fdf4;
          border-color: #19E68C; }

.card {
  border: none;
  border-radius: 1rem; }
  .card .card-footer {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem; }

.btn-round {
  border-radius: 2rem; }

.button-set {
  margin: 2rem 0; }
  .button-set .btn {
    cursor: pointer; }

.btn-twitter {
  background: #1DA1F2;
  color: #fff; }
  .btn-twitter:hover {
    background: #0b76b8; }

.btn-facebook {
  background: #3B5998;
  color: #fff; }
  .btn-facebook:hover {
    background: #263961; }

.btn-primary {
  background: #19E68C;
  color: #fff;
  border-color: #17cf7e;
  cursor: pointer; }
  .btn-primary:hover {
    background: #14b870;
    border-color: #12a162; }

/*# sourceMappingURL=base.css.map */
