* {
    margin: 0;
  }
  
  html {
    height: 100%;
  }
  body {
    height: 80%;  
  }
  
  html  {
    margin: 0;
    padding: 0;
    font-family:  Roboto, Arial, sans-serif;
    font-size: 75.5%;
    color: white !important;
   
  }
  
  body {
    font-size: 1.8rem;
    background-color: #0D0B14;
  }
  
  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p {
    color: white !important;
  
  }
  
  h1, h2, h3 {
    font-weight: normal;
  }
  
  h1 {
    font-size: 3.5rem;
    margin-bottom: 0.5rem;
  }
  
  a {
    color: white;
    text-decoration: none;
  }
  
  .wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -7rem;
    position: relative;
  }
  
  .imageWrapper {
    position: relative;
  
  }
  
  footer, .push {
    height: 10%;
  }
  footer {
    margin-top:80px;
  
  }
  
  footer .footer-contents {
    padding: 0 5rem;
    position: relative;
    float:right;
  }
  footer .footer-contents p {
    margin-top: 15px;
  }
  
  footer img {
    margin-left: 50px;
  }
  
  .website-nav {
    position: relative;
    padding: 5rem;
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(12px);
  }
  
  .website-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .website-nav ul li {
    float: left;
    padding: 0.5rem 2rem 0.5rem 0;
    line-height: 21px;
  }
  
  .website-nav ul li a {
    color: rgba(255,255,255,0.9);
    text-decoration: none;
    transition: color 0.2s ease;
  }

  .website-nav ul li a:hover {
    color: #EC4899;
  }
    color: rgba(255,255,255,0.9);
    text-decoration: none;
  }
  
  .home-link {
    font-weight: bold;
  }
  
  .message {
    
    padding: 0 5rem;
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
    font-family: Montserrat, Roboto, sans-serif;
    margin-top: 5rem;
    width: auto;
  }
  
  .message .twitter-link {
    float: left;
    margin-right: 20px;
  }
  
  .message .twitter-link img {
    width: 40px;
    height: 40px;
  }
  
  .message .text {
    text-align: center;
  }
  
  .message:after, .website-nav:after {
    content: " ";
    display: table;
    clear: both;
  }
  
  .graphics {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
  }
  
  .graphics .tower svg {
    width: calc(100vw);
    height: calc(90vh);
  }
  
  .graphics .cloud {
    top: 30rem;
    position: relative;
  }
  
  .page-content {
    padding: 1rem 5rem;
  }
  
  .page-content p {
    margin-bottom: 1rem;
  }
  
  .path {
    stroke-dasharray: 4000;
    stroke-dashoffset: 4000;
    animation: dash 5s linear forwards;
  }
  
  @keyframes dash {
    to {
      stroke-dashoffset: 0;
    }
  }
  
  @media (min-height: 500px) and (min-width: 700px) {
    .message {
      padding: 0;
      width: 80%;
      /*left: calc(50vw - 2rem); */
  
      top: calc(15vh - 5rem);
    }
  
    .graphics {
      display: block;
      margin-bottom: 6rem;
    }
  
    .message .twitter-link img {
      width: 70%;
      height: 70%;
    }
  
    .page-content {
      padding: 3rem 5rem;
    }
  }
  
  @media (min-height: 500px) and (min-width: 1240px) {
    .message {
      left: calc(50vw - 10rem);
      top: calc(25vh - 5rem);
    }
  
    h1 {
      font-size: 5rem;
    }
  
    .message .twitter-link img {
      width: 80%;
      height: 80%;
    }
  }
  
  @media (min-aspect-ratio: 11/5)  {
    .graphics {
      display: none;
    }
  }
  