body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, button, p, blockquote, th, td,
section, aside, article, nav, header, footer {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

ul li a, a, li a, ul a, ul li, #nav ul li a {
  -webkit-text-size-adjust: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
textarea,
button {
  outline: none;
  border: 0; }

hr.clear {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  border-width: 0;
  margin: 0;
  padding: 0;
  overflow: hidden; }

.clear:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .clear {
  display: block; }

* html .clear {
  height: 1%; }

@keyframes colorShift {
  0% {
    color: #fff989; }
  25% {
    color: #fb007e; }
  50% {
    color: #20faff; }
  75% {
    color: #00ffb0; }
  100% {
    color: #fff989; } }
body {
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 2.25vw;
  line-height: 2.85vw; }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 3.5vw;
      line-height: 4.5vw; } }
  @media only screen and (max-width: 420px) {
    body {
      font-size: 3.95vw;
      line-height: 5.5vw; } }
  @media only screen and (min-width: 769px) and (min-aspect-ratio: 768 / 1024) {
    body {
      font-size: 2.25vw;
      line-height: 3.25vw; } }
  @media only screen and (min-width: 769px) and (min-aspect-ratio: 1440 / 1024) {
    body {
      font-size: 1.75vw;
      line-height: 2.5vw; } }
  @media only screen and (min-width: 769px) and (min-aspect-ratio: 1688 / 1024) {
    body {
      font-size: 1.5vw;
      line-height: 2.25vw; } }
  @media only screen and (min-width: 769px) and (min-aspect-ratio: 1852 / 1024) {
    body {
      font-size: 1.25vw;
      line-height: 1.75vw; } }

::selection {
  color: #fff;
  background: #979797;
  text-shadow: none; }

::-moz-selection {
  color: #fff;
  background: #000;
  text-shadow: none; }

a {
  color: #000;
  text-decoration: underline; }
  a:hover {
    color: #1a1a1a; }
  a:active {
    text-decoration: none; }

h2 {
  font-weight: 900; }

p, ol, ul {
  margin-bottom: 2vw; }
  p:last-child, ol:last-child, ul:last-child {
    margin-bottom: 0; }
  @media only screen and (max-width: 768px) {
    p, ol, ul {
      margin-bottom: 4vw; } }
  p em, p i, ol em, ol i, ul em, ul i {
    font-style: italic;
    letter-spacing: -0.04em; }

ol {
  list-style-type: decimal; }
  ol li {
    padding-left: 1vw;
    margin-left: 2.5vw; }
    @media only screen and (max-width: 768px) {
      ol li {
        margin-left: 4vw; } }
    @media only screen and (max-width: 420px) {
      ol li {
        margin-left: 6vw; } }

strong, b {
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 700; }

em, i {
  font-style: normal; }

form label {
  display: none; }

a:focus {
  outline: 0; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

input::-moz-focus-inner {
  border: 0; }

input,
textarea,
select,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  padding: 0.7vw 1.25vw 0.7vw 1.25vw;
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", Helvetica, Arial, sans-serif;
  background-color: #fff;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #979797;
  -webkit-border-radius: 3pt;
  -moz-border-radius: 3pt;
  border-radius: 3pt; }
  input[type="text"]:hover,
  input[type="email"]:hover,
  input[type="password"]:hover,
  textarea:hover {
    border-color: #00ffb0; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  textarea:focus {
    border-color: #000; }

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
  width: 100%;
  font-size: 2.25vw;
  line-height: 2.85vw;
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 2.25vw;
  line-height: 2.85vw; }
  @media only screen and (max-width: 768px) {
    input[type="text"],
    input[type="email"],
    input[type="password"],
    textarea,
    select {
      font-size: 3.5vw;
      line-height: 4.5vw; } }
  @media only screen and (max-width: 420px) {
    input[type="text"],
    input[type="email"],
    input[type="password"],
    textarea,
    select {
      font-size: 3.95vw;
      line-height: 5.5vw; } }
  @media only screen and (min-width: 769px) and (min-aspect-ratio: 768 / 1024) {
    input[type="text"],
    input[type="email"],
    input[type="password"],
    textarea,
    select {
      font-size: 2.25vw;
      line-height: 3.25vw; } }
  @media only screen and (min-width: 769px) and (min-aspect-ratio: 1440 / 1024) {
    input[type="text"],
    input[type="email"],
    input[type="password"],
    textarea,
    select {
      font-size: 1.75vw;
      line-height: 2.5vw; } }
  @media only screen and (min-width: 769px) and (min-aspect-ratio: 1688 / 1024) {
    input[type="text"],
    input[type="email"],
    input[type="password"],
    textarea,
    select {
      font-size: 1.5vw;
      line-height: 2.25vw; } }
  @media only screen and (min-width: 769px) and (min-aspect-ratio: 1852 / 1024) {
    input[type="text"],
    input[type="email"],
    input[type="password"],
    textarea,
    select {
      font-size: 1.25vw;
      line-height: 1.75vw; } }
  @media only screen and (max-width: 768px) {
    input[type="text"],
    input[type="email"],
    input[type="password"],
    textarea,
    select {
      font-size: 3.5vw;
      line-height: 4.5vw; } }
  @media only screen and (max-width: 420px) {
    input[type="text"],
    input[type="email"],
    input[type="password"],
    textarea,
    select {
      font-size: 3.95vw;
      line-height: 5.5vw; } }
  @media only screen and (min-width: 769px) and (min-aspect-ratio: 768 / 1024) {
    input[type="text"],
    input[type="email"],
    input[type="password"],
    textarea,
    select {
      font-size: 2.25vw;
      line-height: 3.25vw; } }
  @media only screen and (min-width: 769px) and (min-aspect-ratio: 1440 / 1024) {
    input[type="text"],
    input[type="email"],
    input[type="password"],
    textarea,
    select {
      font-size: 1.75vw;
      line-height: 2.5vw; } }
  @media only screen and (min-width: 769px) and (min-aspect-ratio: 1688 / 1024) {
    input[type="text"],
    input[type="email"],
    input[type="password"],
    textarea,
    select {
      font-size: 1.5vw;
      line-height: 2.25vw; } }
  @media only screen and (min-width: 769px) and (min-aspect-ratio: 1852 / 1024) {
    input[type="text"],
    input[type="email"],
    input[type="password"],
    textarea,
    select {
      font-size: 1.25vw;
      line-height: 1.75vw; } }

label {
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", Helvetica, Arial, sans-serif; }
  label:hover {
    cursor: pointer; }

textarea {
  width: 100%; }

input[type="submit"] {
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400; }

form .error-message {
  font-size: 2.25vw;
  line-height: 2.85vw;
  color: #fff; }
  @media only screen and (max-width: 768px) {
    form .error-message {
      font-size: 3.5vw;
      line-height: 4.5vw; } }
  @media only screen and (max-width: 420px) {
    form .error-message {
      font-size: 3.95vw;
      line-height: 5.5vw; } }
  @media only screen and (min-width: 769px) and (min-aspect-ratio: 768 / 1024) {
    form .error-message {
      font-size: 2.25vw;
      line-height: 3.25vw; } }
  @media only screen and (min-width: 769px) and (min-aspect-ratio: 1440 / 1024) {
    form .error-message {
      font-size: 1.75vw;
      line-height: 2.5vw; } }
  @media only screen and (min-width: 769px) and (min-aspect-ratio: 1688 / 1024) {
    form .error-message {
      font-size: 1.5vw;
      line-height: 2.25vw; } }
  @media only screen and (min-width: 769px) and (min-aspect-ratio: 1852 / 1024) {
    form .error-message {
      font-size: 1.25vw;
      line-height: 1.75vw; } }
form .field_with_errors input[type="text"],
form .field_with_errors input[type="password"],
form .field_with_errors input[type="email"],
form .field_with_errors textarea {
  color: #fff;
  background-color: #ff364f;
  border-color: #fff989; }
form .fieldWithErrors {
  display: inline;
  padding: 2px;
  color: #fff;
  background-color: #ff364f;
  border-color: #fff989; }
form input[type="text"].error,
form input[type="password"].error,
form input[type="email"].error,
form textarea.error {
  color: #fff;
  background-color: #ff364f;
  border-color: #fff989; }

.button,
a.button {
  padding: 0.7vw 2vw 0.7vw 2vw;
  display: inline-block;
  min-width: 14vw;
  color: #000;
  text-decoration: none;
  text-align: center;
  animation-name: colorShiftBackground;
  animation-duration: 10s;
  animation-delay: 0;
  animation-iteration-count: infinite; }
  .button:hover,
  a.button:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80); }
  .button:active,
  a.button:active {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100); }

.text-button,
a.text-button {
  padding: 0;
  min-width: 1px;
  color: #ff364f;
  text-decoration: none;
  background: none; }
  .text-button:hover,
  a.text-button:hover {
    color: rgba(255, 54, 79, 0.9);
    text-decoration: underline;
    background: none; }
  .text-button:active,
  a.text-button:active {
    text-decoration: none;
    background: none; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  -webkit-tap-highlight-color: transparent; }

body {
  width: 100%;
  background-color: #fb007e;
  animation-name: colorShiftBackground;
  animation-duration: 30s;
  animation-delay: 0;
  animation-iteration-count: infinite; }

@keyframes colorShiftBackground {
  0% {
    background-color: #fff989; }
  25% {
    background-color: #fb007e; }
  50% {
    background-color: #20faff; }
  75% {
    background-color: #00ffb0; }
  100% {
    background-color: #fff989; } }
@keyframes colorShiftBackgroundMono {
  0% {
    background-color: #fff; }
  25% {
    background-color: #f8f8f8; }
  50% {
    background-color: #fff; }
  75% {
    background-color: #eaeaea; }
  100% {
    background-color: #f8f8f8; } }
svg {
  display: block;
  width: 100%; }

svg.app-store path.border {
  fill: #979797; }
svg.app-store path.background {
  fill: #000; }
svg.app-store path.art {
  fill: #fff; }

.panel {
  display: block;
  position: relative;
  width: 100%;
  height: 1000px;
  overflow: hidden; }
  .panel .panel-content {
    padding: 3vw 6vw 3vw 6vw;
    width: 100%; }
    @media only screen and (min-width: 1px) and (max-width: 768px) {
      .panel .panel-content {
        padding-top: 4vw;
        padding-bottom: 4vw; } }
    @media only screen and (max-width: 420px) {
      .panel .panel-content {
        padding-top: 4vw;
        padding-bottom: 4vw; } }
    .panel .panel-content .content {
      width: 65%; }
      @media only screen and (max-width: 1024px) {
        .panel .panel-content .content {
          width: 80%; } }
      @media only screen and (max-width: 768px) {
        .panel .panel-content .content {
          width: 95%; } }
      @media only screen and (max-width: 420px) {
        .panel .panel-content .content {
          width: 100%; } }
      .panel .panel-content .content h2 {
        margin: 2vw 0 2vw 0;
        font-size: 6.5vw;
        line-height: 6.5vw;
        font-weight: 900; }
        @media only screen and (max-width: 768px) {
          .panel .panel-content .content h2 {
            font-size: 12vw;
            line-height: 12vw; } }
        @media only screen and (max-width: 420px) {
          .panel .panel-content .content h2 {
            font-size: 9vw;
            line-height: 9vw; } }
        @media only screen and (max-width: 768px) {
          .panel .panel-content .content h2 {
            margin-bottom: 4vw; } }
        @media screen and (min-aspect-ratio: 1852 / 1024) {
          .panel .panel-content .content h2 {
            margin-bottom: 1.5vw; } }
  .panel.panel-one, .panel.subject-beliefs, .panel.subject-contact {
    background-color: #000; }
  .panel.panel-two {
    background: none; }
  .panel.subject-heart {
    background-color: #fff; }
  .panel.subject-murray {
    background: url(/assets/murray-46d5e401d4a04fee8d9ab41a0668e8a1dce552354d21611dd823c056b3d0173f.jpg) center center;
    background-size: cover; }
  .panel .navigation {
    position: absolute;
    display: block;
    padding-left: 4vw;
    padding-right: 4vw;
    width: 100%;
    bottom: 3vw; }
    @media only screen and (max-width: 420px) {
      .panel .navigation {
        bottom: 8vw; } }
    @media only screen and (max-width: 768px) {
      .panel .navigation {
        padding-left: 6vw;
        padding-right: 6vw;
        bottom: 5vw; } }
    .panel .navigation ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .panel .navigation ul li {
        display: inline-block;
        margin: 0;
        padding: 0;
        margin-right: 3vw; }
        @media only screen and (max-width: 420px) {
          .panel .navigation ul li {
            display: block;
            float: none; } }
        @media only screen and (max-width: 768px) {
          .panel .navigation ul li {
            display: block;
            margin-bottom: 1.5vw; }
            .panel .navigation ul li:last-child {
              margin-bottom: 0; } }
        .panel .navigation ul li:last-child {
          margin-right: 0; }
        .panel .navigation ul li a {
          display: inline-block;
          font-weight: 900;
          color: #ff364f;
          text-decoration: none; }
          @media only screen and (max-width: 768px) {
            .panel .navigation ul li a {
              display: block; } }
          .panel .navigation ul li a:hover {
            text-decoration: underline; }
          .panel .navigation ul li a:active {
            text-decoration: none; }
    .panel .navigation .app-store-badge-holder {
      position: fixed;
      right: 4vw;
      bottom: 3vw;
      width: 12vw;
      z-index: 10; }
      @media only screen and (max-width: 768px) {
        .panel .navigation .app-store-badge-holder {
          bottom: 5vw;
          right: 6vw;
          width: 16vw; } }
      @media only screen and (max-width: 420px) {
        .panel .navigation .app-store-badge-holder {
          bottom: 5vw;
          width: 32vw; } }
      .panel .navigation .app-store-badge-holder span.text {
        display: none; }
    .panel .navigation.right {
      text-align: right; }
    .panel .navigation.center {
      text-align: center; }
      @media only screen and (max-width: 420px) {
        .panel .navigation.center {
          text-align: left; } }
      @media only screen and (min-width: 421px) and (max-width: 768px) {
        .panel .navigation.center ul {
          margin: 0 auto;
          width: 60%; } }
      @media only screen and (max-width: 420px) {
        .panel .navigation.center .app-store-badge-holder {
          bottom: 16vw; } }
  .panel.panel-one {
    color: #fff; }
    .panel.panel-one h1 {
      margin: 0 auto;
      margin-bottom: 2vw;
      text-align: center;
      font-weight: 900; }
    .panel.panel-one p {
      text-align: center; }
    .panel.panel-one .button.big,
    .panel.panel-one a.button.big {
      margin: 0 auto; }
      .panel.panel-one .button.big:hover,
      .panel.panel-one a.button.big:hover {
        cursor: pointer; }
    .panel.panel-one .mini-heart-holder {
      display: inline-block; }
      .panel.panel-one .mini-heart-holder svg path {
        fill: #ff364f; }
    @media only screen and (max-width: 768px) {
      .panel.panel-one h1 {
        margin-left: 0;
        font-size: 14.5vw;
        line-height: 14.5vw;
        text-align: left; }
        .panel.panel-one h1 br {
          display: none; }
      .panel.panel-one p {
        text-align: left; }
      .panel.panel-one .button.big,
      .panel.panel-one a.button.big {
        margin-top: 5vw;
        margin-left: 0;
        padding: 2.5vw 8vw 2.75vw 8vw;
        font-size: 10vw;
        line-height: 10vw; }
      .panel.panel-one .mini-heart-holder {
        width: 10vw; } }
    @media only screen and (min-width: 769px) and (min-aspect-ratio: 768 / 798) {
      .panel.panel-one h1 {
        font-size: 11vw;
        line-height: 11vw; }
      .panel.panel-one .button.big,
      .panel.panel-one a.button.big {
        margin-top: 1.5vw;
        padding: 1.75vw 5vw 2vw 5vw;
        font-size: 6vw;
        line-height: 6vw; }
      .panel.panel-one .mini-heart-holder {
        width: 7vw; } }
    @media only screen and (min-width: 769px) and (min-aspect-ratio: 1220 / 798) {
      .panel.panel-one h1 {
        font-size: 9vw;
        line-height: 9vw; }
      .panel.panel-one .button.big,
      .panel.panel-one a.button.big {
        margin-top: 1.5vw;
        padding: 1.75vw 5vw 2vw 5vw;
        font-size: 6vw;
        line-height: 6vw; }
      .panel.panel-one .mini-heart-holder {
        width: 7vw; } }
  .panel.panel-two .panel-content {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center; }
    .panel.panel-two .panel-content img.nose-face {
      margin: 0 auto;
      width: 25%;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media only screen and (max-width: 768px) {
        .panel.panel-two .panel-content img.nose-face {
          width: 40%; } }
      @media only screen and (max-width: 420px) {
        .panel.panel-two .panel-content img.nose-face {
          width: 50%; } }
  .panel.subject-murray h6 {
    font-size: 17vw;
    line-height: 17vw;
    font-weight: 900;
    color: #fff;
    animation: none; }
    @media only screen and (max-width: 768px) {
      .panel.subject-murray h6 {
        font-size: 23vw;
        line-height: 23vw; } }
    @media only screen and (max-width: 420px) {
      .panel.subject-murray h6 {
        font-size: 27vw;
        line-height: 27vw; } }
  .panel.panel-five {
    animation-name: colorShiftBackgroundMono;
    animation-duration: 15s;
    animation-delay: 0;
    animation-iteration-count: infinite; }
    .panel.panel-five .panel-content {
      position: absolute;
      width: 100%;
      height: 100%;
      text-align: center; }
      .panel.panel-five .panel-content img.nose-face {
        margin: 0 auto;
        width: 52%;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media only screen and (max-width: 768px) {
          .panel.panel-five .panel-content img.nose-face {
            width: 84%; } }
        @media only screen and (max-width: 420px) {
          .panel.panel-five .panel-content img.nose-face {
            width: 100%; } }

.modal-holder {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  animation-name: colorShiftBackground;
  animation-duration: 30s;
  animation-delay: 0;
  animation-iteration-count: infinite;
  z-index: 6; }
  .modal-holder .modal {
    margin: 0 auto;
    width: 48%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media only screen and (max-width: 768px) {
      .modal-holder .modal {
        width: 80%; } }
    @media only screen and (max-width: 420px) {
      .modal-holder .modal {
        width: 100%; } }
    .modal-holder .modal .content {
      text-align: center; }
      .modal-holder .modal .content h2 {
        margin-bottom: 2vw;
        font-size: 6.5vw;
        line-height: 6.5vw;
        font-weight: 900; }
        @media only screen and (max-width: 768px) {
          .modal-holder .modal .content h2 {
            font-size: 12vw;
            line-height: 12vw; } }
        @media only screen and (max-width: 420px) {
          .modal-holder .modal .content h2 {
            font-size: 9vw;
            line-height: 9vw; } }
        @media only screen and (max-width: 420px) {
          .modal-holder .modal .content h2 {
            margin: 0 auto;
            width: 65%;
            margin-bottom: 4vw; } }
      .modal-holder .modal .content p {
        margin-bottom: 2vw; }
      .modal-holder .modal .content .message {
        color: #00ffb0; }
  .modal-holder .close-button {
    position: fixed;
    display: block;
    padding: 0;
    margin: 0;
    right: 6vw;
    top: 4vw;
    width: 5vw; }
    .modal-holder .close-button a span.text {
      display: none; }
    .modal-holder .close-button a:hover span.icon svg path {
      fill: #1a1a1a; }
    .modal-holder .close-button a:active span.icon svg path {
      fill: #fff; }

.form-holder form p {
  display: block;
  width: 100%;
  margin-bottom: 1vw;
  clear: both; }
  @media only screen and (max-width: 420px) {
    .form-holder form p {
      margin-bottom: 2vw; } }
  .form-holder form p input {
    display: block;
    width: 50%;
    float: left; }
    @media only screen and (max-width: 420px) {
      .form-holder form p input {
        width: 100%;
        float: none;
        clear: both; } }
  .form-holder form p .submit {
    display: block; }
    .form-holder form p .submit.button {
      padding: 0.7vw 2vw 0.7vw 2vw;
      display: inline-block;
      min-width: 14vw;
      color: #000;
      text-decoration: none;
      text-align: center;
      animation-name: colorShiftBackground;
      animation-duration: 10s;
      animation-delay: 0;
      animation-iteration-count: infinite; }
      .form-holder form p .submit.button:hover {
        opacity: 0.8;
        -moz-opacity: 0.8;
        filter: alpha(opacity=80); }
      .form-holder form p .submit.button:active {
        opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=100); }
  .form-holder form p .mini-heart-holder {
    display: inline-block; }
    @media only screen and (max-width: 1024px) {
      .form-holder form p .mini-heart-holder {
        margin-right: 2vw; } }
    @media only screen and (max-width: 420px) {
      .form-holder form p .mini-heart-holder {
        margin-top: 2vw;
        margin-bottom: 8vw;
        float: none;
        clear: both; } }
.form-holder form#invite_form {
  margin: 0 auto;
  width: 85%; }
  @media only screen and (max-width: 420px) {
    .form-holder form#invite_form {
      margin-top: 6vw;
      width: 70%; } }
  .form-holder form#invite_form label {
    display: none; }
  .form-holder form#invite_form input {
    width: 70%; }
    @media only screen and (max-width: 420px) {
      .form-holder form#invite_form input {
        width: 100%;
        text-align: center; } }
  @media only screen and (max-width: 420px) {
    .form-holder form#invite_form p {
      text-align: center; } }
  .form-holder form#invite_form p .submit.button {
    display: block;
    margin-top: 0.1vw;
    margin-left: 2.5%;
    min-width: 1vw;
    width: 27.5%;
    float: left; }
    @media only screen and (max-width: 420px) {
      .form-holder form#invite_form p .submit.button {
        margin: 0 auto;
        margin-top: 3vw;
        width: 40%;
        float: none; } }
.form-holder form#contact_form {
  width: 75%; }
  @media only screen and (max-width: 420px) {
    .form-holder form#contact_form {
      width: 100%; } }
  .form-holder form#contact_form label {
    display: none; }
  .form-holder form#contact_form input {
    width: 100%; }
  .form-holder form#contact_form p .submit {
    margin-top: 0.4vw; }
.form-holder .message {
  color: #00ffb0; }

.holder {
  display: block;
  margin: 0;
  width: 100%;
  z-index: 5; }
  .holder .content {
    color: #fff;
    width: 100%;
    max-width: 1200px; }
    .holder .content a {
      color: #ff364f;
      text-decoration: none; }
      .holder .content a:hover {
        text-decoration: underline; }
      .holder .content a:active {
        text-decoration: none; }
    @media only screen and (max-width: 1024px) {
      .holder .content {
        max-width: 700px; } }
    @media only screen and (max-width: 768px) {
      .holder .content {
        padding-bottom: 20vh;
        width: 90%; } }
    @media only screen and (max-width: 420px) {
      .holder .content {
        padding-bottom: 5vh;
        width: 100%; } }
    .holder .content .message {
      color: #00ffb0; }

.mobile_only {
  display: none !important; }

@media only screen and (min-width: 1px) and (max-width: 719px) {
  body {
    -webkit-text-size-adjust: none; }

  .mobile_only {
    display: inline-block !important; }

  .no_mobile {
    display: none !important; } }
@media only screen and (max-width: 400px) {
  body {
    -webkit-text-size-adjust: none; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  body {
    min-width: auto;
    max-width: 1024px;
    -webkit-text-size-adjust: none; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  body {
    -webkit-text-size-adjust: none; } }
