@import url("https://use.typekit.net/jmk3xov.css");

canvas {
  position: fixed;
  top: 0;
  left: 0;
}

:root {
  --dark-bg: rgba(15, 15, 15, 0.95);
  --spacing: 350px;

  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
}

main {
  width: 100vw;
  color: white;
  z-index: 99;
  position: absolute;
  width: 100%;
  margin: 0px auto;
  padding: 120px 0px;

  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

h1,
h2,
h3 {
  font-family: elevon, sans-serif;
  font-weight: 700;
  font-style: normal;
}

header {
  background: var(--dark-bg);
  grid-column: 7 / 12;
  font-size: 2.5rem;
  padding: 2rem;
  margin-bottom: var(--spacing);
  word-wrap: break-word;
  hyphens: auto;
}

section {
  grid-column: 6 / 12;
  padding: 1rem;
  background: var(--dark-bg);
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: var(--spacing);
  word-wrap: break-word;
  hyphens: auto;
}

blockquote {
  margin: 0;
  padding: 0;
  grid-column: 2 / span 9;
  margin-bottom: var(--spacing);
}

blockquote p {
  /* color: white; */
  /* background-color: white; */
  font-size: 3rem;
  display: inline;
  line-height: 1;
}

#senna-quote {
  color: white;
}

#starting-quote {
  padding: 10px 0px 10px 10px;
  background-color: white;
  color: black;
}

.left {
  grid-column: 7 / 12;
}

body {
  overflow-x: hidden;
}

.light {
  grid-column: 2 / 8
}

.senna {
  margin: 0;
  padding: 0;
  grid-column: 6 / span 6;
  margin-bottom: var(--spacing);
  text-align: right;
}

.pre-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../img/loading.gif") center no-repeat #fff;
  background-color: black;
}

@media only screen and (max-width: 768px) {

  #manifesto-section, #second-section, #starting-quote, #header, #senna-quote, #work-section, #end-quote {
    grid-column: 1 / 12;
     /* width: 100% */
  }

  /* blockquote p {
    font-size: 3rem;
  } */

  header {
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 1063px) {
  #manifesto-section {
    grid-column: 1/12;
  }
}

#one {
  list-style-type: "🔡  ";
}

#two {
  list-style-type: "🧩  ";
}

#three {
  list-style-type: "☁️  ";
}

#four {
  list-style-type: "🛠️  ";
}

#five {
  list-style-type: "🌳  ";
}

.visited:visited {
  color: #ff6347;
}

.visited {
  color: #ff6347;
}

.visited:hover {
  color: #99a100;
}

.no-bullet {
  list-style-type: none;
}

.hidden-text {
  display: none;
}