html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url('img/ship.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-size: x-large;
  font-family: Courier New;
  line-height: 2em !important;
}

.pnum {
  font-size: small;
}

lh {
  text-decoration: underline;
}

.card {
  padding: 0px !important;
  font-family: Courier New;
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.card-body {
  padding: 0px !important;
}

#mainmenu_block {
  padding: 3px 20px 3px 20px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.8);
}

#mainmenu_home_block {
  padding: 3px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.8);
}

.mainmenu_item {
}

.mainmenu_item_ext {
  font-family: Caveat;
}

.notes {
  font-family: Caveat; 
}

.notes2 {
  font-size: small !important;
  text-decoration: underline !important;
}

.img_point {
  display: inline-block !important;
  height: 100px !important; 
  width: auto !important;
}

.place {
  margin: 0px;
  padding: 0px;
}

.thing {
  margin: 0px;
  padding: 0px;
}

.being {
  margin: 0px;
  padding: 0px;
}

.enabled {
  color: green;
}

.dis {
  color: LightGray;
}

.root {
  color: green;
}

.explore {
  color: blue;
}

.flow {
  color: DeepSkyBlue;
}

.drugs {
  color: DarkViolet;
}

.food {
  color: DarkOrange;
}

.cash {
  color: red;
}

.insight {
  color: Gold;
}

/**
html, body {
  background-color: whitesmoke;
  margin: 0px;
  padding: 0px;
  font-size: x-large;
  font-family: Courier New;
}*/

.container {
}

#header {
  text-align: center;
  background-color: mediumpurple;
}

#header-title {
  text-align: center;
}

#footer {
  text-align: center;
}

#footer-title {
  text-align: center;
}

#surveys {
  
}

.list-inline {
  
}

.link-dark {
  font-size: 1.5rem;
}

#tags {
}

hr {
  border-top: dotted 1px gray;
}

i {
  background-color: mediumpurple;
}


ol {
    counter-reset: item;
    list-style-type: none;
}

ol > li:before {
    content: counter(item) " - "; 
    counter-increment: item 
}


.articletag {
  background-color: mediumpurple;
  color: white;
  border-radius: 20px;
  padding-right: 8px;
  padding-left: 8px;
  box-shadow: 1px 1px 1px 0px black inset;
}

.header_point {
  text-align: center;
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-bottom: 1rem;
}

.header_point_many {
  text-align: center;
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-bottom: 1rem;
}

.reference_point_number {
  background-color: mediumpurple;
  color: black;
  border-radius: 50%;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  font-size:  x-large;
  margin-right: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  padding-top: 0.63rem;
}

.reference_point_tags {
  text-align: center;
  background-color: mediumpurple;
  font-family: Caveat;
  font-size: larger;
}

.circle_divider {
  margin-right: 0px;
  margin-left: 0px;
  color: mediumpurple;
}

ul > li {
  margin-bottom: 4px;
  margin-top: 4px;
}

#header-title {
  margin-top: 0px;
  margin-bottom: 0px;
}

h1 {
  margin: 0px;
  padding: 0px;
  margin-top: 1.5rem;
}

/*
h2 {
  margin: 0px;
  margin-top: 0.5rem;
  margin-bottom: 1.2rem;
  padding: 0px;
  position: relative;
  left: -0.8rem;
}
*/

h2 {
  margin: 0px;
  padding: 0px;
  margin-top: 3rem;
  margin-bottom: 3rem;
  text-align: center;
}

#main-image {
  height: 128px;
  width: auto;
  margin: 10px;
}

.item {
  font-size: x-large;
}

.item-note {
  font-family: Caveat;
  font-size: middle;
}

#actions-list {
  font-family: Courier New;
  font-size: medium;
  background-color: white;
  padding-top: 40px;
  padding-bottom: 40px;
}

#aim-list {
  text-align: center;
  font-family: Courier New;
  font-size: medium;
  background-color: white;
  padding-top: 40px;
  padding-bottom: 40px;
}

.aim-header {
  margin: 0;
  padding: 0;
  font-family: Caveat;
  text-align: center;
  position: relative;
  left: 0rem;
}

#menu_bottom {
  text-align: right;
  position: fixed;
  bottom: 0; width: 100%;
}



.point_img_right {
  width: 25%;
  height:auto;
  display: inline-block;
  float: right;
  margin-left: 1rem;
}

.point_img_left {
  width: 25%;
  height:auto;
  display: inline-block;
  float: left;
  margin-right: 1rem;
}