/* https://markdowntohtml.com/ */

@font-face {
  font-family: Cooper;
  src: url('https://cdn.glitch.com/37f658ee-2764-4a2f-8086-804f83569653%2FFont%20-%20TrueType%20-%20Cooper%20Light%20BT.ttf?v=1585759473164');
       url('https://cdn.glitch.com/37f658ee-2764-4a2f-8086-804f83569653%2FFont%20-%20TrueType%20-%20Cooper%20Light%20BT.ttf?v=1585759473164') format('ttf'),
}


body {
  background-color: #ffefd6;
  font-family: 'Inter', sans-serif;
  margin: 2em;
  padding: 2em;
  max-width: 750px;
  margin: auto;
  color: #333333;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
}

.header-container {
  display: inline-grid;
  width: 100%;
}

.head-1 {
  grid-column-start: 1;
  grid-column-end: 2;
}

.head-2 {
  grid-column-start: 2;
  grid-column-end: 3;
  text-align: right;
  height: 24px;
  margin: 20px 0px;;
}



.grid_key:hover {
  opacity: 25%;
  cursor: pointer;
}

#grid-label-cont {
  height: 24px;
  width: 100%;
  text-align: center;
}

.grid-label {
  font-size: 14px;
  font-family: menlo;
  line-height: 24px;
  color: #4103fc;
  margin-bottom: 15px;
}


#compass-title {
  display: inline-block;
  width: 50%
  
}

#versionNum {
  display: inline-block;
  
}

.row-d:hover {
  opacity: 25%;
}

img, object {
  width: 100%;
  margin: 40px 0px;
}

.m-image {
  display: block;
  max-width: 650px;
  margin: 40px auto;
}

.toc {
  list-style: none;
  padding-left: 0px;
}

svg {
  width: 95%;
  height: 100%;
  margin: 25px auto 15px auto;
}

blockquote {
  margin: 15px 0px;
  background-color: #e6d7c1;
/*   background-color: #f5f2fe; */
/*   border: 1px solid #5d4a94; */
  border: 1px solid #b3a796;
  padding: 10px 15px;
  border-radius: 4px;
}

blockquote span {
  font-size: 15px;
  color: #333333;
}

hr {
  margin: 40px 0px;
/*   color: #9B7CF7; */
  border: 1px solid #d2c6f5;
}

h1, h2, h3, h4 {
  font-family: Cooper, sans-serif;
  font-style: normal;
  font-weight: normal;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 20px;
}

/* g:hover {
  cursor: pointer;
}
 */
sup {
  color: #9B7CF7;
  margin-left: 4px;
}

.video {
  margin: 50px 0px;
  box-shadow: 15px 15px #9B7CF7;
}

a {
  color: #4103fc;
  text-decoration: none;
}

#links a {
  margin-right: 15px;
}

a:hover {
  color: #9B7CF7;
}


code {
  color: #333333;
  font-family: menlo;
}

.comm {
  background-color: #e6d7c1;
  padding: 2px 4px;
  border: 1px solid #b3a796;
  border-radius: 2px;
}

#command-list-1 li {
  margin-bottom: 5px;
}

strong {
  font-weight: 800;
}

.comm-list {
  display: inline-grid;
  width: 100%;
  grid-row-gap: 10px;
  margin: 20px 0px;
}

.comm-list blockquote {
  margin: 5px 0 0 0;
  background-color: #ffefd6;
  border: none;
  padding: 0;
}

.comm-list blockquote span {
  color: #333333;
  font-size: 13px;
}

.comm-list p {
  margin: 5px 0 10px 0;
}

.comm-item code {
  font-weight: 600;
  margin-right: 15px;
}

.comm-item-last code {
  font-weight: 600;
  margin-right: 15px;
}


.comm-title {
  margin-bottom: 10px;
}

.comm-item {
  border-bottom: 1px solid #ccbfab;
  padding-bottom: 10px;
}

.comm-item-last {
  border-bottom: none;
}

ul {
  padding-left: 20px;
}

p {
  color: #333333;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}