@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&family=Balsamiq+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Cutive+Mono&family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap');

:root{

  --font-color: #1A1A2F;
  --font-highlight: #BA2A63;
  --header: #EBB9A3;
  --status-bg: #fff6d9;
  --link-hover: #FF489C;
  --fen-scale-mult: 1;
  --background-scale: auto;
  --shadow-color: #00000051;
  --animation-mult: 1;
  --bgcolor: #f0eccb;
  background: #91adeb;
background: linear-gradient(165deg,rgba(145, 173, 235, 1) 0%, rgba(175, 141, 235, 1) 24%, rgba(219, 112, 194, 1) 50%, rgba(250, 155, 155, 1) 77%, rgba(237, 205, 130, 1) 100%);



background-attachment: fixed;

}

.bg { 
  
	 background-image: url("starChecker.png");
	 background-repeat: repeat;
	 background-position-x: 0;
   background-position-y: 0;
   background-size: 9%;
	 position: fixed; 
	 z-index: -10;
	 top: 0;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 animation: scroll 180s linear infinite; 
}

.bg2 { 
  
	 background-image: url("lightChecker.png");
	 background-repeat: repeat;
	 background-position-x: 0;
   background-position-y: 0;
   background-size: 3%;
	 position: fixed; 
	 z-index: -10;
	 top: 0;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 animation: scroll 310s linear infinite; 
}



@keyframes scroll {
  0% {
	  background-position-x: 0;
  }
  100% {
	  background-position-x: 2000px;
    background-position-y: 600px;
  }
}

@keyframes marquee {
  0% {
	  transform: translate(0, 0);
  }
  100% {
	  transform: translate(-100%, 0);
  }
}

.marquee {
  margin-left: -1%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;

  width: 100%;
  
}

.marquee span {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 30s linear infinite;
  font-size: 0.78em;
  color: white;
}

.marquee2 span {
  animation-delay: 15s;
}

html {
	cursor: url("http://bumblebee.city/beeCursor.png"), default;
  text-shadow: 2px 2px 4px var(--shadow-color);
  scrollbar-color: var(--font-highlight) var(--header);
}

