html {
font: normal 10px/18px "Red Hat Mono","Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
 font-size: 1rem;
  background: linear-gradient(45deg, 
              #fb3 25%, #262624 0, #262624 50%,
              #fb3 0, #fb3 75%, #262624 0);
background-size: 80.4px 80.4px;

  background-attachment: fixed;
  font-optical-sizing: auto;
}

.twitter-tweet { margin:0;
                  padding:0;}

blockquote[src*="platform.twitter.com"] {
  font: normal 15px/19px "Martian Mono", 'IBM Plex Sans', "Lucida Sans Unicode", verdana, lucida, sans-serif;  
  padding: 0px;
  color:white;
  text-shadow: 1px 1px 2px white;
  margin:0px;
}


#wrapper
{

  width: 50vw;
  height: 100vh;
  margin: auto;
  padding-top: 5px;
}



#downloads .btn {
  display: inline-block;
  text-align: center;
  margin: 0;
}

.tupperware > * {
  border: 1px solid #c9ff23;
  border-radius: 1px;
  padding: 10px;
  flex-basis: 200px;
  flex-shrink:3;
  
  flex-grow:1;
  overflow: hidden;
  width: fit-content;
  block-size: max-content;
  height: fit-content;
  align-items: flex-start;
  transition: all 300ms ease-in-out;
  
  &:hover {
    flex-grow: 9.3;
    
  }
}


.tupperware {
  display: flex;
  flex-flow: row wrap; 
  padding: 1px;
  gap: 1px;
  height: auto;
}

.tupperware img {

}

.tupperware figcaption {
  background-color: #22222290;
  color: #fff;
  font: bold small sans-serif;
  padding: 3px;
  text-align: center;
}

#heading {
  display: grid;
  grid-template-rows: auto auto auto;
  background-color: black;
  color:white;
  top: 0;
  padding: 0px;
  position:fixed;
  width:100%;
  width:50vw;
  
}

object { display: block;}

.logo {
  float: left;
  background-color: black;
  display: block;
}

ul {
  padding: 0;
  margin: 0;
  color: white;
}

li {
  display: inline;
  position: relative;
  color: white;
}

ul ul {
  position: absolute;
  display: none;
}

li:hover ul {
  display: block;
}

.logo {
  float: left;
  background-color: black;
  display: block;
}

ul {
  padding: 0;
  margin: 0;
  color: white;
}

li {
  display: inline;
  position: relative;
  color: white;
}

ul ul {
  position: absolute;
  display: none;
}

li:hover ul {
  display: block;
}

#navcontainer {
  display:block;
  padding: 0;
  top: 0;
width: 55vw;
  height: 20px;
  display: flex;
  background-color: black;
  position: fixed;
  color: white;
  top: 0;
}

#navcontainer ul {
  border: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

#navcontainer ul li {
  display: block;

  float: right;
  text-align: center;
  padding: 0px;
  margin: 0;
}

#navcontainer ul li a {
  width: 100px;
  height: max-content;
  background: #262626;
  border-left: 1px dashed #f5d7b4;
  border-bottom: 1px solid #262626;
  border-right: 1px solid #262626;
  padding: 0;
  margin: 0 0 0px 0;
  color: #a6a6a6;
  text-decoration: none;
  display: block;
  text-align: center;
}

#navcontainer ul li a:hover {
  color: #f2f2f2;
  background: #262626;
  border-top: 1px solid magenta;
}

#navcontainer a:active {
  background: #262626;
  color: #fff;
}

#navcontainer li#active a {
  background: #262626;
  border-right: 4px solid #2e97f2;
  color: #fff;
}
.css3badge {
  display: inline;
  float: right;
  flex-wrap: nowrap;
}


#main {

}

#footer {
    flex-wrap: nowrap;
    align-self: right;
    justify-self: right;
    bottom: 0;
    position: fixed;
    display: block;
    grid-template-rows: auto auto auto;
    background-color: #D0D5D950;
    color: white;
    padding: 1px;
    max-width: 40vw;
    overflow-wrap: break-all;
   
  }
  

