/*
   Began:      Monday, 29-June-2020
   Updated:    Wednesday, 04-May-2022

   Location:   Los Angeles, California, U.S.A.
   Publisher:  Jordan Maxwell Show
*/

/* REMOVE all default padding and margins */

* {
   padding:
      0 0 0 0;
   margin:
      0 0 0 0;
}


/* Liquify images */

img {
   max-width:
      100%;
   height:
      auto;
}

/* Liquify audio player */

audio {
   max-width:
      100%;
}


html {
   overflow:
      scroll;
}


body {
   margin:
      0 2% 0 2%;
   color:
      #ffffff;
   font-size:
      100%;
   font-family:
      Arial,
      Helvetica,
      sans-serif;
   font-style:
      normal;
   font-weight:
      normal;
   background-color:
      #01121C;
}


.align-center {
   text-align:
      center;
}

.clear-both {
   clear:
      both;
}

.stripped {
   margin:
      0;
   border:
      0;
   padding:
      0;
}


.picture--left {
   float:
      left;
   padding-right:
      2%;
}

.picture--right {
   float:
      right;
   padding-left:
      2%;
}

.picture--left--padding--right--bottom {
   float:
      left;
   padding-right:
      2%;
   padding-bottom:
      12px;
}


#heading--left--middle--right--container {
   width:
      100%;
   background:
      #000000;
   float:
      left;
   padding:
      8px 0 12px 0;
}

#heading--left--container {
   width:
      0;
   float:
      left;
}

#heading--left--container img {
   max-width:
      100%;
   float:
      left;
   padding:
      16px 0 12px 0;
}

#heading--middle--container {
   width:
      60%;
   float:
      left;
}

#heading--middle--container h1 {
   float:
      left;
   max-width:
      100%;
   font-family:
      "Times New Roman",
      Times,
      serif;
   font-size:
      1.4em;
   font-weight:
      bolder;
   overflow-wrap:
      break-word;
   color:
      #efefef;
   padding:
      16px 0 0 2%;
}

#heading--middle--container p {
   float:
      left;
   font-size:
      1.2em;
   color:
      #efefef;
   padding:
      8px 0 8px 2%;
}

#heading--right--container {
   width:
      40%;
   float:
      left;
}

#heading--right--container p {
   font-size:
      1.0em;
   font-weight:
      bold;
   text-align:
      center;
   color:
      #efefef;
   padding:
      36px 0 0 0;
}

#heading--right--container p.small {
   font-size:
      0.8em;
   font-weight:
      bold;
   text-align:
      center;
   color:
      #efefef;
   padding:
      36px 0 0 0;
}


#navigation--links--01 {
   margin:
      0;
   padding:
      0;
   background:
      #000000;
   width:
      100%;
   line-height:
      1.8;
   float:
      left;
}

#navigation--links--01 ul {
   list-style:
      none;
   margin:
      0;
   padding:
      12px 0 12px 2.5%;
   text-align:
      left;
}

#navigation--links--01 ul li {
   margin:
      0;
   padding:
      0 3% 0 0.5%;
   display:
      inline-block;
}

#navigation--links--01 a {
   margin:
      0;
   padding:
      0;
   font-family:
      "Courier New",
      Courier,
      monospace;
   font-size:
      1.25em;
   font-weight:
      bold;
   color:
      yellow;
   text-decoration:
      none;
}

#navigation--links--01 a:hover {
   margin:
      0;
   padding:
      0;
   font-size:
      1.25em;
   font-weight:
      bold;
   color:
      #b266b2;
   text-decoration:
      underline;
}


#main--content--container {
   float:
      left;
   width:
      100%;
   background:
      #000000;
}

#main--content--container .align-center {
   text-align:
      center;
}

#main--content--container .align-left {
   text-align:
      left;
}

#main--content--container .background--blue--facebook {
   background-color:
      #4267b2;
}

#main--content--container .background--green {
   background-color:
      green;
}

#main--content--container .background--red {
   background-color:
      #aa0000;
}

#main--content--container .background--yellow {
   background-color:
      yellow;
}

#main--content--container .big-text {
   font-size:
      1.2em;
}

#main--content--container .bitcoin-button--box {
   max-width:
      100%;
   border:
      solid green;
   padding:
      3px;
   background-color:
      white;
}

#main--content--container .box {
   margin:
      3% 6% 3% 6%;
   color:
      #ffff00;
   font-size:
      95%;
   font-weight:
      bold;
   line-height:
      1.5em;
   text-align:
      center;
   overflow-wrap:
      break-word;
   padding:
      1%;
}

#main--content--container .font-family--courier {
   font-family:
      "Courier New",
      Courier,
      monospace;
}

#main--content--container .huge-text {
   font-size:
      1.5em;
}

#main--content--container .make-space-on-top--a-lot {
   margin-top:
     36px;
}

#main--content--container .make-space-on-top--a-little {
   margin-top:
     13px;
}

#main--content--container .max-width--100-percent {
   max-width:
     100%;
}

#main--content--container .medium-text {
   font-size:
      125%;
   font-weight:
      normal;
}

#main--content--container .padding--top {
   padding-top:
      24px;
}

#main--content--container .red {
   color:
      red;
}

#main--content--container .white {
   color:
      white;
}

#main--content--container .yellow {
   color:
      yellow;
}

#main--content--container a {
   color:
      #b266b2;
   text-decoration:
      none;
}