@font-face{
  font-family: "OpenDyslexic";
  src: url("OpenDyslexic-Regular.otf");
}
@media (min-width: 800px) {
body {
  
  padding-left: 0%;
  padding-right: 0%;
  padding-top:2em;
  color: var(--font-color);
	font-family: "Balsamiq Sans", sans-serif;
	font-size: 1.4em;
	background-attachment: fixed;
  background-position: center;
	line-height: 1.69;
  margin-top: 1.3%;
  cursor: url("http://bumblebee.city/beeCursor.png"), default;
  padding-bottom:0em;
  margin-bottom: 0;
}
.taskie {
  filter: drop-shadow(-3px 5px 4px #00000080);
}
main {
  padding:2em;
  padding-top:1em;
  margin-right: 16vw;
  margin-left: 30vw;
  cursor: url("http://bumblebee.city/beeCursor.png"), default;
  padding-bottom:1.2em;
  color: var(--font-color);
  z-index: -1;
  border-radius: 39px;
  background-color: var(--bgcolor);
  margin-top: 2%;
  filter: drop-shadow(6px 6px 4px #00000057);
}

footer{
  margin-top: 2em;
  padding-top:auto;
  padding-bottom:2em;
  font-size: 1.2em;
  text-align: center;
  cursor: url("http://bumblebee.city/beeCursor.png"), default;
}
footer-text{
  margin-top: 2em;
  padding-top:2em;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 0.6em;
  text-align: center;
  cursor: url("http://bumblebee.city/beeCursor.png"), default;
  color: var(--font-highlight);
}


.footerGlunch{
  position: fixed;
  bottom: -15px;
  left: 15px;
  height: 69px;
}

.footerIcon{
  padding:1%;
}


header {
	padding-top: 10em;
}


/* unvisited link */
a:link {
  color: var(--font-highlight);
  text-decoration: none;
}


/* visited link */
a:visited {
  color: var(--font-highlight);
	text-decoration: none;
}

/* mouse over link */
a:hover {
  color: var(--link-hover);
	text-decoration: none;
  cursor: url("http://bumblebee.city/beeCursorClick.png"), default;
}

/* selected link */
a:active {
  color: white;
	text-decoration: none;
}

a img.hover {
  display: none;
  vertical-align: sub;
}
a img.default {
  display: inherit;
  vertical-align: sub;
}
a:hover img.hover {
  display: inherit;
  vertical-align: sub;
}
a:hover img.default {
  display: none;
  vertical-align: sub;
}

.headbutton {
  padding-left: 0.7em;
  padding-right: 0.7em;
  font-size: 1.5em;
  font-weight:bold;
  cursor: pointer;
  width:20%;
}



.writing h2{
  font-family: 'Itim', sans-serif;
  text-align: center;
  color: var(--font-color);
  font-size: 2.0em;
}
.writing{
	text-indent: 20px;
  text-align: justify;
  background-color: #fff6d9;
  color: #4D293B;
  padding: 2.3em;
  font-size: 0.9em;
  border-radius: 10px;
}



::-moz-selection { /* Code for Firefox */
  color: #e7ff92;
  background: #801a80;
}

::selection {
  color: #e7ff92;
  background: #801a80;
}



h1{
  font-family: 'Itim', sans-serif;
  font-size: 2.5em;
  margin-top: 0;
}

.logo{
  display: block;
  margin: auto;
  text-align: center;
  position: relative;
  transform: scale(1);
  transition: calc(0.2s * var(--animation-mult));
  width: 60vh;
  filter: drop-shadow(6px 6px 4px #00000057);
  
}

.logo:hover{
  transform: scale(1.06);
  transition: calc(0.2s * var(--animation-mult));
  filter: drop-shadow(4px 4px 4px #00000057);
}

.statusUpdates{
  background-color: var(--bgcolor);;
  color: var(--font-color);
  padding: 0.5em;
  font-size: 1em;
  width: 30vw;
  height:50vh;
  margin-left: 38vw;
  margin-right: 30vw;
  overflow: auto;
  border-radius: 0px 0px 20px 20px;
  -webkit-box-shadow: 5px 5px 9px 0px var(--shadow-color); 
  box-shadow: 5px 5px 9px 0px var(--shadow-color);
}
.statusHeader{
  background-color: var(--header);
  text-align: center;
  padding: 0.5em;
  padding-bottom: 1.2em;
  font-size: 1em;
  width: 30vw;
  height:25px;
  margin-left: 38vw;
  margin-right: 30vw;
  margin-top: 2%;
  font-weight: 700;
  border-radius: 20px 20px 0px 0px;
  -webkit-box-shadow: 5px 5px 9px 0px var(--shadow-color); 
  box-shadow: 5px 5px 9px 0px var(--shadow-color);
}




::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 5px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #BA2A63; 
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #4D293B; 
}

hr.solid {
  border-top: 2px solid var(--header);
}


.character{
  position: absolute;
  cursor: url("http://bumblebee.city/beeCursorClick.png"), default;
}


.project {
  padding: 0.5%;
  margin: auto;
  z-index: -1;
  border-radius: 39px;
  background-color: rgb(167, 142, 142);
  filter: drop-shadow(6px 6px 4px #00000057);
  width: 900px;
  min-height: 200px;
  color: white;
  transition: 0.2s;
  padding-bottom: 2%;

}


.project h2{
  text-align: center;
  margin-top: 2%;
  margin-bottom: -2%;
  font-size: 2em;
}
.project h3{
  text-align: center;
  font-style: italic;
  margin-top: 1%;
  font-size: 0.9em;
  margin-bottom: 2%;
}
.project .mainimg{
  max-width: 800px;
  max-height: 450px;
  border-radius: 39px;
  margin:0px auto;
  display: flex;
}

.project p{
  padding-left: 3%;
  padding-right: 3%;
}

.projectbuttons{
  text-align: center;
  margin: auto;
  margin-bottom: 2%;
}

.projectbuttons a{
  color: white;
}




.gallery{
  display: flex; 
  margin: auto;
  justify-content: space-around;
}

.gallery-image{
  
}



.row > .column {
  display:block;
}

.row:after {
  display:flex;
  line-height: 0;
}

/* Create four equal columns that floats next to eachother */
.column {
  display:block;
  width: 1%;
  line-height: 0;
}

/* 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(12, 10, 24, 0.9);
  z-index: 100;
}

/* Modal Content */
.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 90%;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 55px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: url("http://bumblebee.city/beeCursorClick.png"), default;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: url("http://bumblebee.city/beeCursorClick.png"), default;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 32px;
  margin-top: -50px;
  color: #FDEEBB;
  font-weight: bold;
  font-size: 40px;
  transition: 0s ease;
  border-radius: 10px;
  user-select: none;
  -webkit-user-select: none;
  z-index: 200;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 10px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  color: #FDEEBB;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0s;
  height: 200px;
  width: 200px;
  object-fit: cover;
  -webkit-box-shadow: 5px 5px 9px 0px var(--shadow-color); 
  box-shadow: 5px 5px 9px 0px var(--shadow-color);
}

.hover-shadow:hover {
  opacity: 0.7;
  cursor: url("http://bumblebee.city/beeCursorClick.png"), default;
}

img.hover-shadow-project {
  transition: 0s;
  height: 200px;
  width: 200px;
  object-fit: cover;
}

.hover-shadow-project:hover {
  opacity: 0.7;
  
}

.galleryDisplay{
  max-height: 75vh;
  max-width: 82vw;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 5px 5px 9px 0px black; 
  box-shadow: 5px 5px 9px 0px black;
}



.fennel{
  position: fixed;
  bottom: 1%;
  left: 2%;
  width: calc(8% * var(--fen-scale-mult));
  cursor: url("http://bumblebee.city/beeCursorClick.png"), default;
  filter: drop-shadow(5px 5px 6px #00000057);
  transition: 0.2s;
  z-index: 20;
}

.fennel:hover{
  position: fixed;

  cursor: url("http://bumblebee.city/beeCursorClick.png"), default;
  filter: drop-shadow(5px 5px 6px #00000057);
  z-index: 20;
  animation: fenSquish 0.5s;
}


.sidebar{
  display: grid;
  padding-left: 16vw;
  position: absolute;
  margin-top: -5%;
  font-weight: 700;
  font-size: 29px;
}

.sidebar img{
  display: inline;
  margin: 0;
  height: 60px;
  vertical-align:middle;
  padding-left: 8%;
  padding-right: 3%;
}

.sidebar .head{
  text-align: center;
  line-height: 80px;
  height: 80px;
  margin-bottom: -20px;
}

.sidebar a{
  color: var(--bgcolor);
  transition: 0.2s;
}

.sidebar a:hover{
  color: rgb(255, 166, 166);
  transition: 0.2s;
}

.sidebarButton1{
  background-image: url("sidebarButton.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: local;
  display: inline-block;
  text-align: left;
  width: 240px;
  height: 80px;
  line-height: 80px;
  filter: drop-shadow(4px 5px 2px #00000057);
  transition: 0.2s;
  animation-play-state: paused;
  margin-bottom: 3%;
}



.sidebarButton1:hover{
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: local;
  display: inline-block;
  text-align: left;
  width: 240px;
  height: 80px;
  line-height: 80px;
  transition: 0.2s;
}

.sidebarButton1:hover span{
   background-image: url("sidebarButton.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: local;
  display: inline-block;
  text-align: left;
  transition: 0.2s;
  width: 100%;
  animation-play-state: running;
  animation: navSquish 0.47s;
}

.sidebarButton2{
  background-image: url("sidebarButton2.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: local;
  display: inline-block;
  text-align: left;
  width: 240px;
  height: 80px;
  line-height: 80px;
  filter: drop-shadow(4px 5px 2px #00000057);
  transition: 0.2s;
  animation-play-state: paused;
  margin-bottom: 3%;
}

.sidebarButton2:hover{
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: local;
  display: inline-block;
  text-align: left;
  width: 240px;
  height: 80px;
  line-height: 80px;
  transition: 0.2s;
}

.sidebarButton2:hover span{
   background-image: url("sidebarButton2.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: local;
  display: inline-block;
  text-align: left;
  transition: 0.2s;
  width: 100%;
  animation-play-state: running;
  animation: navSquish 0.47s;
}

@keyframes navSquish {
  
  0%, 100% {
    transition-timing-function: ease-in;
    transform-origin: 50% 50%;
  }
  
  0% {
    transform:  scaleX(1) scaleY(1) ;
  }
  10% {
    transform:  scaleX(0.9) scaleY(1.1);
  }
  25% {
    transform:  scaleX(1.05) scaleY(0.95) ;
  }
  60% {
    transform:  scaleX(0.97) scaleY(1.03) ;
  }

  100% {
    transform: inherit;
  }
}

@keyframes fenSquish {
  
  0%, 100% {
    transition-timing-function: ease-in;
    transform-origin: 50% 100%;
  }
  
  0% {
    transform:  scaleX(1) scaleY(1) ;
  }
  10% {
    transform:  scaleX(1.1) scaleY(0.9);
  }
  25% {
    transform:  scaleX(0.95) scaleY(1.05) ;
  }
  60% {
    transform:  scaleX(1.03) scaleY(0.97) ;
  }

  100% {
    transform: scaleX(1) scaleY(1);
  }
}


.fennel:hover{
  transition: 0.2s;
}

.fennelPlatform{
  position: fixed;
  bottom: -2%;
  left: -5%;
  width: 20%;
  display: none;
}

@keyframes squish {
  0% {transform: scale(1,1);}
  50% {transform: scale(1.06,1.06);}
  100% {transform: scale(1,1);}
}

code{
  font-size: 0.9em;
}

.codeBlock{
  background-color: var(--status-bg);
  color: var(--font-color);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  font-size: 1em;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  overflow-x: scroll;
  text-wrap: nowrap;
  overflow-y: hidden;
  border-radius: 20px 20px 20px 20px;
  -webkit-box-shadow: inset 5px 5px 9px 0px var(--shadow-color); 
  box-shadow: inset 5px 5px 9px 0px var(--shadow-color);
}

.buttonsContainer{
  margin-top: 2em;
  margin-bottom: -2em;
  margin-left: 15%;
  margin-right: 15%;
}

.project-title img {
  position: absolute;
  width: 35%;
  top: 1em;
  filter: drop-shadow(5px 5px 6px #00000057);
  z-index: 10;
}

.buttonsContainer img{
  image-rendering: pixelated;
  /*width: 176px;*/
}

.buttonsContainer img:hover{
  transform: scale(1.1);
}


.socialsList{
  margin: auto;
  font-size: 1.3em;
  line-height: 1.8em;
  margin-top: -0.8em;
  
}


.aboutfen{
  float: right;
  margin-top: 6%;
  transition: 0.3s;
  width: 350px;

}

.aboutfenMobile{
  display: none;
}

.aboutfen:hover{
  transform: scale(1.04);
  transition: 0.3s;
}

@keyframes fenAnim {
  0%, 100% {
    transition-timing-function: ease-out;
    transform-origin: 50% 100%;
  }
  0% {
	  transform: rotate(-1.2deg);
  }
  50% {
	  transform: rotate(1.2deg);
  }
  100% {
    transform: rotate(-1.2deg);
  }
}


.aboutarrow{
  float: right;
  margin-top: -2%;
  width: 200px;
}



.game-shadow {
  transition: 0s;
  height: 230px;
  width: 450px;
  object-fit: cover;
  -webkit-box-shadow: 5px 5px 9px 0px var(--shadow-color); 
  box-shadow: 5px 5px 9px 0px var(--shadow-color);
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  display: inline-block;
}

.game-shadow img{
  margin: auto;
}

.game-shadow:hover {
  cursor: url("http://bumblebee.city/beeCursorClick.png"), default;
  background-size: cover;
}

.game-text {
  font-size: 1.2em;
  opacity: 0;
  position: absolute;
  color: white;
  margin: auto;
  text-align: center;
  width: 450px;
  height: 200px;
}

.game-shadow:hover .game-text {
  opacity: 10;
  transition: 0.2s;

}

.gamefill{
  position: absolute;
  width: 450px;
  height: 230px;
	opacity: 0;
	background: var(--font-color);
	transition: opacity 0.2s;
  border-radius: 20px;
}

.game-shadow:hover .gamefill{
	opacity: 0.78;
	transition: opacity 0.2s;
}

.gamedesc{
  font-size: 0.8em;
  font-style: italic;
  line-height: 1.1em;
}


.button{
  padding: 2%;
  border-radius: 39px;
  background-color: rgb(167, 142, 142);
  filter: drop-shadow(6px 6px 4px #00000057);
  color: white;
  transition: 0.2s;
  padding-bottom: 2%;
  font-size: 1.2em;
}


.button:hover{
  color: rgb(255, 239, 94);
}

.button a{
  color: white;
  transition: 0.2s;
}

.button a:hover{
  color: rgb(255, 166, 166);
  transition: 0.2s;
}


.helperFen{
  width: 200px;
  position: fixed;
  bottom: 1%;
  right: 2%;
  animation: fenpopup 0.2s;
  filter: drop-shadow(4px 5px 2px #00000057);
}

.helperBubble{
  width: 250px;
  height: 163px;
  background-image: url("helperfenspeechbubble.png");
  background-size: contain;
  position: fixed;
  bottom: calc(5% + 250px);
  right: 1%;
  text-align: center;
  font-size: 0.8em;
  justify-content: center;
  align-items: center;
  animation: textpopup 0.25s;
  filter: drop-shadow(4px 5px 2px #00000057);
}

.helperText{
  padding: 3%;
  padding-top: 5%;
  margin: auto;
}

.helperParent{
  animation: fenpopup 0.3s;
}


@keyframes textpopup {
  0% {transform: scale(0,0);}
  40% {transform: scale(0,0);}
  90% {transform: scale(1.1,1.1);}
  100% {transform: scale(1,1);}
}

@keyframes fenpopup {
  0% {transform: translate(0, 500px) scale(0.8, 1.2);}
  85% {transform: translate(0, -20px) scale(0.9, 1.1);}
  100% {transform: translate(0, 0) scale(1, 1);}
}






}


/*------------------------------------------------------------------------------------*/



/* MOBILE CSS */
@media (max-width: 1000px) {
  .bg { 
  
	 background-image: url("starChecker.png");
	 background-repeat: repeat;
	 background-position-x: 0;
   background-position-y: 0;
   background-size: 9%;
	 position: fixed; 
	 z-index: -10;
	 top: 0;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 animation: scroll 180s linear infinite; 
}


body {
  
  padding-left: 0%;
  padding-right: 0%;
  padding-top:1em;
  color: var(--font-color);
	font-family: "Balsamiq Sans", sans-serif;
	font-size: 1em;
	background-attachment: fixed;
  background-position: center;
	line-height: 1.69;
  margin-top: 1.3%;
  cursor: url("http://bumblebee.city/beeCursor.png"), default;
  padding-bottom:0em;
  margin-bottom: 0;
}
.taskie {
  filter: drop-shadow(-3px 5px 4px #00000080);
}
main {
  padding:1em;
  padding-top:0.5em;
  margin-right: 2vw;
  margin-left: 34vw;
  cursor: url("http://bumblebee.city/beeCursor.png"), default;
  padding-bottom:1.2em;
  color: var(--font-color);
  z-index: -1;
  border-radius: 39px;
  background-color: var(--bgcolor);
  margin-top: 3%;
  filter: drop-shadow(6px 6px 4px #00000057);
}

footer{
  margin-top: 2em;
  padding-top:auto;
  padding-bottom:2em;
  font-size: 1.2em;
  text-align: center;
  cursor: url("http://bumblebee.city/beeCursor.png"), default;
}
footer-text{
  margin-top: 2em;
  padding-top:2em;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 0.6em;
  text-align: center;
  cursor: url("http://bumblebee.city/beeCursor.png"), default;
  color: var(--font-highlight);
}


.footerGlunch{
  position: fixed;
  bottom: -15px;
  left: 15px;
  height: 69px;
}

.footerIcon{
  padding:1%;
}


header {
	padding-top: 10em;
}


/* unvisited link */
a:link {
  color: var(--font-highlight);
  text-decoration: none;
}


/* visited link */
a:visited {
  color: var(--font-highlight);
	text-decoration: none;
}

/* mouse over link */
a:hover {
  color: var(--link-hover);
	text-decoration: none;
  cursor: url("http://bumblebee.city/beeCursorClick.png"), default;
}

/* selected link */
a:active {
  color: white;
	text-decoration: none;
}

a img.hover {
  display: none;
  vertical-align: sub;
}
a img.default {
  display: inherit;
  vertical-align: sub;
}
a:hover img.hover {
  display: inherit;
  vertical-align: sub;
}
a:hover img.default {
  display: none;
  vertical-align: sub;
}

.headbutton {
  padding-left: 0.7em;
  padding-right: 0.7em;
  font-size: 1.5em;
  font-weight:bold;
  cursor: pointer;
  width:20%;
}



.writing h2{
  font-family: 'Itim', sans-serif;
  text-align: center;
  color: var(--font-color);
  font-size: 2.0em;
}
.writing{
	text-indent: 20px;
  text-align: justify;
  background-color: #fff6d9;
  color: #4D293B;
  padding: 2.3em;
  font-size: 0.9em;
  border-radius: 10px;
}



::-moz-selection { /* Code for Firefox */
  color: #e7ff92;
  background: #801a80;
}

::selection {
  color: #e7ff92;
  background: #801a80;
}



h1{
  font-size: 1.7em;
  margin-top: 1;
}

h2{
  font-size: 1.2em;
  margin-top: 1;
}

.logo{
  display: block;
  margin: auto;
  text-align: center;
  position: relative;
  transform: scale(1);
  transition: calc(0.2s * var(--animation-mult));
  width: 60vh;
  filter: drop-shadow(6px 6px 4px #00000057);
  
}

.logo:hover{
  transform: scale(1.06);
  transition: calc(0.2s * var(--animation-mult));
  filter: drop-shadow(4px 4px 4px #00000057);
}

.statusUpdates{
  background-color: var(--bgcolor);;
  color: var(--font-color);
  padding: 0.5em;
  font-size: 1em;
  height:50vh;
  margin-right: 2vw;
  margin-left: 34vw;
  overflow: auto;
  border-radius: 0px 0px 20px 20px;
  -webkit-box-shadow: 5px 5px 9px 0px var(--shadow-color); 
  box-shadow: 5px 5px 9px 0px var(--shadow-color);
}
.statusHeader{
  background-color: var(--header);
  text-align: center;
  padding: 0.5em;
  padding-bottom: 1.2em;
  font-size: 1em;
  height:25px;
  margin-right: 2vw;
  margin-left: 34vw;
  margin-top: 2%;
  font-weight: 700;
  border-radius: 20px 20px 0px 0px;
  -webkit-box-shadow: 5px 5px 9px 0px var(--shadow-color); 
  box-shadow: 5px 5px 9px 0px var(--shadow-color);
}




::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 5px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #BA2A63; 
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #4D293B; 
}

hr.solid {
  border-top: 2px solid var(--header);
}


.character{
  position: absolute;
  cursor: url("http://bumblebee.city/beeCursorClick.png"), default;
}


.project {
  padding: 0.5%;
  margin: auto;
  z-index: -1;
  border-radius: 39px;
  background-color: rgb(167, 142, 142);
  filter: drop-shadow(6px 6px 4px #00000057);
  width: 400px;
  min-height: 200px;
  color: white;
  transition: 0.2s;
  padding-bottom: 2%;

}


.project h2{
  text-align: center;
  margin-top: 2%;
  margin-bottom: -2%;
  font-size: 2em;
}
.project h3{
  text-align: center;
  font-style: italic;
  margin-top: 1%;
  font-size: 0.9em;
  margin-bottom: 2%;
}
.project .mainimg{
  max-width: 400px;
  max-height: 450px;
  border-radius: 39px;
  margin:0px auto;
  display: flex;
}

.project p{
  padding-left: 3%;
  padding-right: 3%;
}

.projectbuttons{
  text-align: center;
  margin: auto;
  margin-bottom: 2%;
}

.projectbuttons a{
  color: white;
}




.gallery{
  display: flex; 
  margin: auto;
  justify-content: space-around;
}

.gallery-image{
  
}



.row > .column {
  display:block;
}

.row:after {
  display:flex;
  line-height: 0;
}

/* Create four equal columns that floats next to eachother */
.column {
  display:block;
  width: 1%;
  line-height: 0;
}

/* 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(12, 10, 24, 0.9);
  z-index: 100;
}

/* Modal Content */
.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 90%;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 55px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: url("http://bumblebee.city/beeCursorClick.png"), default;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: url("http://bumblebee.city/beeCursorClick.png"), default;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 32px;
  margin-top: -50px;
  color: #FDEEBB;
  font-weight: bold;
  font-size: 40px;
  transition: 0s ease;
  border-radius: 10px;
  user-select: none;
  -webkit-user-select: none;
  z-index: 200;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 10px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  color: #FDEEBB;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0s;
  height: 100px;
  width: 100px;
  object-fit: cover;
  -webkit-box-shadow: 5px 5px 9px 0px var(--shadow-color); 
  box-shadow: 5px 5px 9px 0px var(--shadow-color);
}

.hover-shadow:hover {
  opacity: 0.7;
  cursor: url("http://bumblebee.city/beeCursorClick.png"), default;
}

img.hover-shadow-project {
  transition: 0s;
  height: 200px;
  width: 200px;
  object-fit: cover;
}

.hover-shadow-project:hover {
  opacity: 0.7;
  
}

.galleryDisplay{
  max-height: 75vh;
  max-width: 82vw;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 5px 5px 9px 0px black; 
  box-shadow: 5px 5px 9px 0px black;
}



.fennel{
  position: fixed;
  bottom: 1%;
  left: 2%;
  width: calc(17% * var(--fen-scale-mult));
  cursor: url("http://bumblebee.city/beeCursorClick.png"), default;
  filter: drop-shadow(5px 5px 6px #00000057);
  transition: 0.2s;
  z-index: 20;
}

.fennel:hover{
  position: fixed;

  cursor: url("http://bumblebee.city/beeCursorClick.png"), default;
  filter: drop-shadow(5px 5px 6px #00000057);
  z-index: 20;
  animation: fenSquish 0.5s;
}


.sidebar{
  display: grid;
  padding-left: 4%;
  position: absolute;
  margin-left: -3%;
  margin-top: -5%;
  font-weight: 700;
  font-size: 1.2em;

  z-index: 10;
  padding: 6%;
}


.sidebar img{
  display: inline;
  margin: 0;
  height: 40px;
  vertical-align:middle;
  padding-left: 8%;
  padding-right: 3%;
}

.sidebar .head{
  text-align: center;
  line-height: 80px;
  height: 80px;
  margin-bottom: -20px;
  font-size: 1.2em;

}



.sidebar a{
  color: var(--bgcolor);
  transition: 0.2s;
}

.sidebar a:hover{
  color: rgb(255, 166, 166);
  transition: 0.2s;
}

.sidebarButton1{
  background-image: url("sidebarButton.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: local;
  display: inline-block;
  text-align: left;
  width: 150px;
  line-height: 80px;
  filter: drop-shadow(4px 5px 2px #00000057);
  transition: 0.2s;
  animation-play-state: paused;
  margin-bottom: 3%;
  margin: -7%;
}




.sidebarButton1:hover{
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: local;
  display: inline-block;
  text-align: left;
  width: 150px;
  line-height: 80px;
  transition: 0.2s;
}

.sidebarButton1:hover span{
   background-image: url("sidebarButton.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: local;
  display: inline-block;
  text-align: left;
  transition: 0.2s;
  width: 100%;
  animation-play-state: running;
  animation: navSquish 0.47s;
  margin: -7%;
}

.sidebarButton2{
  background-image: url("sidebarButton2.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: local;
  display: inline-block;
  text-align: left;
  width: 150px;
  line-height: 80px;
  filter: drop-shadow(4px 5px 2px #00000057);
  transition: 0.2s;
  animation-play-state: paused;
  margin-bottom: 3%;
  margin: -7%;
}

.sidebarButton2:hover{
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: local;
  display: inline-block;
  text-align: left;
  width: 150px;
  line-height: 80px;
  transition: 0.2s;
}

.sidebarButton2:hover span{
   background-image: url("sidebarButton2.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: local;
  display: inline-block;
  text-align: left;
  transition: 0.2s;
  width: 100%;
  animation-play-state: running;
  animation: navSquish 0.47s;
  margin: -7%;
}

@keyframes navSquish {
  
  0%, 100% {
    transition-timing-function: ease-in;
    transform-origin: 50% 50%;
  }
  
  0% {
    transform:  scaleX(1) scaleY(1) ;
  }
  10% {
    transform:  scaleX(0.9) scaleY(1.1);
  }
  25% {
    transform:  scaleX(1.05) scaleY(0.95) ;
  }
  60% {
    transform:  scaleX(0.97) scaleY(1.03) ;
  }

  100% {
    transform: inherit;
  }
}

@keyframes fenSquish {
  
  0%, 100% {
    transition-timing-function: ease-in;
    transform-origin: 50% 100%;
  }
  
  0% {
    transform:  scaleX(1) scaleY(1) ;
  }
  10% {
    transform:  scaleX(1.1) scaleY(0.9);
  }
  25% {
    transform:  scaleX(0.95) scaleY(1.05) ;
  }
  60% {
    transform:  scaleX(1.03) scaleY(0.97) ;
  }

  100% {
    transform: scaleX(1) scaleY(1);
  }
}


.fennel:hover{
  transition: 0.2s;
}


@keyframes squish {
  0% {transform: scale(1,1);}
  50% {transform: scale(1.06,1.06);}
  100% {transform: scale(1,1);}
}

code{
  font-size: 0.9em;
}

.codeBlock{
  background-color: var(--status-bg);
  color: var(--font-color);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  font-size: 1em;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  overflow-x: scroll;
  text-wrap: nowrap;
  overflow-y: hidden;
  border-radius: 20px 20px 20px 20px;
  -webkit-box-shadow: inset 5px 5px 9px 0px var(--shadow-color); 
  box-shadow: inset 5px 5px 9px 0px var(--shadow-color);
}

.buttonsContainer{
  margin-top: 2em;
  margin-bottom: -2em;
  margin-left: 15%;
  margin-right: 15%;
}

.project-title img {
  position: absolute;
  width: 35%;
  top: 1em;
  filter: drop-shadow(5px 5px 6px #00000057);
  z-index: 10;
}

.buttonsContainer img{
  image-rendering: pixelated;
  /*width: 176px;*/
}

.buttonsContainer img:hover{
  transform: scale(1.1);
}


.socialsList{
  margin: auto;
  font-size: 1.3em;
  line-height: 1.8em;
  margin-top: -0.8em;
  
}


.aboutfen{
  display: none;
}

.aboutfenMobile{
  margin-top: 6%;
  transition: 0.3s;
  width: 150px;
  position: relative;
}


@keyframes fenAnim {
  0%, 100% {
    transition-timing-function: ease-out;
    transform-origin: 50% 100%;
  }
  0% {
	  transform: rotate(-1.2deg);
  }
  50% {
	  transform: rotate(1.2deg);
  }
  100% {
    transform: rotate(-1.2deg);
  }
}


.aboutarrow{
  float: right;
  margin-top: -2%;
  width: 120px;
  transform: rotate(-5deg);
  margin-left: 20%;
  display: none;

}



.game-shadow {
  transition: 0s;
  height: 200px;
  width: 300px;
  object-fit: cover;
  -webkit-box-shadow: 5px 5px 9px 0px var(--shadow-color); 
  box-shadow: 5px 5px 9px 0px var(--shadow-color);
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  display: inline-block;
}

.game-shadow img{
  margin: auto;
}

.game-shadow:hover {
  cursor: url("http://bumblebee.city/beeCursorClick.png"), default;
  background-size: cover;
}

.game-text {
  font-size: 1.2em;
  opacity: 0;
  position: absolute;
  color: white;
  margin: auto;
  text-align: center;
  width: 300px;
  height: 200px;
}

.game-shadow:hover .game-text {
  opacity: 10;
  transition: 0.2s;

}

.gamefill{
  position: absolute;
  width: 300px;
  height: 200px;
	opacity: 0;
	background: var(--font-color);
	transition: opacity 0.2s;
  border-radius: 20px;
}

.game-shadow:hover .gamefill{
	opacity: 0.78;
	transition: opacity 0.2s;
}

.gamedesc{
  font-size: 0.8em;
  font-style: italic;
  line-height: 1.1em;
}


.button{
  padding: 2%;
  border-radius: 39px;
  background-color: rgb(167, 142, 142);
  filter: drop-shadow(6px 6px 4px #00000057);
  color: white;
  transition: 0.2s;
  padding-bottom: 2%;
  font-size: 1.2em;
}


.button:hover{
  color: rgb(255, 239, 94);
}

.button a{
  color: white;
  transition: 0.2s;
}

.button a:hover{
  color: rgb(255, 166, 166);
  transition: 0.2s;
}


.helperFen{
  width: 200px;
  position: fixed;
  bottom: 1%;
  right: 2%;
  animation: fenpopup 0.2s;
  filter: drop-shadow(4px 5px 2px #00000057);
}

.helperBubble{
  width: 250px;
  height: 163px;
  background-image: url("helperfenspeechbubble.png");
  background-size: contain;
  position: fixed;
  bottom: calc(5% + 250px);
  right: 1%;
  text-align: center;
  font-size: 0.8em;
  justify-content: center;
  align-items: center;
  animation: textpopup 0.25s;
  filter: drop-shadow(4px 5px 2px #00000057);
}

.helperText{
  padding: 3%;
  padding-top: 5%;
  margin: auto;
}

.helperParent{
  animation: fenpopup 0.3s;
}


@keyframes textpopup {
  0% {transform: scale(0,0);}
  40% {transform: scale(0,0);}
  90% {transform: scale(1.1,1.1);}
  100% {transform: scale(1,1);}
}

@keyframes fenpopup {
  0% {transform: translate(0, 500px) scale(0.8, 1.2);}
  85% {transform: translate(0, -20px) scale(0.9, 1.1);}
  100% {transform: translate(0, 0) scale(1, 1);}
}






} 

