@import url('https://use.typekit.net/gmx2wlz.css');


body {

  font-family: bookmania, serif;
  font-size: 1.2em;
  line-height: 1.3;
  background-color: #000000;
  color: #ffffff;
  margin: 40px auto 40px auto;
  width: 90%;
}



h1 {
  font-size: 2em;
  line-height: 1.4;
  color: white;
  font-family: bookmania, serif;
}

h2 {
  font-family: nimbus-sans-extended, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5em;
}




a {
  text-decoration: none;
  color: white;
  font-family: bookmania, serif;
  transition: 0.5s;
}

a:hover {
  color: #8000ff;
}

section {
  margin: 80px 0 80px 0;
}

div.projects {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px 32px;
}



div#social-media {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px 32px;
}

div#social-media h1 {
  grid-column: 1 / span 8;
  height: auto;
}

div.imagery {
  text-align: center;
}

section h2 {
  grid-column: 1 / span 12;
}
section b {
  grid-column: 1 / span 3;
}

section div {
  grid-column: 4 / span 6;
  padding: 0 0 2% 0px;
}

section img {
  padding: 0 0 2% 0px;
  text-align: center;
}

video {
  width: 100%;
  height: auto;
  padding: 0 0 2% 0px;
}



sup {
  vertical-align: super;
  font-size: 0.5em;
}

.mySlides {
  width: 100vh;
  margin-left: auto;
  margin-right: auto;
}

div .w3-content {
 display: block;
  justify-content: center;
  margin: 80px 0 0 0;
  
}

.name {
  font-size:4vw;
  text-align: center;
  margin: auto;
  width: 50%;
  
}

@media (max-width: 600px) {
  body {
    font-size: 1em;
  }

  h1 {
    font-size: 1.2em;
  }
}

@media (max-width: 885px) {
  section .projects {
    display: flex;
    flex-direction: column;
  }

  div#social-media {
    display: flex;
    flex-direction: column;
  }
  
  div .w3-content {
  margin: 0 0 0 0;
}
  .mySlides {
  display: none;
    max-width: 100%;
}
  
}

