body {
	font-family: "Open Sans";
	line-height: 1.5;
	font-size: 16px;
	background-color: #050505;
	color: #F2F2F2;
	padding: 32px 56px 0 56px;
	width: 100%;
  height: 100%;
  
  
}

h1 {
	font-size: 96px;
	font-weight: 700;
}

h1.VP {
  margin-top: 100px;
}

p {
  font-size:  40px;
}

.blue {
  color: #2F80ED;
}

.green {
  color: #6FCF97;
}

span {
  font-weight: 700;
}

main {
  width:  100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  
  grid-column: 1 / span 12;
}

nav {
  display: flex;
  align-items: center;
}

nav a {
  margin: 0 32px 0 0;
  color: #F2F2F2;
  border-bottom: 2px solid #F2F2F2;
  text-decoration: none;
  
  transition: color 1s ease, border-bottom 1s ease;
}

a:link, a:visited {
  color: #F2F2F2;
}

a.typeform-share {
  color: #050505;
  transition: color 1s ease;
}

a.typeform-share:hover {
  color: #F2F2F2;
}

nav a:hover {
  color: #2F80ED;
  border-bottom: 2px solid #2F80ED;
}

nav a:last-of-type {
  margin-right: 0;
}

a {
  text-decoration: none;
  font-weight: 700;
}

.CTA a {
  transition: color 1s ease, border-bottom 1s ease;
}





p.description, .VP, .VPswap, .CTA {
  grid-column: 2 / span 6;
}

p.description {
  padding-top: 60px;
}

.CTA {
  margin-top: 35px;
}