#main--content--container a:hover {
   color:
      #ffff00;
   text-decoration:
      underline;
}

#main--content--container a.black {
   color:
      #000000;
   text-decoration:
      none;
}

#main--content--container a.black:hover {
   color:
      #000000;
   text-decoration:
      underline;
}

#main--content--container a.white {
   color:
      white;
   text-decoration:
      none;
}

#main--content--container a.white:hover {
   color:
      white;
   text-decoration:
      underline;
}

#main--content--container a.yellow {
   color:
      #ffff00;
   text-decoration:
      none;
}

#main--content--container a.yellow:hover {
   color:
      #ffff00;
   text-decoration:
      underline;
}

#main--content--left--container {
   float:
      left;
   width:
      63%;
   margin:
      12px 4% 12px 4%;
}

#main--content--left--container p {
   font-size:
      1.0em;
   line-height:
      1.625;
   text-align:
      left;
   text-indent:
      0;
   padding:
      12px 0 12px 0;
}

#main--content--left--container li {
   font-size:
      1.0em;
   padding:
      7px 3px;
}

#main--content--left--container p.contact-feedback {
   font-family:
      sans-serif;
   font-weight:
      normal;
   font-size:
      1.0em;
   text-align:
      left;
   color:
      #ffffff;
   word-spacing:
      0.1em;
   background:
      none;
}

#main--content--left--container input.contact-feedback {
   max-width:
      100%;
}

#main--content--left--container textarea.contact-feedback {
   max-width:
      100%;
}

#main--content--left--container .contact-feedback-error {
   font-family:
      sans-serif;
   font-weight:
      bold;
   font-size:
      1.25em;
   text-align:
      left;
   color:
      #ff0000;
   word-spacing:
      0.1em;
   background:
      none;
}

#main--content--left--container .page-number--container {
   background:
      #000000;
   width:
      35%;
   margin-left:
      auto;
   margin-right:
      auto;
   margin-bottom:
      13px;
   text-align:
      center;
}

#main--content--left--container .page-number {
   font-family:
      serif;
   font-size:
      1.3em;
   color:
      #efefef;
}

#main--content--left--container .next-previous-page--container {
   background:
      #000000;
   width:
      53%;
   margin-left:
      auto;
   margin-right:
      auto;
   margin-bottom:
      0;
   text-align:
      center;
}

#main--content--left--container ul.next-previous-page--container {
   display:
      inline;
}

#main--content--left--container li.next-previous--container {
   display:
      inline-block;
   margin:
      5px;
}

#main--content--left--container .next-previous-page--container a {
   margin:
      0;
   padding:
      0;
   font-size:
      medium;
   font-weight:
      bold;
   font-style:
      italic;
   color:
      #b266b2;
   text-decoration:
      none;
}

#main--content--left--container .next-previous-page--container a:hover {
   margin:
      0;
   padding:
      0;
   font-size:
      medium;
   font-weight:
      bold;
   font-style:
      italic;
   color:
      yellow;
   text-decoration:
      underline;
}

#main--content--left--container .toc-nav-bar--container {
   background:
      #000000;
   width:
      71%;
   margin-left:
      auto;
   margin-right:
      auto;
   padding-top:
      13px;
   padding-bottom:
      13px;
   text-align:
      center;
}

#main--content--left--container .pages-text {
   display:
      inline;
   font-family:
      sans-serif;
   font-size:
      medium;
   color:
      #ffffff;
}

#main--content--left--container ul.toc-nav-bar {
   display:
      inline;
   padding:
      0;
}

#main--content--left--container li.toc-nav-bar {
   display:
      inline-block;
   font-family:
      sans-serif;
   font-weight:
      bold;
   font-size:
      1.25em;
   font-style:
      italic;
   background-color:
      #000000;
   margin:
      5px;
}

#main--content--left--container li.toc-nav-bar a {
   margin:
      0;
   padding:
      0;
   font-size:
      medium;
   font-weight:
      bold;
   color:
      #b266b2;
   text-decoration:
      none;
}

#main--content--left--container li.toc-nav-bar a:hover {
   margin:
      0;
   padding:
      0;
   font-size:
      medium;
   font-weight:
      bold;
   color:
      yellow;
   text-decoration:
      underline;
}


#main--content--sub-container {
   float:
      left;
   width:
      100%;
   background:
      #000000;
}

#main--content--left--sub-container {
   float:
      left;
   width:
      54%;
   margin:
      12px 0 0 0;
}

#main--content--right--sub-container {
   float:
      left;
   width:
      42%;
   margin:
      12px 0 0 4%;
}

#main--content--right--sub-container p.text--center {
   text-align:
      center;
}

#main--content--right--sub-container div.text--center {
   text-align:
      center;
}


#main--content--right--container {
   float:
      left;
   width:
      25%;
   margin:
      12px 4% 12px 0;
   overflow-wrap:
      break-word;
}

#main--content--right--container p {
   font-size:
      1.0em;
   line-height:
      1.625;
   text-align:
      left;
   text-indent:
      0;
   padding:
      12px 0 12px 0;
}

#footer--container {
   margin:
      0;
   padding:
      0;
   width:
      100%;
   background:
      #000000;
   float:
      left;
}

address {
   font-family:
      "Courier New",
      Courier,
      monospace;
   font-size:
      0.85em;
   font-weight:
      bold;
   font-style:
      normal;
   text-align:
      center;
   color:
      #aeaeae;
   padding:
      12px 2%;
}
