body {
  background-image: url('/res/plainbg.jpg');
  background-color: #ddd;
  background-size: cover;
  background-attachment: fixed;
  font-family: 'Montserrat', sans-serif; 
  font-weight: 400;
  overflow-y: auto;
    box-sizing: border-box;

} 
h1 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 33px;
  line-height: 35px;
}
h2 {font-size: 27px;}
h3 {font-size: 23px;}
h4 {font-size: 17px;}
h5 {font-size: 15px;}
h5:before {content: '\02729'; margin-right: 7px; margin-left: -15px;}
hr { 
  display: block;
  width: 50%;
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset; 
}

#back {margin-bottom:20px; border-bottom:1px solid #ccc;}
#back a { font-family: 'Silkscreen', cursive; font-size: 15px; text-decoration:none; text-align:right} 
/* SCROLLBAR */
/* width */
::-webkit-scrollbar {
  width: 10px;
}
 


/* TOC */ 

li {
  margin-top: 0.25em;
  margin-bottom:  0.25em;
}

ol {
  list-style-type: lower-roman;
}
.toc-list, .toc-list ol {
  list-style-type: decimal-leading-zero;
  list-style-position: inside;
  font-family: 'Oxygen', sans-serif;
}

.toc-list {
  padding-left: 10px; 
}

.toc-list ol {
  padding-inline-start: 2ch;
  list-style-type: lower-roman;
}

.toc {
  position: fixed;  
  left: 155px; 
  font-size: 16px;
  top:125px;}


.baksu {
  color: #9498d5; 
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 25px;
  padding: 10px; 
  width: 600px;
  text-align: left;
}
            
              .baksu a {
                color: #6865b4;
              } 

/* main*/

#container { 
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 1050px;
  height: auto; 
  background: rgba(255,255,255,0.99);
  padding: 50px; 
  border-left: 1px solid white;
  border-right: 1px solid white;
}
 
.header {
  width: 1150px;
  height: 600px;
  position: fixed;
  top: 0;
  left: 0;
}
  
.header img {
  width: 1150px;
  height: 600px;
  position: fixed;
  top: 0;
  left: 0;
}

#hold {
  margin: 0 auto;
  left: 50%;
  top: 150px;
  transform: translateX(-50%);
  width: 900px;
  height: 250px;
  padding: 20px; 
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 25px;
  z-index: 3;
}
          
          .headerimage {
            width: 200px;
            height: 200px;
            padding: 20px;
            background-color: white;
            border-radius: 125px;
            top: 50%;
            transform: translateY(-50%);
            position: absolute;
            border: 1px solid #ccc;
          }
          
          .headerimage img {
            width: 200px;
            height: 200px;
            border-radius: 125px;
            top: 50%;
            left: 20px;
            transform: translateY(-50%);
            position: absolute; 
          }
          
          .bundle {
            left: 300px;
            top: 50%;
            transform: translateY(-50%);
            position: absolute; 
          }
          
          .name { 
            font-size: 55px; 
            }
            
          .toitle { 
            font-size: 20px; 
            }
            
          .palette {
            position: absolute; 
            bottom: 20px;
            right: 20px; 
          }
          
          .pal {
            margin: 3px;
            width: 25px;
            height: 25px;
            display: inline-block;
            border-radius: 25px;
            border: 1px solid #ddd;
          }


 #parent { 
  display: flex;
  width: 1050px;
  margin-top: 600px;
  height: auto;
            left: 50%;
            transform: translateX(-50%);
            position: relative;
}
  #narrow {
    width: 50%;   
    margin-right: 30px;
    line-height: 1.6em;
    /* Just so it's visible */
  }
  
  #wide {
    flex: 1;  
    /* Just so it's visible */
  }
.bio {  
  height: auto;
  background-color: white;
  border-radius: 25px;
  padding: 20px;
  border: 1px solid #ccc;
  z-index: 333;
}

      .data {
        text-align: left;
        font-weight: 700;
      display: inline;
      line-height: 1.4em;
      margin-right: 2px;
      }
      
      .data:before {
         content: "\25AE"; 
         margin-right: 5px;
      }
    
      .datanl{
        margin-left: 20px;    
        text-indent: 30px;

      }
      
.content {
  width: 930px;
  height: auto;
  background-color: white;
  border-radius: 25px;
  padding: 20px;
  border: 1px solid #ccc;
  margin-top: 20px;
            position: relative;
            left: 50%;
            transform: translateX(-50%);
}



    #asteria {width: 100%;align-content: center;text-align: center;}
    
    #asteria img {width: 75%}

 
