@import url('https://fonts.googleapis.com/css2?family=Anybody:wght@900&family=Fredoka+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Mono:ital,wght@0,300..700;1,300..700&display=swap');
@import "_sass/rouge-base16-dark.scss";
@import "_sass/normalize";
@import "_sass/fonts";
@import "_media.css";
@import "_sass/_default_colors.scss";
@font-face {
  font-family: Cluster;
  src: url(https://raw.githubusercontent.com/ThakaRashard/thakarashardOLD/master/assets/fonts/clusrg__.ttf);
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}
/* ~~~~~~~~~~~~~~~~~~~~~ h1, h2, h3, h4, h5, h6 {
  margin: 0 0 50px;
  padding-left: 820px;
} */

html {
font: normal 12px/18px "Red Hat Mono","Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
 font-size: 1rem;
 width: 100vw;
 height: 100vh;

}


body {
  background: url(https://mars.nasa.gov/mars2020-raw-images/pub/ods/surface/sol/01417/ids/edr/browse/ncam/NLF_1417_0792725409_849ECM_N0690000NCAM00501_01_295J01_1200.jpg) no-repeat center center fixed; 
/* background: url(https://eoimages.gsfc.nasa.gov/images/imagerecords/153000/153054/heatwavezm_geos5_20240710.jpg) no-repeat center center fixed;  */
/* background: url(https://science.nasa.gov/wp-content/uploads/2023/09/PIA14943-full.jpg) no-repeat center center fixed;  */
  line-height: 1.5;
  -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
color:white;
  font-optical-sizing: auto;
}

/*
body {
  
  background: linear-gradient(45deg, 
              #fb3 25%, #58a 0, #58a 50%,
              #fb3 0, #fb3 75%, #58a 0);
background-size: 70.4px 70.4px;
   font-family: "VT323", monospace;
  background-attachment: fixed;
  
}
  */

#wrapper
{

  width: 50vw;
  height: 100vh;
  margin: auto;
}


::selection {
  color: #aaff00;
  background: #454b1b;
}

.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;
}


  .box {
    width: 80%;
    border: 1px solid #3DF28B;
    display: flex;
    flex-wrap: wrap;
    margin: .1rem;
    background-attachment: fixed;
    justify-content: space-evenly;
    background-size: 100% auto;
    font-kerning: normal;
    letter-spacing: .2rem;
    font: bold 10px/18px verdana, lucida, sans-serif;
    background: url(https://mars.nasa.gov/msl-raw-images/msss/04461/mhli/4461MH0003720011601746C00_DXXX.jpg);
    background-size: 20% auto;
    background-attachment: fixed;
  }

  .box>* {
    display: block;
    text-decoration: none;
    transition: all .2s ease-in-out;
    border: 1px solid #c9ff23;
    padding: 1px;
    margin: 1px;
    background-color: #3DF28B20;
    transition: all .2s ease-in-out;
    flex-shrink:1;
    flex-grow:1;


          &:hover {
        flex-grow: 3;

      }
    }

  .box a:link {

    color: white;

  }



  .tupperware > * {
    border: 1px solid #c9ff23;
    border-radius: 5px;
    padding: 0px;
    flex-basis: 30%;
    flex-shrink:2;
    flex-grow:1;
    overflow: hidden;
    transition: all 300ms ease-in-out;
    
    &:hover {
      flex-grow: 9.3;
      
    }
  }
  
  
  .tupperware {
    display: flex;
    justify-content: space-evenly;
    flex-flow: row wrap; 
    padding: 15px;
    gap: 5px;
    height: auto;
  }
  
  .tupperware img {
    width: fit-content;
    block-size: fit-content;
    height: min-content;
  }
  
  .tupperware figcaption {
    background-color: #22222290;
    color: #fff;
    font: bold small sans-serif;
    padding: 3px;
    text-align: center;
  }
  


  /*
.tupperware > * {
  border: 1px solid #c9ff23;
 border-radius: 1px;
 padding: 8px;
 height: 20vh;
 }

.tupperware {
 display: flex;
 
 flex-flow: row wrap;   justify-content: center;
 padding: 15px;
 gap: 5px;
}
*/


/* FLEX_BOX_FOR_3_IMAGES */
.flex-container {

  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;

}

.flex-container > div{
 
  border: 1px solid #c9ff23;
  border-radius: 1px;
  padding: 8px;
}


/*  4PANEL_SPREAD_CREATED_FOR_SARTUS_MODELiNG_ENERGY, many uses tho to feature things ##ASK_DiDO */
.panel4-container {

  display: flex;
  justify-content: space-evenly;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  height: 100%;
  padding: 0px;
  gap: 5px;

}


.cover { 
  
}

.crt {
  padding: 50px;
  background: black;
}
img.crt {
  padding: 50px;
  background: black;
}

embed {
    width: 100%;
    height: fit-content;
  scrollbar-color: #595959 #262626;
  scrollbar-width: thin;
}


video {
  height: auto !important;
  width: 100% !important;
  border-radius:15px
  display: block;
  margin-block: 10px 10px;
  background: repeating-linear-gradient(
			to left,
			transparent,
			transparent 54px,
			black 55px,
			black 55px
		),
		repeating-linear-gradient(
			to bottom,
			transparent,
			transparent 54px,
			grey 55px,
			grey 55px
		),
		linear-gradient(45deg, grey, black);
	
	background-attachment:fixed;
  transition: 4s cubic-bezier(.25,.1,.2,3);
 /*    transition: 3s cubic-bezier(0.1, 0.2, 0.3, 0.4);
   transition: 3s cubic-bezier(.25,.1,.2,3); */
}



#main {
margin-top: 0px;
}

#footer {

    bottom:0;
  position:fixed;
    display: grid;
grid-template-rows: auto auto auto;
    background-color: black;
  color:white;
  padding:5px;
  position:fixed;
  width:50vw;
  
}

