  /* —————————————————— RESET CODE —————————————————— */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, /*sup,*/tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

@font-face {
  font-family: "U001Con";
  src: url("u001con-reg.ttf");
}

html {
  scroll-behavior: smooth;
}

body{
  font-family: U001Con, Arial Narrow, sans-serif;
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 30px;
  color: 404040;
}

hr{
  color: lightgray;
}


h1{
  margin: 0px 0px 30px 30px;
  position: sticky;
  top: 50px;
  z-index: 99;
  mix-blend-mode: difference;
}

h2{
  font-size: 18px;
  margin: 0px 0px 0px 30px;
  top: 5px;
  z-index: 99;
}

a{
  color: inherit;
  opacity: 0.6;
  text-decoration: none;
}

.small{
  font-size: 18px;
}

.current{
  opacity: 1;
}

a:hover{
  opacity: 1;
}

.rrasp{
  opacity: 0.04;
}

a:hover .rrasp{
  opacity: 1;
}

p{
  text-indent: 30px;
}

.first{
  text-indent: 0px;
}

img{
  width: 100%;
}

ol{
  margin-left: 30px;
}

.list{
  padding-left: 30px;
  text-indent: -30px;
}

.twocol{
  display: inline-block;
  position: relative;
  width: calc(50% - 80px);
  padding-right: 40px;
  vertical-align: top;  
}

.tcbox{
  width: calc(100% - 60px);
  margin: 30px 30px 0px 30px;
  font-size: 18px;
}

.tclist{
  font-size: 18px;
  display: inline-block;
  width: calc(50% - 10px);
}

.imgbox{
  display: block;
  position: relative;
  width: calc(100% - 60px);
  margin: 30px 30px 30px 30px;
}

.imgboxsplit{
  display: inline-block;
  position: relative;
  width: calc(50% - 90px);
  margin: 30px 30px 30px 30px;
}

.imgcap{
  margin: 5px 0px 0px 0px;
  font-size: 12px;
  line-height: 15px;
}

#container{
  width: 88%;
  padding: 1px 6% 90px 6%;
}

#navcontainer{
  width: 88%;
  padding: 0px 6% 0px 6%;
}

#nav{
  position: fixed;
  display: inline-flex;
  width: calc(88% - 60px);
  padding: 20px 30px 0px 30px;
  font-size: 18px;
  border-bottom: 1px solid #404040;
  background-color:rgba(255,255,255,0.97);
  z-index: 999;
}

#subnav{
  display: inline-flex;
  width: calc(100% - 60px);
  padding: 50px 30px 0px 30px;
  font-size: 18px;
}

.navlink50{
  display: inline-block;
  width: calc(50% - 20px);
  margin: 0px 20px 0px 0px;
}

.navlink25{
  display: inline-block;
  width: calc(25% - 20px);
  margin: 0px 20px 0px 0px;
}

.navlink75{
  display: inline-block;
  width: calc(75% - 20px);
  margin: 0px 20px 0px 0px;
}

.spacer25{
  display: inline-block;
  width: calc(25% - 20px);
  margin: 0px 20px 0px 0px;
}

.block{
  display: block;
  width: 100%;
  margin: 60px 0px 120px 0px;
  padding-bottom: 30px;
  border-bottom: 1px solid #404040;
}


/* LESS THAN 1000 width */

@media only screen and (max-width: 1000px) {
  .tclist{
    width: 100%;
  }
  .twocol{
  width: calc(100% - 80px);
  }
.imgboxsplit{
  display: inline-block;
  position: relative;
  width: calc(100% - 60px);
}  
#nav{
  font-size: 12px;
}
#subnav{
  font-size: 12px;
}
}