#c_container {
      width:80vw;
      height: 4em;
      display: flex;
      position: ABSOLUTE;
  }

.container_M { 

      display: flex;
      float: right;
      white-space: nowrap;
      width:80vw;
      height: clamp(4em, 10vw, 4em);
      overflow: hidden; 
      vertical-align: middle;
      padding-top:.4em;
     
  }

   
   .loop-text {
      font-size: clamp(1em, 10vw, 1em);
     color: red;
     font-weight:bold;
      left: 100%
      transform: translateX(-100%)
     }
     .loop-text {
         animation: loopText 20s infinite linear;      
    }

    @keyframes loopText {

       from {
           transform: translateX(0);
        }

       to {
           transform: translateX(-100%);
        }
    }

.normal_body {
    height: 100%;
    overflow: auto;
    margin: 0;
    padding-top: 1.5%;
    font-family: owners-text, sans-serif;
    font-weight: 400;
  	font-style: normal;
    font-size: 1em;
    color: rgb(27, 28, 40);
    line-height: 1.35em;
}

.sev_body{
  height: 100%;
  overflow: auto;
  margin: 0;
  padding-top: 1.5%;
  font-family: owners-text, sans-serif;
    font-weight: 400;
  	font-style: normal;
  font-weight: 100;
  font-size: 1em;
  background-color: #0a0a0c;
  color: rgb(222, 224, 242);
  line-height: 1.35em;
}

#sev_left {
  float: left;
    width: 20%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    box-sizing: border-box;
    padding-top: 2em;
    padding-left: 3em;
    padding-right: 2em;
    padding-bottom: 1em;
    border-right: dotted;
    a { color:  rgb(222, 224, 242); text-decoration: none;}
    a:visited { text-decoration: none;}
    a:hover { text-decoration: none; background-color: rgb(70, 46, 75) ;}
}

#left {
   float: left;
    width: 20%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    box-sizing: border-box;
    padding-left: 3em;
    padding-right: 2em;
    padding-bottom: 1em;
    border-right: dotted;
}

#music {
    border-top: dashed;
    padding-top: 2em;
    padding-bottom: 2em;
}

.button {
    background-color: rgb(88, 67, 123);
    color: #eeecf9;
    border: none;
    border-radius: 3px;
    padding: 10px 15px;
    transition-duration: 0.2s;
}

.button:hover {
    background-color: rgb(110, 96, 133);
}

#right {
    float: right;
    width: 80%;
    height: auto;
    overflow: auto;
    box-sizing: border-box;
    padding-left: 1em;
}

#title {
    font-size: 1.75em;
    font-family: owners-text, sans-serif;
    font-weight: 400;
  	font-style: normal;
    text-emphasis:'*';
    text-decoration: underline;
    text-emphasis-position: under right;
      padding-top: 3em;
}

.active  {
    text-decoration: underline;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#about_me {
    display: block;
    float: none;
}


a { color: rgb(27, 28, 40); text-decoration: none;}
a:visited { text-decoration: none;}
a:hover { text-decoration: none; background-color: rgb(239, 221, 243) ;}


#myVideo {
    width: 100vw;
   height: 100vh;
   object-fit: cover;
   position: fixed;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   z-index: -1;
  }


#body_blog {
    height: 100%;
    overflow: auto;
    margin: 0;
    padding-top: 1.5%;
    font-family: owners-text, sans-serif;
    font-weight: 400;
  	font-style: italic;
    font-weight: 100;
    font-size: 16px;
    color: #eeecf9;
    line-height: 1.35em;
    a { color: #eeecf9;}
    a:visited { text-decoration: none; }
    a:hover { text-decoration: none ; background-color: rgb(69, 107, 114); }
    .button {
        background-color: rgb(69, 107, 114);
        color: #eeecf9;
        border: none;
        border-radius: 3px;
        padding: 10px 15px;
        transition-duration: 0.2s;
}

.button:hover {
    background-color: rgb(128, 153, 153);
}

}

.blog_title {
    font-size: 1.3em;
  font-style: regular;
    text-emphasis: '*';
    text-emphasis-position: under right;
}

.blog_post {
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    padding: 2em;
    background-color: rgb(69, 107, 114, .7);
}

.nav_list{
    padding-left: 1.2rem;
    display: flex;
    flex-flow: column;
    line-height: 1.6em;
}

.about_txt {
    float:left;
    padding-left: 6em;
    padding-right: 4em;
    padding-top: 2em;
    padding-bottom: 0em;
    text-indent: -2em;
}


#gallery {
    line-height:0;
     -webkit-column-count:3; /* split it into 5 columns */
     -webkit-column-gap: 5px; /* give it a 5px gap between columns */
     -moz-column-count:3;
     -moz-column-gap: 5px;
     column-count:3;
     column-gap: 15px;
     padding: 1em;
     padding-left: 0;
  }

  
  .gallery-item {
    flex: 0 0 calc(33.33% - 20px);
    position: relative;
    overflow: hidden;
  	
    
  }
  
  .gallery-item img {
    width: 100%;
    height: auto;
    cursor: pointer;
    object-fit: cover;
  transition: 0.3s ease-in-out;
  margin-bottom: 15px;
    
  }

