:root{
    --lavender: rgb(244, 239, 250);
    --amethyst: rgb(47, 24, 75);
    --indigo: rgb(83, 43, 136);
    --lavenderpurple: rgb(155, 114, 207);
    --wisteria: rgb(200, 177, 228);
    --darkgray: rgb(59, 58, 58)
}

/** Background **/

@keyframes Grow-Button{
    from {scale:1;}
    to {scale:1.2;}
}
body {
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background: url(/images/star-background.gif);
    color: white;
      }

p {
    font-family: "Jura", sans-serif;
    font-size: 18px;
}

h1 {
       font-family: "silkscreen", sans-serif;
    font-size: 40px; 
}
h3{
  font-family: "Jura", sans-serif;
    font-size: 21px;  
}

a {
    color:white;
    font-family: "Jura", sans-serif;
}
a:visited {
    color: var(--indigo);
}

a:hover {
    color: var(--wisteria);
}
.topbar {
    top: 0px;
    background-color: var(--amethyst);
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 5px solid gray;
    border-left: 5px solid gray;
    border-bottom: 5px solid rgb(59, 58, 58);
    border-right: 5px solid rgb(59, 58, 58);
    box-shadow: 0px 0px 0px 2px black ;
}
.topbar h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    font-family: "silkscreen", sans-serif;
    font-size: 40px;
}

.star-image img{
    position: absolute;
    height: 100px;
}

.planet-image img {
    position: absolute;
    height: 100px;
    right: 0px;
}

.sitemap::-webkit-scrollbar, .sitemap::-webkit-scrollbar-track, .sitemap::-webkit-scrollbar-thumb {
    visibility: hidden;
}
.sitemap{
    background-color: var(--amethyst);
    border-top: 5px solid gray;
    border-left: 5px solid gray;
    border-bottom: 5px solid rgb(59, 58, 58);
    border-right: 5px solid rgb(59, 58, 58);
    box-shadow: 0px 0px 0px 2px black ;
    position: fixed;
    padding: 5px;
    top: 150px;
    width:5px;
    height:360px;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 67;
}

.sitemap a{
    font-weight: 700;
    text-decoration: none;

}

.sitemap a:visited{
    color: white;
}
.sitemap a:hover {
    color: var(--wisteria);
}
.sitemap:hover::-webkit-scrollbar, .sitemap:hover::-webkit-scrollbar-track {
    visibility: visible;
}

.sitemap:hover{
    width:220px;
}
.sitemap-content{
    visibility:hidden;
}
.sitemap:hover .sitemap-content{
    visibility: visible;
}
.sitemap ul {
    position: relative;
    list-style-type: none;
    font-family: "Jura", serif;
    font-size: 15px;
    padding-left: 15px;
  }
    .sitemap li {
      position: relative;
      line-height: 1.2;
      padding: 0 0 0 25px;
    }
    .sitemap li::before {
      content: "";
      position: absolute;
      border-top: 2px solid white;
      top: 10px;
      left: -10px;
      display: block;
      width: 30px;
    }
    .sitemap li::after {
      content: "";
      position: absolute;
      border-left: 2px solid white;
      top: 0px;
      left: -10px;
      display: block;
      height: calc(100% + 10px);
    }
    .sitemap li:last-child::after {
      height: 12px;
    }

.main {
    background-color: var(--lavenderpurple);
    max-width: 790px;
    margin: 0 auto;
    margin-top: 50px;
    border-top: 5px solid gray;
    border-left: 5px solid gray;
    border-bottom: 5px solid rgb(59, 58, 58);
    border-right: 5px solid rgb(59, 58, 58);
    box-shadow: 0px 0px 0px 2px black ;
    text-align: center;
}

.blockquote{
    background-color: var(--indigo);
    margin: 10px;
    border-top: 5px solid gray;
    border-left: 5px solid gray;
    border-bottom: 5px solid rgb(59, 58, 58);
    border-right: 5px solid rgb(59, 58, 58);
    box-shadow: 0px 0px 0px 2px black ;
}
.blockquote p{
    margin: 0px;
    font-size: 25px;
}

.main .text-column {
    flex-grow: 3;
    flex-shrink: 1;
    flex-basis: 75%;
    margin-right: 15px;
    justify-content: center;
}
.blinkies-stack{
    display:flex;
    flex-direction: column;
    background-color: var(--indigo);
    margin: 10px;
    border-top: 5px solid gray;
    border-left: 5px solid gray;
    border-bottom: 5px solid rgb(59, 58, 58);
    border-right: 5px solid rgb(59, 58, 58);
    box-shadow: 0px 0px 0px 2px black ;
    justify-content: space-around;
    padding:5px;
    width: 25%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 25%;
    

    
    
}
.blinkies-stack img{
    width:100%;
    height: auto;
    display:block;
}

.button{
   background-color: var(--indigo);
    margin: 0px auto 25px auto;
    border-top: 5px solid gray;
    border-left: 5px solid gray;
    border-bottom: 5px solid rgb(59, 58, 58);
    border-right: 5px solid rgb(59, 58, 58);
    box-shadow: 0px 0px 0px 2px black ;
    width:30%; 
}

.button a:link{
   font-family: "Jura", sans-serif;
    font-size: 18px;
    color: white; 
    text-decoration: none;
}
.button a:visited{
    color: white;
}

.button:hover{
    background-color: var(--amethyst);
}
.tab-heading h2, h2{
    margin: 0px;
    font-family: "silkscreen", sans-serif;
    font-weight: 400;
    font-size: 30px;
}
.tab-heading {
    background-color: var(--amethyst);
    padding: 5px;
    text-align: left;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--lavenderpurple);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--indigo);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--amethyst);
}
.row{
    display:flex;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 10px;
    gap: 10px;
    

}

