html {
  scroll-behavior: smooth;
}


body {
  background-color: #dae1f1;
  color: #000000;
  font-family: 'Roboto', sans-serif;
  margin: 0;
}

header {
  background-color: #dae1f1;
  display: flex;
  align-items: center;
  font-family: 'Roboto', sans-serif;
}

.left-col {
  flex-basis: 25%;
  margin-top: 110px;
}

.right-col {
  flex-grow: 1;
  text-align: center;
}

h1 {
  text-align: center;
  font-size: 8em;
  display: inline;
}

h2 {
  padding-top: 250px;
  margin-left: 85px;
  font-size: 8em;
}

main {
  padding: 0;
}

footer {
  padding: 1em;
  background-color:  #dae1f1;
  text-align: center;
}

footer p {
  margin: 50px;
}

.sketch {
  margin-left: 85px;
}


a {
  color: black;
  text-decoration: none;
}

.pinklink {
  color: #f9c1e6;
  text-decoration: none;
}

nav {
  text-align: center;
}

nav ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  font-size: 2em;
  text-align: center;
  margin-left: 45px;
  margin-right: 45px;
}

nav li {
  display: inline-block;
  margin-right: 30px;
  margin-left: 30px;
  margin-bottom: 30px;
}

.gradient-container {
  background: linear-gradient(#dae1f1, #000000 30%, #000000);
  color: #dae1f1;
  min-height: 100vh; 
  padding-bottom: 30px;
}

.now {
  font-size: 2em;
  margin-left: 85px;
  padding-bottom: 10px;
}

.now li {
  padding-bottom: 18px;
}

.copy {
  margin-bottom: auto;
}

.arrow {
  font-size: 4em;
  color: #000000;
  margin-top: 50px;
  text-align: right;
  margin-right: 30px;
}

@media(max-width: 700px) {
  header {
    display: inline-block;
    align-items: center;
  }

  .sketch { 
    width: 70%;
    align-items: center;
  }

  .left-col {
    display: block;
    align-items: center;
    flex-basis: auto;
    margin-top: 50px;
  }

  .right-col {
    display: block;
    text-align: center;
  }

  h1 {
    text-align: center;
    font-size: 3.4em;
    display: inline;
  }

  nav {
    text-align: center;
  }
  
  nav ul {
    font-size: 1.2em;
    margin-top: 25px;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  nav li {
    display: inline-block;
    margin-right: 13px;
    margin-left: 13px;
    margin-top: 20px;
  }

  .gradient-container {
    background: linear-gradient(#dae1f1, #000000 10%, #000000);
    color: #dae1f1;
    min-height: 20vh; 
    padding-bottom: 30px;
  }

  h2 {
    padding-top: 100px;
    margin-left: 85px;
    font-size: 3em;
  }

  .now {
    font-size: 1em;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 15px;
  }
}

@media (min-width: 700px) and (max-width: 1023px) {
  header {
    display: inline-block;
    align-items: center;
  }

  .sketch { 
    width: 70%;
    align-items: center;
    margin-left: 19%;
    margin-right: 11%;
  }

  .left-col {
    display: block;
    align-items: center;
    flex-basis: auto;
    margin-left: 0;
    margin-top: 50px;
  }

  .right-col {
    display: block;
    text-align: center;
  }

  h1 {
    text-align: center;
    font-size: 7em;
    display: inline;
  }

  nav {
    text-align: center;
  }
  
  nav ul {
    font-size: 2em;
    margin-top: 25px;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  nav li {
    display: inline-block;
    margin-right: 30px;
    margin-left: 30px;
    margin-top: 20px;
  }

  .gradient-container {
    background: linear-gradient(#dae1f1, #000000 10%, #000000);
    color: #dae1f1;
    min-height: 20vh; 
    padding-bottom: 30px;
  }

  h2 {
    padding-top: 100px;
    margin-left: 85px;
    font-size: 3em;
  }

  .now {
    font-size: 1.4em;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 15px;
  }
}