/* table stuff */

        table {
          margin-top: 20px;
          margin-bottom: 20px;
          width: 100%;
          border-collapse: collapse;
        } 
        
        th {font-weight: bold;
        }
        
        th,
        td {
          padding: 20px;
        }
        
        tbody tr:nth-child(odd) {
          background-color: #eee;
        }
        
        tbody tr:nth-child(even) {
          background-color: #ddd;
        }
/* collapsible accordians */  

            .accordion {
              background-color: #eee;
              cursor: pointer;
              padding: 18px;
              width: 1000px;
              margin-left: 20px;
              margin-right: 20px;
              text-align: left;
              border: none;
              outline: none;
              transition: 0.4s;
              font-size: 17px; 
              font-family: 'Montserrat', sans serif;  
              text-transform: uppercase;
              font-weight: bold;
            }
             
            .active, .accordion:hover {
              background-color: #ddd;
              opacity:1;
            }
            
            .panel img { max-width:300px; margin: 5px; text-align:center;}
            
            .panel {
              padding: 0 20px;
              background-color: #fff;
              margin-left: 20px;
              margin-right: 20px;
              max-height: 0;
              overflow: hidden;
              width: 960px;
              text-indent: 15px;
              transition: max-height 0.2s ease-out;
              line-height: 1.3em;
              font-family: 'Oxygen', sans serif;  
            }
            .accordion:after {
              content: '\25BC'; 
              font-size: 13px;
              float: right;
              margin-left: 5px;
              color: #715aaa; 
              opacity:1;
            }
            
            .active:after {
              content: "\25B2"; 
              color: #715aaa; 
              opacity:1;
            }
            
             
/* SLIDESHOW CSS */


          .roww > .column {
            margin: 5px;
            margin-left: 20px;
            padding: 5px;
               }
        
        .roww:after {
          content: "";
          display: table;
          clear: both;
        }
        
        .column {
          float: left; 
          width: 16%; 
        }
        
        .column img {
          max-width: 125px;
        }
        
        /* The Modal (background) */
        .modal {
          display: none;
          position: fixed;
          z-index: 1;
          padding-top: 50px;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          overflow: auto;
          background-color: rgba(0,0,0,0.7);
        }
        
        /* Modal Content */ 
        
        .modal-content {
          position: relative;
          background-color: #fefefe;
          margin: auto;
          padding: 0;
          width: 100%;
          max-width: 600px;
        }
        
        /* The Close Button */
        .close {
          color: white;
          position: absolute;
          top: 10px;
          right: 25px;
          font-size: 35px;
          font-weight: bold;
        }
        
        .close:hover,
        .close:focus {
          color: #999;
          text-decoration: none;
          cursor: pointer;
        }
         
        .mySlides {
          display: none;
        }
        
        /* Next & previous buttons */
        .prev,
        .next {
          cursor: pointer;
          position: absolute;
          top: 50%;
          width: auto;
          padding: 16px;
          margin-top: -50px;
          color: white;
          font-weight: bold;
          font-size: 20px;
          transition: 0.6s ease;
          border-radius: 0 3px 3px 0;
          user-select: none;
          -webkit-user-select: none;
        }
        
        /* Position the "next button" to the right */
        .next {
          right: 0;
          border-radius: 3px 0 0 3px;
        }
        
        /* On hover, add a black background color with a little bit see-through */
        .prev:hover,
        .next:hover {
          background-color: rgba(0, 0, 0, 0.7);
        }
         
        
        /* Caption text */
        .caption-container {
          text-align: center;
          background-color: black;
          padding: 2px 16px;
          color: white;
        }
        
        img.demo {
          opacity: 0;
          height: 50px;
        }
        
        .demo:hover {
          opacity: 0;
        }
        
        img.hover-shadow {
          transition: 0;
        }
        
        .hover-shadow:hover {
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        }
                  
        
        /* The dots/bullets/indicators */
        .dot {
          cursor: pointer;
          height: 15px;
          width: 15px;
          margin: 0 2px;
          background-color: #bbb;
          border-radius: 50%;
          display: inline-block;
          transition: background-color 0.6s ease;
        }
        
         .dot:hover {
          background-color: #717171;
        }
        
        /* Fading animation */
        .fade {
          animation-name: fade;
          animation-duration: 1.5s;
        }
        
        @keyframes fade {
          from {opacity: .4}
          to {opacity: 1}
        } 
        
        
        
        
        