.top-gap{
  position: fixed;
  background-color: #fff;
  width: 100%;
  height: 10svh;

}
.section{
  max-width: 55%;
  margin: auto;

  padding-top: 10svh;
  padding-bottom: 5svh;
  user-select: none;
}
section::-webkit-scrollbar {
  width: 5px !important;
}
.head{
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 500;

  margin-bottom: 4svh;
}
.container p{
  font-size: 16px;
  padding: 10px 0px;
}
.container a{
  text-decoration: none;
  color: inherit;
}
.subhead{
  padding: 5svh 0;
}
.subhead h2{
  font-weight: 500;
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
}
.active{
  color: #855F39;
}
.link{
  color: rgb(0, 119, 255);
  text-decoration: underline;
}
.italic{
  font-style: italic;
}
.underline{
  text-decoration: underline;
}
.capitalize{
  text-transform: capitalize;
}
.bold{
  font-weight: bold;
}
.indent1{
  padding-left: 1em;
}
.indent2{
  padding-left: 2em;
}
.indent3{
  padding-left: 3em;
}
.indent3 p, .indent2 p{
  padding: 6px;
}
.indent1 li{
  font-size: 20px;
  font-weight: 600;
}
.indent1 li h3{
  font-size: 20px;
}
.indent2 li{
  font-size: 16px;
}

.roman{
  list-style-type: upper-roman;
}
.alpha{
  list-style-type: lower-alpha;
}
.link:hover{
  text-decoration: underline;
  cursor: pointer;
}
li, p{
  font-family: 'Nunito Sans', sans-serif;
  color: rgb(66, 66, 66);

  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 768px){
  .section{
    max-width: 80%;
    padding-top: 14svh;
  }
  .head{
    font-size: 24px;
  }
  .subhead h2{
    font-size: 22px;
  }
  .container p{
    font-size: 14px
  }

  .indent1 li{
  font-size: 16px;
  font-weight: 600;
  }
  .indent1 li h3{
    font-size: 16px;
  }
  .indent2 li{
    font-size: 14px;
  }
  .indent3 p, .indent2 p{
    padding: 4px;
  }
  .top-gap{
    height: 11svh;
  }
}