.column-content{
    display:flex;
    align-items: center;
    flex-direction: column;
}

.my-button{
    width: 176px;
}
.my-button img {
    display: block;
    width: 75%;
    margin: auto;
}
.scroll-box{
    overflow-y: scroll;
    overflow-x: hidden;
    overflow-wrap: anywhere;
    background-color: var(--wisteria);
    border: dashed 2px white;
    min-height:62px;
}

.my-button .scroll-box{
    height: 62px;
    margin: 10px 0; 
    width: 100%;
}

.content-box.update-log{
    flex-direction: column;
    flex-grow: 1;
}
.update-log .scroll-box{
    flex-grow: 1;
    margin: 10px;
}

.scroll-box p{
    font-size: 12px;
    margin:0;
    color: var(--amethyst);
}
.guestbook iframe{
    width:99%;
    height: 99%;
}
.guestbook{
    height: 500px;
}
.column-wide{
    width:70%;
}

.column-box{
    background-color: var(--lavenderpurple);
    border-top: 5px solid gray;
    border-left: 5px solid gray;
    border-bottom: 5px solid rgb(59, 58, 58);
    border-right: 5px solid rgb(59, 58, 58);
    box-shadow: 0px 0px 0px 2px black ;
    margin-bottom:10px;
}


.image-box{
    background-color: var(--indigo);
    width:25%;
    margin: 10px;
    border-top: 5px solid gray;
    border-left: 5px solid gray;
    border-bottom: 5px solid rgb(59, 58, 58);
    border-right: 5px solid rgb(59, 58, 58);
    box-shadow: 0px 0px 0px 2px black ;
    float: right;
}
.image-box img {
    width: 100%;
    margin: 0px;
    padding:0px;
    height:100%;
    display: block;
}
.column-narrow{
    background-color: var(--lavenderpurple);
    border: solid 5px black;
    width:28%;
    border-top: 5px solid gray;
    border-left: 5px solid gray;
    border-bottom: 5px solid rgb(59, 58, 58);
    border-right: 5px solid rgb(59, 58, 58);
    box-shadow: 0px 0px 0px 2px black ;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}

.button-grid{
    display:grid;
    grid-template-columns: auto auto;
    margin-bottom: 10px;
}
.button-grid img{
    max-width: 88px;
    max-height: 31px;
}

.content-box{
    display:flex;
    background-color: var(--indigo);
    border-top: 5px solid gray;
    border-left: 5px solid gray;
    border-bottom: 5px solid rgb(59, 58, 58);
    border-right: 5px solid rgb(59, 58, 58);
    box-shadow: 0px 0px 0px 2px black ;
    margin: 10px;
}

.content-box h3{
    margin: auto;
}
.likes {
    flex-grow: 1;
}
.dislikes {
    flex-grow: 1;
}

.likes h3, .dislikes h3{
    margin: 20px;
    
}

ul {
    font-family: "Jura", sans-serif;
}
.main p, .row p{
    padding: 10px;
}

.footer{
    background-color: var(--lavenderpurple);
    max-width: 790px;
    margin: 0 auto;
    margin-bottom: 100px;
    border-top: 5px solid gray;
    border-left: 5px solid gray;
    border-bottom: 5px solid rgb(59, 58, 58);
    border-right: 5px solid rgb(59, 58, 58);
    box-shadow: 0px 0px 0px 2px black ;
    text-align: center;
}
.footer p{
    font-size: 12px;
}

.nav-bar{
    display: flex;
    position: fixed;
    background-color: var(--amethyst);
    height: 15px;
    width: 500px;
    justify-content: center;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 5px solid gray;
    border-left: 5px solid gray;
    border-bottom: 5px solid rgb(59, 58, 58);
    border-right: 5px solid rgb(59, 58, 58);
    box-shadow: 0px 0px 0px 2px black ;
    
    
}
.nav-bar-image {
    visibility: hidden;
}
.nav-bar img {
    height: 60px;
    margin: 10px;
}

.nav-bar-image:hover img{
    animation-name: Grow-Button;
    animation-duration: 1s;

}
.nav-bar:hover {
    height: 75px;
    
    
}
.nav-bar:hover .nav-bar-image {
    visibility: visible;
}

.image-credits {
    position:fixed;
    left:0;
    bottom:0;
    background-color: rgba(128, 128, 128,0.3);
    max-width:200px;
    border-radius: 5px;
}
.image-credits p{
    margin:auto;
}

@media screen and (max-width: 800px){
   .main, .footer {
    max-width: 90%;

}
.star-image img{
    position: absolute;
    height: 50px;
}

.sitemap{
    display: none;
}

.row{
    display:flex;
    max-width: 90%;
    margin-top: 10px;
    align-items: center;
    flex-direction: column;

}
.column-content{
    align-items: center;
}
.column-wide, .column-content, .column-box,.column-narrow{
    width: 100%
}

.planet-image img{
    position: absolute;
    height: 50px;
    right: 0px;
}

.blinkies-stack{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 20px;
    width: 100%;   
}
.blinkies-stack img{
    width:100%;
    height: auto;
    display:block;
}
.button{
    width: 50%;
}
.nav-bar{
    display: flex;
    position: fixed;
    height: 60px;
    width: 100vw;
    justify-content: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    bottom: 0px;

    
    
}
.nav-bar:hover{
    height: 60px;
}
.nav-bar-image {
    visibility: visible;
}
.nav-bar img {
    height: 50px;
    margin: 5px;
}
.image-credits{
    display: none;
}
}