@font-face {
    font-family: 'ibm_plex_monoregular';
    src: url('../fonts/ibmplexmono-regular-webfont.woff2') format('woff2'),
         url('../fonts/ibmplexmono-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html, body {
  font-family: 'ibm_plex_monoregular';
  background-color: #FF8585;
  font-size: 16px;
  min-height: 100%;
}

.container {
  display: grid;
  justify-items: left;
}

a:link,
a:visited {
    color: black;
}

a:hover {
    text-decoration: none;
}

picture {
  justify-self: auto;
}

h1 {
  word-wrap: break-word;
  position: relative;
  font-size: clamp(0.2vw, 10vw, 20rem);
  font-weight: normal;
  text-align: center;
  margin-bottom: clamp(-19vw, -50vw, -50rem);
  z-index: 2;
  width: auto;
  line-height: 1;
}

img {
  width: 100%;
  height: auto;
}

#about {
  display:grid
}

.portrait {
  /* width: 40vw; */
  /* padding: 10rem; */
  /* padding-top: 1vw; */
   margin-left: 20vw;
  @media screen and (min-width: 30em) {
    width: 45vw;
  }
}
article {
  padding: 1rem;
  @media screen and (min-width: 30em) {
    padding: 1rem;
    width: 25vw;
    justify-self: end;
    margin: -20vw 0;
    margin-right: -20vw;
  }
}

footer {
  width: 100%;
  margin: 1rem 0;
  text-align: left;
    margin-top: -30px;
    min-height: 40px;
}

  a.copyright {
    font-size: 0.65rem;
    text-decoration: none;
    opacity: 0.4;
    padding-left: 2rem;
  }

  a.copyright:hover {
    opacity: 1;
  }
}



/* Work */

section#work {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

a.work-link {
  text-align: center;
  margin: 0;
  width: 125px;
  display: block;
}

a.work-link img {
  width: 100%;
  height: auto;
}


/* video */

#video {
  width: 80vw;
  margin: 10vw 0;
}

#video article {
   width: 80vw !important;
}

#video video {
  width: 100%;
}

body {
	/* Hides overflow on the x-axis and y-axis */
	overflow: hidden; 
}