button.mainCTA {
  background: linear-gradient(90deg, #2F80ED 0%, #6FCF97 100%);
  border-radius: 50px;
  color: #050505;
  padding: 24px 38px;
  margin-right: 40px;
  margin-bottom: 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  
  box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
  border: solid 5px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg, #2F80ED, #6FCF97);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

button.secCTA {
  border-radius: 50px;
  padding: 24px 38px;
  font-size: 24px;
  font-weight: 700;
  color: #F2F2F2;
  box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
  border: solid 5px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg, #2F80ED, #6FCF97);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #050505 inset;
  
  margin-bottom:  50px;
}

.logo {
  transition: filter 1s ease;
}

.logo:hover {
  filter: invert(1);
}

@media (max-height: 970px) {
  
  h1 {
    font-size: 72px;
  }
  h1.VP {
  margin-top: 50px;
}
  p {
    font-size: 32px ;
  }
}

@media (max-height: 750px) {
  
  h1 {
    font-size: 64px;
  }
  h1.VP {
  margin-top: 50px;
}
  p {
    font-size: 24px ;
  }
}


@media (max-width: 1640px) {
  p.description, .VP, .VPswap, .CTA {
  grid-column: 2 / span 8;
}
}

@media (max-width: 580px) {
  header {
    flex-direction: column;
  }
  
}

@media (max-width: 800px) {
  h1 {
    font-size: 40px;
  }
  h1.VP {
  margin-top: 10px;
}
  p {
    font-size: 18px;
  }
  p.description, .VP, .VPswap, .CTA {
  grid-column: 2 / span 11;
}
}

@media (max-width: 1050px) {
  .CTA {
    display: block;
  }
  
  
}







/* ------

body {
	font-family: "Open Sans";
	line-height: 1.5;
	font-size: 16px;
	background-color: #050505;
	color: #F2F2F2;
	margin: 2rem 2rem 6.25rem 2rem;
  height: 60rem;
  overflow-x: hidden;
  overflow-y: hidden;
  
  animation: fadeInAnimation 2s linear; 
  animation-iteration-count: 1; 
  animation-fill-mode: forwards; 
}

@keyframes fadeInAnimation { 
    0% { 
        opacity: 0; 
    }  
  100% {
    opacity: 1;
  }
}



header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.25rem;
}

h1 {
	
  font-size: 6rem;
	font-weight: 700;
  
}

a {
  text-decoration: none;
  color: #050505;
  font-weight: 700;
}

nav {
  display: flex;
  align-items: center;
}

nav a {
  margin: 0 32px 0 0;
  color: #F2F2F2;
  border-bottom: 2px solid #F2F2F2;
  
  transition: color 1s ease, border-bottom 1s ease;
}

nav a:last-of-type {
  margin: 0 2rem 0 0;
}

.selected {
  color: #2F80ED;
  border-bottom: 2px solid #2F80ED;
}

nav a:hover {
  color: #2F80ED;
  border-bottom: 2px solid #2F80ED;
}

.logo {
  transition: filter 1s ease;
}

.logo:hover {
  filter: invert(1);
}

.punchline {
  grid-column: 2 / span 3;
  
  margin: 9.76vh 0 0 0;
}

.swappablePunchline {
  grid-column: 2 / span 8;
  margin: -1.25rem 0 0 0;
  
  color: #2F80ED;
}

 .button {
  font-size: 2.25rem;
  text-decoration:none;
  background-color:-webkit-linear-gradient(90deg, #2F80ED 0%, #6FCF97 100%);
  color:#050505;
  cursor:pointer;
  text-align:center;
  
  padding:2.0625rem;
  border-radius:5px;
  width:100%;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  font-weight:bold;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

span {
  font-weight: 700;
}

.span1 {
  color: #2F80ED;
}

.span2 {
  color: #F2994A;
}

.formButton {
  background: linear-gradient(90deg, #2F80ED 0%, #6FCF97 100%);
  border-radius: 3px;
  grid-column: 2 / span 4;
  
  height: 6.25rem;
  margin: 1.25rem 0 0 0;
  
  display: flex;
  align-items: center;
  justify-content: center;
}

.description {
  font-size: 2.5rem;
  font-weight: 400;
  
  grid-column: 2 / 7;
  margin: 6.25rem 0 0 0;
 
}

.pellet {
  position: absolute;
  right: -31.25rem;
  transform: scale(2);
  z-index: -1;
  
}



.hashtags {
  position: absolute;
  color: #050505;
  font-size: 1.5rem;
  font-weight: 800;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  width: 37.5rem;
  height: 1.9375rem;
  right: -12.5rem;
  bottom: 55%;
  
}

.hash {
  color: #4F4F4F;
}

/*@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  html {
    transform: rotate(90deg);
    transform-origin: left bottom;
    width: 100vh;
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    top: 100%;
    left: 0;
  }
}
@media (orientation: landscape) {
  body {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}*/


/*
@media (max-width: 1700px) {
  
  h1 {
    font-size: 4.5rem;
  }
 
  .description {
    font-size: 2.25rem;
  }
}

}

@media (-webkit-min-device-pixel-ratio: 1.25) { 
  
}

@media (-webkit-max-device-pixel-ratio: 1.25) { 
  
  
}



@media (max-width:1480px) {
  .description {
    grid-column: 2 / 9;
  }
  .formButton {
  grid-column: 2 / span 4;
  }
}

@media (max-width:1350px) {
  
  /*h1 {
    font-size: 64px;
  }*/
  
  
}


/*
@media (max-width: 1200px) {
 
  .description {
    font-size: 24px;
  }
  .formButton {
  height: 50px;
    grid-column: 2 / span 4;
  }
  .button {
    font-size: 20px;
  }
  
}

@media (max-width: 950px) {
  
  
  .formButton {
  height: 50px;
    grid-column: 2 / span 6;
  }
  .hashtags {
    font-size: 20px;
  }
  
}

@media (max-width:800px) {
  .hashtags { 
  right: -14rem;
  }
}

@media (max-width:770px) {
  .hashtags {
    display: none;
  }
}



@media (max-width:660px) {
  
  .hashtags {
  display: none;
}
  header {
  flex-direction: column;
  justify-content: center;
	}
  section {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  nav {
    margin: 10px 0 0 0;
  }
  nav a {
    margin: 0 16px 0 16px;
  }
  nav a:last-of-type {
    margin: 0 16px 0 16px;
  }
  /*header img {
    filter: invert(100%);
  }*/
/*
  .pellet {
    bottom: -300px;
    left: 10%;
  }
  .formButton {
    width: 300px;
  }
  .punchline {
    padding-bottom: 10px;
  }
}

@media (max-width:630px) {
  h1 {
    font-size: 40px;
  }
  /*.description {
    font-size: 18px;
  }*/
/*
  .formButton {
    grid-column: 2 / span 9;
  }
}



@media (max-width:460px) {
  h1 {
    font-size: 36px;
  }
  
  .description {
    font-size: 16px;
    margin: 80px 10px 0 10px;
  } 
}




@media (max-width:350px) {
  h1 {
    font-size: 32px;
  }
  .button {
    font-size: 14px ;  
  }
  .description {
    margin: 40px 10px 0 10px;
  }
  .formButton {
    width: 250px;
  }
}

@media screen and (max-height: 1100px) and (min-width:630px) {
  h1 {
    font-size: 72px;
  } 
}

@media screen and (max-height: 950px) and (min-width:1200px) {
  
  h1 {
    font-size: 64px;
  } 
  .description {
    font-size: 32px;
  }
}

@media screen and (max-height:800px) and (min-width: 630px) {
  
  h1 {
    font-size: 56px;
    margin: 10px 0 0 0;
  }
  .description {
    font-size: 24px;
    margin: 30px 0 10px 0;
  }
  .hashtags {
    font-size: 20px;
  }
}

@media (max-height:650px) {
  h1.punchline {
    margin: 20px 0 0 0;
  }
}

@media (max-height:580px) {
  .hashtags {
    display: none;
  }
 /* body {
    overflow-y: visible;
  }*/
/*
  h1 {
    font-size: 32px;
  }
  
  .description {
    font-size: 16px;
  }
  
}

@media (max-height:450px) {
  h1 {
    font-size: 24px;
  }
  .description {
    font-size: 14px;
    margin-top: 30px;
  }
  .button {
    padding: 0;
  }
  
}

@media (max-height:400px) {
  h1 {
    font-size: 20px;
  }
  .description {
    font-size: 12px;
  }
  .formButton {
    height: 30px;
    width: 150px;
    margin: 0;
  }
  .button {
    font-size: 16px;
  }
}

*/


