html {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 120%;
  line-height: inherit;
  margin: 1em;
}

#landing {
  font-family: Times, serif;
  text-align: center;
  margin-left: 1em;
}

#landing nav {
  font-size: 1.2em;
  color: #CCC;
  text-align: center;
  margin: 2em;
}


body {
  color: white;
  margin: 1em;
  background-color: black;
}

h1 {
  color: #ba55d3;
  font-size: 2.1em;
  letter-spacing: -0.1em;
  text-align: center;
  font-weight: bold;
}

h2 {
  font-size: 0.7em;
  font-weight: bold;
  text-align: center;
}
span {
  opacity: 0.9
}
h3 {
  font-size: 1em;
  text-decoration: underline;
  font-weight: bold;
}
h3::before{
  content:"[ ";
}
h3::after{
  content:" ]";
}

ul {
  list-style-type: none;
  margin-left: -2.2em;
}

li {
  margin-bottom: 0.25em;
}

ul.tight li {
  margin-bottom: 0.01em;
}
/*
a{color: #0000EE; text-decoration: underline;}
a:visited{color: inherit;}
a:hover {color: orange;}
*/

a{
 text-align: center; 
}

.vr {
  width: 1px;
  height: 100%;
  background-color: #CCC;
  position: fixed;
  overflow: visible;
  top: 0;
  bottom: 0;
  left: 10vw;
  z-index: -1;
}

ul.upper li {
  text-transform: uppercase;
}

.codex-box {
  border: 2px solid purple;
  padding: 20px;
  width: 50%;
  max-width: 1200px;
  margin: 0 auto;
  white-space: normal;       /* ensures text wraps */
  word-wrap: break-word;     /* breaks long words if needed */
  line-height: 1.6;          /* extra spacing for readability */
}

hr {
  border: 1px
  font-size:0.4em; color:white; font-family:Helvetica, Arial, sans-serif; letter-spacing:0.05em; opacity:0.2;
}



/* Images */
img {
  width: auto;
  height: 28vw;
  opacity: 0.7;
  /*
  border:1px solid #CCC;*/
}

nav {
  text-align: center;
}

nav a {
  display: inline-block;
  margin: 0 1em; /* space between them */
}

/*HYPERLINKS*/
a, a:visited {
  color: white;
  font-weight:lighter;
  text-align: center;
  opacity: 0.7;
}

a:hover {opacity: 1;}

nav a[href="#"] {
  color: white;
  text-decoration: none;
  text-align: center;
}