/* css class-declarations cannot start with a number */
.section_2col {
  display: grid;
  width: auto;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
  row-gap: 1em;
}

.section_2col img {width:100%;}

.ic {
  filter: contrast(200%); }


  p {
    display: block;
    width:100%;
    padding: 5px;
    font-size: 1rem;
    color: white;
    text-shadow: 0 0 5px rgba(242, 242, 242, 0.5);
    background: transparent
    url(https://raw.githubusercontent.com/ThakaRashard/bubblegumpop/gh-pages/img/halfscreen-black.gif)
    center repeat;
    background: black; 
    background: linear-gradient(90deg, black 0%, rgba(38,38,38,0.7049194677871149) 35%, rgba(89,89,89,0.5900735294117647) 100%); 
    column-count: auto;
    column-fill: balance-all;
    word-break: break-word;
    hyphens: auto;
    
  }
::selection {
color: #F2E205;
background: #595302;
}

p::first-letter {
  font-size: 1rem;
  font-weight: bold;
  color: rgb(255, 255, 255);
}
p:first-of-type {
  animation-duration: 2s;
  animation-name: slidein;
}
h1,
h2,
h3 {
  color: white;
  background: transparent
    url(https://raw.githubusercontent.com/ThakaRashard/bubblegumpop/gh-pages/img/halfscreen-black.gif)
    center repeat;
  font-weight: 900;
  margin: 5px;
  padding: 5px;
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 40px #0ff,
    0 0 80px #0ff, 0 0 90px #0ff, 0 0 100px #0ff, 0 0 150px #0ff;
}
h2 {
  word-spacing: -.2ch;
  font-kerning: auto;
  letter-spacing: 2pt;
  background: transparent
   url(https://photojournal.jpl.nasa.gov/jpeg/PIA20753.jpg) center repeat;
  font-size: 30pt;
  color: white;
  font-family: Cluster;
  word-break: break-all; 
  width: 100%;
}

.mermaid svg { 
  display: block;  
  margin: 0; 
  padding: 0; 
  width: 100%;
} 


img {
    display: block;
    border-radius: 0px 0px 0px 0px;
    max-width: 100%;
    max-height: auto;
    transition: all 0.5s linear;
  }
  
img:hover {
    transform: scale(1.05);
  }
  
.floatright img:nth-child(odd) {
  float: right;
}
.floatleft img:nth-child(even) {
  float: left;
  border-bottom: solid 10px #ffffff50;
}  
/*img {  max-height: 100%;
  max-width: 100%;
display:block;} */

img[alt*="USGS"] {width: 100%;border-bottom:solid 10px  #BF785E;}

img[alt^="L"] {
  width: 100%;
  border-top:solid 10px #f4bf75;
  
  }

img[alt*="USGS"] {
  width: 100%;
  border-bottom:solid 10px #c9ff23;
  
  }
img[src*="nasa.gov"] {
width: 100%;
border-bottom:solid 5px #c9ff23;

}
img[alt="kk"] {
  width: 100%;
  
}
img[alt="whiteslavery"] {
  max-width: 15%;
  float: right;
}
img[alt="whiteslavery40"] {
  max-width: 40%;
  transform: rotate(45deg);
}

iframe {
  width: 100%;
  display: block;
  text-align: center;
}



blockquote {
  padding-left: 10px;
  border-left: 1px dotted 
}

pre {
  background: rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 10px;
  font-size: 16px;
  color: #b5e853;
  border-radius: 12px;
  word-wrap: normal;
  overflow: auto;
  overflow-y: hidden;
}

code.highlighter-rouge {
  background: rgba(0,0,0,0.9);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0px 3px;
  margin: 0px -3px;
  color: #aa759f;
  border-radius: 12px;
}

table {
  width: 100%;
  margin: 0 0 20px 0;
}

th {
  text-align: left;
  border-bottom: 1px dashed #b5e853;
  padding: 5px 10px;
}

td {
  padding: 5px 10px;
}

hr {
  height: 0;
  border: 0;
  border-bottom: 1px dashed #b5e853;
  color: #b5e853;
}

/* Buttons
*/

a,
a:hover,
a:visited a:hover {
  color: #c9ff23;
}

a {
  color: #63c0f5;
  text-shadow: 0 0 5px rgba(104, 182, 255, 0.5);
}

video {
  border-radius:12px;
  display: block;
  margin-block: 10px 10px;
    background: linear-gradient(45deg, 
              #fb3 25%, #58a 0, #58a 50%,
              #fb3 0, #fb3 75%, #58a 0);
background-size: 80.4px 80.4px;
  
border-radius:12px;
  background-attachment: fixed;
  transition: 4s cubic-bezier(.25,.1,.2,3);
}

video:hover {
  border-radius:12px;
  display: block;
  margin-block: 10px 10px;
  background: rgb(217,4,121);
  background: linear-gradient(45deg, 
              #fb3 25%, #58a 0, #58a 50%,
              #fb3 0, #fb3 75%, #58a 0);
background-size: 80.4px 80.4px;
  background-attachment: fixed;

}


/* Clearfix */

.twoPanelSpread {
  border-radius:12px;
  background-color: #00db46; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, #e66250, #ff80cc);
}

.row {
  border-radius:12px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  
}

.panelColumn {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  overflow: hidden;
}


.leftColumn {
  /* background-color: #2470FF; */
  width: 100%;
}

.leftColumn img {
  
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
  
}

.rightColumn {
  /* background-color: #c9ff23; */
}
.rightColumn img { 
 
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}




/* 3_TO_6 panel spread ##LAUREN_IS_MY_WIFE_AS_WELL_as_LAURA */

.flex-container {
  align-items: stretch;
/* flex-flow: row nowrap; */
flex-direction: row;
flex-wrap: nowrap;
  padding: 0px;
justify-content: center;
align-content: stretch;
height: 100%;
display: grid;
grid-template-columns: auto auto auto;
}

.flex-container > div {
border: 1px solid #c9ff23;
  border-radius:12px;
}

.flex-container > img {
object-fit: contain;
max-width: 100%;
border: 1px solid #c9ff23;
  border-radius:12px

}

:root {
  --magnifier: 8;
  --gap: 0vmax;
  --transition: 0.5s;
}
  


@keyframes createbox {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
  
}

@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%;
        opacity: 0;
    display: none;
  }



  to {
    margin-left: 0%;
    width: 100%;
    opacity: 1;
    display: block;
  }
}



   
    .flex3BorderedPaddedROW {
  
      display: flex;
       align-items: stretch; 
      /* flex-flow: row nowrap; */ 
      flex-direction: row; 
      flex-wrap: nowrap; 
      justify-content: center;
      align-content: stretch;
      height: 100%;
      padding: 15px;
      gap: 5px;
      
          width:100%;
      height:100%;
      object-fit: cover;
      overflow: hidden;
  
    }
  
    .flex3BorderedPaddedROW > div{
     
      border: 1px solid #c9ff23;
      border-radius: 0px;
      padding: 8px;
    }
  
  
    .flex3BorderedPaddedROW > img{
     
      border: 3px dotted #c9ff23;
      border-radius: 0px;
      padding: 8px;
    }
  
  
figure {
    transition: all 0.5s linear;
    border: thin #c0c0c0 solid;
    display: flex;
    flex-flow: column;
    padding: 5px;
    max-width: 220px;
    margin: auto;
    background: linear-gradient(
      45deg,
      #262626 25%,
      #595959 0,
      #595959 50%,
      #262626 0,
      #262626 75%,
      #595959 0
    );
    background-size: 80.4px 80.4px;
    background-attachment: fixed;
    border-radius: 0px;
  }
  
  figure:hover,
  figure:focus,
  figure:active {
    background: linear-gradient(
      45deg,
      #db362d 25%,
      #e8f5fd 0,
      #e8f5fd 50%,
      #db362d 0,
      #db362d 75%,
      #e8f5fd 0
    );
    background-size: 480.4px 480.4px;
    background-attachment: fixed;
    border-radius: 0px;
    transform: scale(1.05);
  }

  

  figcaption {
    background-color: #222;
    color: #fff;
    padding: 3px;
    text-align: center;
    transition: all 0.5s linear;
  }
  
  figcaption:hover {
    transform: scale(1.05);
  }
  audio {
    background: white;
    border-radius: 0px 0px 10px 10px;
  }
  
  #playlist {
    display: flex;
    flex-flow: row wrap;
    flex-direction: row;
  }
  
  .track figure figcaption {
    margin: 1px;
    overflow: hidden;
    flex: 1 1 200px;
    border-radius: 0.3em;
    transition: all 0.5s linear;
    box-shadow: 0 0 0 1px hsla(0, 9%, 1%, 0.3) outset 0 0.5em 1em
      rgba(0, 0, 0, 0.1);
    text-shadow: 0 1px 1px hsla(0, 0%, 100%, 0.3);
  }
  
  .track:hover,
  .track:focus,
  .track:active {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.09);
  }
  
  .track {
  }
  
  .track > img {
    width: 100%;
  
    transition: all 0.5s linear;
  }
  
  audio {
    max-width: 100%;
    transition: all 0.5s linear;
  }
  
  audio:hover,
  audio:focus,
  audio:active {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
  }
  
      
  
.gullies {
  /*display: grid;
  grid-gap: 5px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr; */
  display: flex;
  flex-wrap: wrap;
    width: 100%;
  height: 1em;

}
.gullies div:nth-child(1) {
  background: #3029f2;
    animation: .2s ease-out 0s 1 slideInFromLeft;
 

}
.gullies div:nth-child(2) {
  background: #446ff2;
  animation: .2s ease-out 0s 1 slideInFromRight;
  
}
.gullies div:nth-child(3) {
  background: #3098f2;
  animation: .8s ease-in 0s 1 slideInFromLeft;
  
}
.gullies div:nth-child(4) {
  background: #0dd9c4;
  animation: .9s ease-in 0s 1 slideInFromRight;
  
}
.gullies div:nth-child(5) {
  background: #3df28b;
    
  animation: .8s ease-in 0s 1 slideInFromLeft;  

}

.gullies div {
  flex: 1 1 auto;
  padding: 15px 15px;
  animation-direction: alternate;


}

.oncall {
  /*display: grid;
  grid-gap: 5px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr; */
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 1em;
}
.oncall div:nth-child(1) {
  background: #f2a922;
}
.oncall div:nth-child(2) {
  background: #f28b0c;
    animation: 1s ease-in 1s 1 slideInFromLeft;
}
.oncall div:nth-child(3) {
  background: #f27405;
}
.oncall div:nth-child(4) {
  background: #732e07;

}
.oncall div:nth-child(5) {
  background: #bf3706;
}

.oncall div {
  flex: 1 1 auto;
  padding: 15px 15px;
  animation-direction: alternate;
    animation: 1s ease-out 0s 1 slideInFromLeft;

}



@keyframes slideInFromRight {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes blur {
    0% {
        filter: blur(1.5rem);
    }
    100% {
        filter: blur(0rem);
    }
}

@keyframes flip {
    0% {
        filter: blur(1.5rem);
      transform: rotateZ(90deg);
    }
    100% {
        filter: blur(0rem);
      transform: rotateZ(0deg);
    }
}
@keyframes saturate {
    0% {

      filter: saturate(7);
    }
    100% {

      filter: saturate(3);
    }
}

@keyframes scale {
    0% {

      transform: scale( 2, 2);
    }
    100% {

      transform: scale(4, 1);

    }
}

@keyframes rotate {
    0% {

      transform: rotate(300.142rad);
    }
    100% {

      transform: rotate(0rad);

    }
}