* {
  margin: 0;
  padding: 0; }

  .hidden {
    display: none;
  }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

ul {
  list-style: none; }

body {
  width: 100vw;
  background-color: #ffffff;
  color: #fff;
  font-size: 1rem;
  line-height: 1.1;
  font-family: 'General Sans';
  font-weight: 500;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
}

main {
  padding: 7vw; }
  main .logo {
    width:5%;
    margin-top:4rem;
  }
main h1 {
    font-size: 6.5vw;
    line-height: 1;
    text-align: left;
    margin-bottom: 3.5vw;
    letter-spacing: -.15rem;
    cursor: default; }
    @media only screen and (min-width: 321px) and (max-width: 1023px) {
      main .logo {width:15%; margin-top:2rem;}
      main h1 {
        font-size: 9vw;
        line-height: 1.2;
        text-align: left; } }
    @media only screen and (max-width: 320px) {
      main h1 {
        font-size: 9vw;
        line-height: 1.2;
        text-align: left;
        margin-bottom: 7vw; } }
    main h1 a:hover {
      text-decoration: underline; }
  main small {
    display: block;
    font-family: 'General Sans';
    font-size: 1.3rem;
    line-height: 1.5;}
    @media only screen and (min-width: 321px) and (max-width: 1023px) {
      main small {
        font-size: 1.4rem; margin:.5rem; } }
        main small a {
          font-weight:bold;
          margin-right:5px;
        text-decoration: underline;}
    main small a:hover {
      text-decoration: underline; }
a {
  pointer-events: auto; }

  @media only screen and (max-width: 320px) {
    html {
      font-size: 12px; } }
  
  @media only screen and (min-width: 321px) and (max-width: 1023px) {
    html {
      font-size: 14px; } }
  
  @media only screen and (min-width: 1025px) and (max-width: 1440px) {
    html {
      font-size: 16px; } }
  
  @media only screen and (min-width: 1441px) and (max-width: 1660px) {
    html {
      font-size: 18px; } }
  
  @media only screen and (min-width: 1661px) {
    html {
      font-size: 20px; } }
  