img[src*="Midway_Games_logo"] {background: transparent
  url(https://raw.githubusercontent.com/ThakaRashard/bubblegumpop/gh-pages/img/halfscreen-white.gif)
  center repeat; width: 100%;}

p {
  display:inline;
  word-break: break-word;
  text-align: center;
  color:white;
    background: transparent
    url(https://raw.githubusercontent.com/ThakaRashard/bubblegumpop/gh-pages/img/halfscreen-black.gif)
    center repeat;
}


p::first-letter {
  font-size: 2rem;
  font-weight: bold;
  color: white;
}
p:first-of-type {
  animation-duration: 3s;
  animation-name: slidein;
}
h1,
h2,
h3 {
  color: white;
  display: block;
  background: transparent
    url(https://raw.githubusercontent.com/ThakaRashard/bubblegumpop/gh-pages/img/halfscreen-black.gif)
    center repeat;
   margin: 5px;
   word-break: break-all;
  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;
}

h1 {


  display: block;
  line-height: 1.7rem;
  font: normal 14px/18px 'Fredoka One',"Ariel Black", 'Anybody', -apple-system, Ubuntu, "Ariel Black", Verdana;
  font-size: 3rem;
  word-break: break-all;
  color: #fff;
  text-shadow:
  
        0 0 42px #0DCBFF,
        0 0 82px #0DCBFF,
        0 0 92px #0DCBFF,
        0 0 102px #0DCBFF,
        0 0 125px #0DCBFF;

}
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, "Ariel Black";
  word-break: break-all; 
  width: 100%;
}


  
 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 1px yellow;
  
  }

img[alt*="USGS"] {
  width: 100%;
  border-bottom:solid 2px #c9ff23;
  
  }
img[src*="nasa.gov"] {
width: 100%;
border-bottom:solid 3px #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);
}




/* Clearfix */







#wrapper
{

  width: 70vw;
  height: 100vh;
  margin: auto;
}
#heading {
  display: grid;
  grid-template-rows: auto auto auto;
  background-color: black;
  color:white;
  top: 0;
  padding: 0px;
  position:fixed;
  width:100%;
  width:50vw;
  
}


.css3badge {
  display: inline;
  float: right;
  flex-wrap: nowrap;
}


#main {
margin-top: 35px;
background: url(https://raw.githubusercontent.com/ricoThaka/ricothaka.github.io/master/saturn.png ) no-repeat center center fixed; 
line-height: 1.5;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}




.floatright img:nth-child(odd) {
  float: right;
}
.floatleft img:nth-child(even) {
  float: left;

}
  
 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[src*="859740137800_cover.jpg"] {
width: 40%;
border:solid 5px #c9ff2350;

img[src*="nasa.gov"] {
  width: 100%;
  border-bottom:solid 5px #c9ff23;

}



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;
}



.twoPanelSpread {
  

  /* For browsers that do not support gradients */
  /* background-image: linear-gradient(to right, #e66250, #ff80cc); */
  margin: 0px;
  padding: 0px;
  background: url( https://raw.githubusercontent.com/ThakaRashard/bubblegumpop/gh-pages/img/810MATRiX.webp )
    center repeat;
}

.row {
  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 {

}
.rightColumn img { 
 
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}


@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;
  }
}



:root {
  --magnifier: 8;
  --gap: 0vmax;
  --transition: 0.5s;
}

.pinupGallery {
  display: block;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  object-fit: contain;
}
.expandingGallery {
  width: 100%;
  height: 25vh;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--gap);
}

.expandingGallery > img {
  --brightness: 0.75;
  --grayscale: 1;
  transition: flex var(--transition), filter var(--transition);
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  flex: 1;
}

.expandingGallery > img:hover {
  flex: var(--magnifier);
}