.page-outer {
  width: 100%;
  min-width: 100vw;
  width: 100vw;
  max-width: 100vw;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-outer .page-inner {
  display: none;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 7vh;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border-radius: 0px;
  border: solid 0px transparent;
  margin-top: 0vh;
  -webkit-box-shadow: 0px 0px 0px 0px transparent;
          box-shadow: 0px 0px 0px 0px transparent;
  width: 100%;
  width: 100vw;
  height: 100%;
  min-height: 100vh;
  position: relative;
}

.page-outer .page-inner a.button {
  display: none;
}

.page-outer .page-inner.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-outer .page-inner.show .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.page-outer .page-inner .overlay {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  background-color: transparent;
  z-index: 0;
}

.page-outer .page-inner .banner-pic {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: calc(7vh + 20vw);
  max-height: calc(7vh + 80px);
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 0;
}

.page-outer .page-inner .profile-pic {
  min-width: 80px;
  min-height: 80px;
  width: 25vw;
  height: 25vw;
  max-width: 100px;
  max-height: 100px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.page-outer .page-inner .profile-pic.smaller-profile-pic {
  background-size: 70%;
}

.page-outer .page-inner .profile-pic.no-profile-pic {
  background-color: rgba(29, 45, 68, 0.9);
}

.page-outer .page-inner .handle {
  font-weight: 700;
  color: black;
  font-family: "Quicksand", sans-serif;
  position: relative;
  z-index: 1;
}

.page-outer .page-inner .rows {
  font-family: "Quicksand", sans-serif;
  width: 80%;
  margin-top: 10px;
  margin-bottom: 5vh;
  max-width: 350px;
}

.page-outer .page-inner .rows .row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 3px 0px;
  z-index: 1;
}

.page-outer .page-inner .rows .row .element {
  cursor: pointer;
  position: relative;
  padding: 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}

.page-outer .page-inner .rows .row .element .element-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-outer .page-inner .rows .row .element.is-full {
  width: 100%;
}

.page-outer .page-inner .rows .row .element.heading-element .heading-content {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
}

.page-outer .page-inner .rows .row .element.link-element {
  width: 100%;
}

.page-outer .page-inner .rows .row .element.link-element .element-inner {
  width: 100%;
}

.page-outer .page-inner .rows .row .element.link-element .button {
  min-width: 80%;
  background-color: whitesmoke;
}

.page-outer .page-inner .rows .row .element.socials-element .socials-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-outer .page-inner .rows .row .element.socials-element .socials-wrapper a.social-link {
  color: black;
  margin-right: 7px;
  font-size: 1.8rem;
}

.page-outer .page-inner .rows .row .element.socials-element .socials-wrapper a.social-link:last-child {
  margin-right: 0px;
}

.page-outer .footer {
  margin-top: auto;
  padding: 5px 10px;
  background: transparent;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 50px;
  padding-top: 2vh;
}

.page-outer .footer .fa-icon, .page-outer .footer i {
  margin: 0px 3px;
}

.page-outer .footer .footstamp {
  margin-top: 5px;
  font-size: 0.8rem;
  opacity: 0.7;
  z-index: 10;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7);
}

.page-outer .footer .footstamp a {
  color: white;
}

.page-outer .footer .footstamp .heart {
  color: #07e907;
}

.page-outer .counter-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.8rem;
  z-index: 10;
  padding: 5px 0px;
  background-color: rgba(0, 128, 0, 0.95);
  color: white;
}

.page-outer .counter-wrap.is-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
}

.page-outer .counter-wrap .claim {
  font-weight: bold;
  padding: 0px 10px;
}

.page-outer .counter-wrap .claim .highlight {
  text-decoration: underline;
}

.modal-content {
  background-color: whitesmoke;
  width: 90vw;
  padding: 20px;
  border-radius: 5px;
  min-width: 300px;
  max-width: 500px;
}

.modal-content .content .title {
  margin: 20px 0px;
  margin-top: 30px;
}

.modal-content .content ul {
  list-style: none;
  margin-left: 1rem;
}

.modal-content .content ul li {
  list-style: none;
}

.modal-content .content p img {
  max-width: 70%;
  display: block;
  margin: 20px 0px;
}

.modal-content .content p.highlight {
  color: #1B63B3;
  font-weight: bold;
}

.modal-content .content p.highlight .underlined {
  text-decoration: underline;
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: whitesmoke;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.loading-overlay.hide {
  opacity: 0;
  display: none;
}

* {
  outline: none;
}

.wrapper {
  position: relative;
}

.wrapper.is-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrapper.is-fullpage {
  width: 100vw;
  height: 100vh;
}

.wrapper.is-vcentered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fake-mobile-width {
  min-width: 350px;
  width: 100vw;
  max-width: 400px;
}

.background-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.is-vcentered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.cover-bg, .cover-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* 
 Ellipses
*/
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}
/*# sourceMappingURL=goodlink.css.map */