.crosshair-area {
  cursor: crosshair;
  padding: 0px 25vw; 
}

.text, p, ol, .button, h1, h2, b {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-style: normal;
  color: #222222;
}

.text, p, ol, .button, b, h2 {
  font-weight: 500;
  font-size: 14px;
}

.button, .more{
  background-color: #ffffff;
  border: none;
  text-align: right;
  text-decoration: none;
  display: inline-block;
  padding: 0px 0px;
  cursor: pointer;
}

code {
  vertical-align: super;
  font-family: monospace;
  font-weight: 400;
  font-size: 8px;
  color: #222222;
}

.navbar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #aaaaaa;
}


.gallery_content {
  column-count: 2;
  column-gap: 5px;
}

div.gallery {
  transition: filter 1s ease; /* Smooth transition effect */
}

div.gallery img {
  width: 100%;
  height: auto;
}

/* specifically for typing gif */
div.small img { 
  width: 229px;
  padding: 2px;
  height: 80px;
}


.side_by_side {
  padding: 2px 0px; 
}

.side_by_side_content {
  column-count: 2;
  column-gap: 5px;
}

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

.content_images {
  text-align: center;
}

#content_img {
  width: 100%;
  height: auto;
}

a:link, a:visited, a:hover, a:active, a:focus { 
  text-decoration: none; cursor: pointer;
}

h1 {
  font-weight: 400;
  font-size: 36px;
}

h2, b {
  font-weight: 700;
}

iframe {
  text-align: center;
  width: 50vw;  
  height: 28vw;  
}

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

  .crosshair-area {
    padding: 0px 2px; 
  }

  /* For mobile phones: */
  [class*="navbar"] {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  [class*="button"] {
    background-color: white;
    border: none;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    padding: 0px 0px;
    color: 	#222222;
    cursor: pointer;
  }

  .gallery_content {
    column-count: 1;
    width: 100%;
  }

  div.gallery {
    padding: 2.5px 0px; 
  }
    
  [class*="content_images"] {
    text-align: center;
    padding: 0px 0px; 
  }
  
  #content_img {
    padding: 5px 0px; 
    width: 100%;
  }

  iframe {
    width: 100%;  
    height: 56vw;  
  }

}