.gallery-item img:hover {
  color: rgb(0, 0, 0); opacity:.3;

  }

.overlay_text {
    color: black;
    opacity: 0;
    font-size: 16px;
  display:block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    transition: 0.3s ease-in-out;
  }


  

img:hover + .overlay_text {
    opacity: 1;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
  }

  
  #myModal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
  }
  
  .modal-content {
    margin: 3% auto;
    display: block;
    width: auto;
    max-width: 90vw;
    max-height: 80vh;
    text-align: center;
  }
  
  .modal-image {
    width: auto;
    height: 100vh;
    margin: auto;
  }
  
  .caption {
    color: #000000;
    font-size: 18px;
    text-align: center;
    padding-bottom: 5%;

  }
  
  .close {
    position: absolute;
    top: 55px;
    right: 75px;
    color: #000000;
    font-size: 30px;
    font-weight: 300;
    cursor: pointer;
  }
  
  #bottom-text{
      text-align: center;
  }    

  #bio_pic {
    width: 35vw;
    padding: 5vw;
  }

  .container {
        display: flex;
        align-items: center;
        justify-content: center
  }


  .image-bank {
    height: 70vh;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: scroll;
    margin-top: 1em;
    scrollbar-width: none;
    column-gap: 1em;
  }


::-moz-selection {
  color: rgb(206, 174, 213);
}

::selection {
  color: rgb(206, 174, 213);
}

    /* ************************ BOOK SLIDESHOW **************************** */

  * {
    box-sizing: border-box;
  }
  
  .img_s {
    vertical-align: middle;
  }

  /* Position the image container (needed to position the left and right arrows) */
  .container_s {
    position: relative ;
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
  }

  .mySlides img {
    height: 75vh;
  }
  
  /* Add a pointer when hovering over the thumbnail images */
  .cursor_s {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 30%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: rgb(110, 96, 133);
    font-weight: bold;
    font-size: 20px;
    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: 239, 221, 243;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #000000;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }

  /* Container for image text */
  .caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
  }

  
  .row_s:after {
    content: "";
    display:block;
    clear: both;
  }
  
  /* Six columns side by side */
  .column_s {
    float: left;
    width: 15;
    padding-left: 10px;
    padding-bottom: 10px;
  }
  
  /* Add a transparency effect for thumnbail images */
  .demo {
    opacity: 0.6;
  }
  
  .active_s,
  .demo:hover {
    opacity: 1;
  }

#fake_header {
    font-size: 2em;
}


   /* ************************ BOOK SLIDESHOW **************************** */

   @media screen and (max-width: 900px) {
    #left {
      width: 100%;
      height: 125px;
      display: inline-block;
      box-sizing: border-box;
      font-family: "Lucida Console", monospace;
      padding-top: 1em;
      padding-left: 2em;
      padding-right: 1em;
      padding-bottom: 0;
      border-bottom: dotted;
      border-right: none;
  }

  #sev_left {
    width: 100%;
    height: 125px;
    display: inline-block;
    box-sizing: border-box;
    padding-top: 1em;
    padding-left: 2em;
    padding-right: 1em;
    border-bottom: dotted;
    border-right: none;
}


  #right {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 69vh;
    overflow: auto;
    box-sizing: border-box;
    padding: 1em;
  }

   #title {
    font-size: 1.5em;
    text-emphasis:'*';
    text-decoration: underline;
    text-emphasis-position: under right;
    font-family: "Lucida Console", monospace;
    padding-bottom: 1em;
}

#music {
  border-top: dashed;
    padding-top: 2em;
    padding-bottom: 2em;
    display: none;
}

.dropbtn {
  display: block;
  float:right; 
  cursor: pointer;
  font-size: 25px;
}

.dropdown {
  float: left;
  overflow: hidden;
}


.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  background-color: #f1f1f1;
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.nav_list{
  padding-left: 1.2rem;
  display: flex;
  flex-flow: column;
  line-height: 1.6em;
}

.mobile_nav {
  display: flex;
}

.mySlides img{
  width: 80vw;
  height: auto;
  flex: auto;
}

.container {
  display: block;
  align-items: center;
  justify-content: center
}

#bio_pic {
  width: 70vw;
  padding: 5vw;
}

#ss_garden {
  display: none;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 10%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: rgb(110, 96, 133);
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
     
     .image-bank {
    height: 40vh;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: scroll;
    margin-top: 1em;
    scrollbar-width: none;
    column-gap: 1em;
  }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: inline;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}

}


  @media (max-width: 1200px) {
    #gallery {
      column-count: 2;
    }
    
  }

   @media (max-width: 550px) {
     #gallery {
      column-count: 1;
     }

   }
   
   @media screen and (max-width: 550px) {
     .about_txt {
       max-width: 500px;
       height: auto;
     }  
     }
     
   @media screen and (max-width: 350px) {
     .about_txt {
       max-width: 350px;
       height: auto;
     }
    }
