
/* desktop view */
  
body {
  background: url("/images/shadowbg.png")no-repeat fixed bottom left, 
              url("/images/shadowbgflip.png")no-repeat fixed bottom right, 
              linear-gradient(#080808, #333434) no-repeat fixed;
  font-family: Verdana;
  text-align: center;
  cursor: url("/images/fireflycursor.png"), auto;
}

.fishMarquee1 {
 display: none; 
}

.fishMarquee2 {
 display: none;  
}


a {
  color: white;
  font-weight: bold;
  cursor: url("/images/fireflycursorHover.png"), auto;
  text-decoration: none;
}

h1,p {
 color: white;
  font-family: Verdana;
  text-align: center; 
}

h1 {
 font-size: 24px; 
}

text {
  font-size: 16px bold;
  text-shadow: 1px 1px 2px black;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.thumbnail {
height: 100px;
width: 100px;
cursor: url("/images/fireflycursorHover.png"), auto;
}

.nav {
padding: 25px 50px;
}

.header {
  padding: 10px;
  font-size: 28px; 
  cursor: url("/images/fireflycursorHover.png"), auto;
  text-decoration: none;
}

button {
  background-color: #333434;
  width: 150px;
  padding: 5px 10px;
  border-color: black;
  border-width: 1px 1px 5px 3px;
  border-radius: 25px;
  color: white;
  text-align: center;
  font-size: 18px;
  cursor: url("/images/fireflycursorHover.png"), auto;
}

button:onClick {
  border-width: 5px 3px 2px 2px;
}

button:hover {
  background: url("/images/sparkles.png"), #44073e;;
  background-size: 50px 50px;
  border-color: #4f3359;
  border-width: 1px 1px 5px 3px;
  border-radius: 25px;
}

a:hover {
  background: url("/images/sparkles.png");
  background-size: 20px 20px;
}

.footer {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 50px;
  background-color: none;
  color: white;
  font-size: 10px;
  cursor: url("/images/fireflycursor.png"), auto;
}

.footerLeft {
  display: flex;
  flex-direction: row;
  width: 50%;
}

.footerRight {
  display: flex;
  flex-direction: row;
  text-align: right;
  width: 50%;
}

.themePicker {
  height: 50px;
  width: 50px;
  border: 1px groove black;
  border-radius: 25px;
}

.themePickerFrame {
  display: flex;
  flex-direction: row;
  align-content: left;
  align-items: left;
  text-align: left;
  background: none;
  border: none;
  width: 98%;
  height: 60px;
  overflow: clip;
}

#dark {
 background: linear-gradient(#080808, #333434)
}

#twilight {
  background: linear-gradient(#44073e 20%, #0e612a, #fac726);
}

#sunrise {
  background: linear-gradient(#7ED7FC, #F527A3, #F53527, #F5B427, #F5D627);
}

#aquarium {
  background: linear-gradient(#41c9c1, #7ef3ec);
}

/* updates box stuff */

.updatesBox {
  display: flex;
  flex-direction: row;
  width: 80%;
  background: rgba(0, 0, 0, 0.6);
  padding: 25px;
  height: 350px;
}

.updatesHeaders {
  display: flex;
  flex-direction: row;
  width: 85%;
  background: #333434;
  color: white;
  font-size: 16px bold;
  align-content: center;
  text-align: center;
}

.newsBox {
  color: white;
  padding: 25px;
  width: 60%;
  overflow: scroll;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

.newsBoxHeader {
  background: #333434;
  width: 60%;
  color: white;
  text-align: center;
  padding: 5px;
}

.scheduleBox {
  color: white;
  padding: 25px;
  text-align: left;
  width: 40%;
  overflow: scroll;
  overflow-x: hidden;
}

.scheduleBoxHeader {
  background: #333434;
  width: 40%;
  color: white;
  text-align: center;
  padding: 5px;
}

.newsCard {
  color: white;
  display: flex;
  flex-direction: row;
  width: 90%;
  padding: 5px;
  border: #333434 2px double;
}

.newsCardPic {
  width: 40%;
}

.newsCardImg {
  width: 100%;
}

.newsCardText {
  width: 60%;
  padding: 5px;
}

.newsCardText > p {
    text-align: left;
}

/* end of updates box stuff */

/* left handed art info box stuff */

.desktopViewAIB {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 99%;
}

.artInfoBox {
  width: 48%;
  height: 300px;
  padding: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 2px double #333434;
  background: rgba(0, 0, 0, 0.6);
}

.artInfoBoxPic {
  width: 50%;
  display: flex;
  align-content: center;
}

.artInfoBoxImg {
  width: 300px;
  height: 300px;
  object-fit: contain;
  
}

.artInfoBoxText {
  width: 50%;
  padding: 5px;
  display: flex;
  flex-direction: column;
  align-content: left;
  font-size: 16px;
}

/* end of art info box stuff */

/* key chart stuff */ 

.keyChart {
  display: flex;
  flex-direction: row;
  align-content: center;
}

.keyChartPod {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.keyChartPic {
  width: 60px;
}

.keyChartImg {
  height: 50px;
  width: 50px;
}

.keyChartText {
  font-size: 12px;
  color: white;
}
/* end of key Chart stuff */

/* gallery stuff */ 

.gallery {
  width: 500px;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.galleryPagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}

.galleryPagination > a {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  padding: 5px;
}

.tinyIcon {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.galleryPagination > a:active {
  border-radius: 10%;
  border: 3px groove #333434
}


.galleryPagination > a:focus {
  border-radius: 50%;
  border: 3px groove gold;
  padding: 5px;
}

.galleryPagination > a:hover {
  cursor: url("/images/fireflycursorHover.png"), auto;
  border-radius: 50%;
  border: 3px groove gold;
  padding: 2px;
}

.slides {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  
}

.slides::-webkit-scrollbar, .slides::-webkit-scrollbar-thumb, .slides::-webkit-scrollbar-track {
  display: none;
  background: transparent;
}

.slides > div {
  scroll-snap-align: start;
  flex-shrink: 0;
  width: 500px;
  height: 500px;
  transform-origin: center center;
  transform: scale(0.95);
  transform: transform 0.5s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slides > div:target {
  transform: scale(0.95);
 }
 
 .slideImg {
   width: 500px;
   height: 500px;
   object-fit: contain;
 }
 
 .coolStuffContainer {
   display: flex;
   flex-direction: row;
 }
 
 .links {
   width: 60%;
 }
 
 .pets {
   width: 40%;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
 }
 
 .petPod {
   width: 50%;
   height: 150px;
   font-size: 12px;
   color: white;
   padding: 1px 5px;
 }
 
 .petPod, #thumbnail{
   width: 90px;
   height: 90px;
   object-fit: contain;
 }
 
/* end of gallery stuff */ 

/* end of desktop view */

