body {
    background-color: #000;
    color: #fff;
    background-size:cover;
    font-family: Courier, sans-serif;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

hr {
    border-top: 0px;
    border-bottom: 1px solid #565656;
    margin: 40px 100px;
}

 .bannerfrontpage {
  opacity: 1;
position: relative;
    z-index: 3;
}

.footerfrontpage {
  opacity: 1;
position: relative;
    z-index: 3;
    
}


.toplevellinks {

    z-index: 6;
    
}


.rightbox {
  float: right;
  position: relative;
  left: 50px;
  opacity: .75;
  margin: 10px 10px 10px 10px;
   box-shadow: 8px 8px 15px rgba(75, 164, 211, 0.9);
}

.shadow {  box-shadow: 10px 10px 15px rgba(0, 0, 0, 1); margin-top: -50px;  
}

p {
    margin: 15px 0px;
}

a {
    /* If you're looking for the color for the glossary words, it's in glossary.js with a note */
    font-weight: bold;
    text-decoration: none;
    color: #F9629F;
    
  
}

a:hover
{ color: #fb9bc2;
}

a[href="#"] {
    /* This sets a custom color for links that lead to placeholder # URLs, so you can put placeholders for chapters that aren't out yet */
    color: #565656;
}

ol {
    list-style-type: none;       

}

h2, h3, h4 {
    margin: auto;
    max-width: 650px;
}

h1 {
    margin: 5px;
}

h3 {
    font-style: italic; 
    text-align: center;
}

h5 {
    font-style: italic; 
    font-size: 30px;
     text-align: left;
 text-shadow: 2px 2px 1px #ce1e4b;
 margin: 10px;
 
}

h5 span {
   background-image: linear-gradient(to bottom, rgb(249, 98, 159), rgb(2, 32, 208), rgba(255,0,0,0));
  border-radius: 0px;
  padding: 10px;
}

.index-supertitle {
    text-align: center;
    margin: 20px 0px 0px 0px;
    font-size: .9rem;
}

.index-supertitle a {
    color: #F9629F;
}

.indent-sidebar {
    padding-left: 20px;
    max-width: 650px;
    margin: auto;
    border-left: 1px #666 solid;
}

.container {
    display: flex;
    flex-direction: row; 
    flex-wrap: wrap;
    position: relative;
}

.content {
    flex: 3;
    padding: 20px;
}

.sidebar-left, .sidebar-right {
    flex: 1;
    text-align: center;
    min-width: 200px;
    margin-top: 40px;
}

.sidebar-left a[href="#"] {
    font-size: 0px;
}

.sidebar-right a[href="#"] {
    font-size: 0px;
}


.sidebar-left a, .sidebar-right a {
    display: block;
    padding: 50px 0px 0px 0px;
}

.column {
  position: relative;
    flex: 1;
    max-width: 50%;
    border: 1px dotted #F9629F;
  padding: 20px;
    box-sizing: border-box;
margin: 10px 50px 10px;  background-image: linear-gradient(to bottom, rgba(31,35,60,1), rgba(255,0,0,0));

}



input[type=checkbox] {
   position: absolute;
   top: -9999px;
   left: -9999px;
}

#shown {
    display: block;
}
#hidden {
    display: none;
}

#toggle:checked ~ #hidden{
   display: block;
}

#toggle:checked ~ #shown {
   display: none;
}



@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }
    
    .column {
        max-width: 100%;
    }
    
    .sidebar-left {
        margin-top: 44px;
    }

    .sidebar-right {
        margin-top: 0px;
        margin-bottom: 44px;
    }
    
    .content {
    }
    
    .sidebar-left a {
    display: block;
    padding: 40px 0px 0px 0px;
    }
    
    .sidebar-right a {
    display: block;
    padding: 3px 0px 0px 0px;
    }
    
  .rightbox {
  float: right;
  position: relative;
  left: 5%;
  opacity: .75;
  margin: 10px 10px 10px 10px;
}
}