/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
   
/*main page*/

#main-page-body {
  background-image: url(https://4kwallpapers.com/images/wallpapers/stars-galaxy-3840x2160-10307.jpg);
  color: white;
  font-family: Verdana;
}

#header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.whitestar {
  height: 30px;
  width: auto;
  padding: 20px;
}

#intro-sect {
  background-color: black;
  border-style: solid;
  border-color: white;
  padding-right: 20px;
  padding-left: 20px;
  }
  
  a:link {
    color: white;
    }
    
  a:visited {
    color: Coral;
  }

a:hover {
  color: red;
  font-weight: bold;
}

.zoom {
  padding: 10px;
  transition: transform .2s; /* Animation */
  width: 120px;
  height: 120px;
  margin: 5px;
  float: left;
  text-align: center;
}

.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

#nav-box {
 height: 200px; 
 background-color: black;
 border-style: solid;
 border-color: white;
 padding-bottom: 20px;
 margin-top: 20px;
 display: flex;
 justify-content: center;
}

.nav-btn {
 height: 120px; 
}

/* not found page*/

#nf-text {
  padding-bottom: 20px;
}

#home-link:link {
    color: white;
    }
    
#home-link:visited {
    color: white;
  }

#home-link:hover {
  color: white;
}



/*galacta knight shrine page */

#gk-shrine-body {
  background-image: url(https://files.catbox.moe/p7p96y.jpg);
}

#header-gk {
 margin-bottom: 50px; 
 background-color: mediumvioletred;
 border-style: solid;
 border-color: white;
 padding-bottom: 15px;
}

#header-gk-text {
  width: 500px;
  height: auto;
}
  
#gk-music {
 width: 1000px;
 height: 40px;
 margin-bottom: 10px;
}

.gk-sprites {
  width: 250px;
  height: auto;
}

.gk-text-sections {
 background-color: mediumvioletred;
 border-style: solid;
 border-color: white;
 margin-left: 250px;
 margin-right: 250px;
 color: white;
 font-size: 25px;
}

.gk-section-text {
 padding-left: 10px; 
}

.gk-section-title {
 background-color: white;
 color: mediumvioletred;
 margin-top: 0px;
}

 #gk-hc-list {
 list-style-type: none; 
 margin-left: -10px;
}

.star-point {
 width: 15px;
 height: auto;
 padding-right: 5px;
}

.gk-star {
 width: 19px; 
 padding-right: 8px;
 margin-bottom: 0px;
}

#gk-left-sprite {
 position: fixed;
 bottom: 0;
 left: 0;
 animation-name: gk-bob;
 animation-duration: 4s;
 animation-iteration-count: infinite;
 animation-timing-function: ease-in-out;
 animation-direction: alternate; 
}


@keyframes gk-bob {
  0%   {bottom:50px;}
  50%  {bottom:100px;}
  100% {bottom:50px;}
} 

#gk-right-sprite {
 position: fixed;
 bottom: 50px;
 right: 0; 
}

#home-link-gk:link {
    color: white;
    }
    
#home-link-gk:visited {
    color: white;
  }



/*Trucy Shrine*/

#tw-shrine-body {
 background-image: url(https://files.catbox.moe/hoy4u6.jpg);
 font-family: monospace;
}

#tw-title {
 background-color: deepskyblue; 
 color: white;
 text-align: center;
 height: 50px;
 vertical-align: middle;
 font-size: 50px;
}

.whitestartw {
 height: 40px;
 width: auto;
 padding: 20px;
}

#headertw {
 display: flex;
 justify-content: center;
 align-items: center;
 background-color: deepskyblue; 
 height: 50px;
 margin-bottom: 20px;
}

#trucy-fullbody-right {
 position: fixed;
 right: 0;
 bottom: 50px;
}

#make-smaller {
 height: 650px;
}

#child-of-magic {
  padding-bottom: 10px;
  width: 225px;
  position: fixed;
  right: 10px;
  bottom: 10px;
}

#trucy-chibi {
 position: fixed;
 bottom: 0;
 left: 0;
 animation-name: tw-bob;
 animation-duration: 0.7s;
 animation-iteration-count: infinite;
 animation-timing-function: ease-in-out;
 animation-direction: alternate;
}

 @keyframes tw-bob {
  0%   {bottom:50px;}
  50%  {bottom:150px;}
  100% {bottom:50px; transform: rotateY(180deg);}
} 

#trucy-chibi-img {
 height: 300px; 
}

.tw-text-sections {
 background-color: deepskyblue;
 border-style: solid;
 border-color: white;
 margin-left: 250px;
 margin-right: 250px;
 color: white;
 font-size: 20px;
}

.tw-section-title {
 background-color: white;
 color: deepskyblue;
 margin-top: 0px;
}

.tw-section-text {
 padding-left: 10px; 
}

#tw-hc-list {
 list-style-type: none; 
 margin-left: -10px;
}

#home-link-tw:link {
    color: royalblue;
    }
    
#home-link-tw:visited {
    color: royalblue;
  }
  
  /*Mizuki Date Shrine*/
  
  #md-fullbody-12 {
   position: fixed;
   left: 2px;
   bottom: 50px;
   height: 623px;
   width: 322px; 
   background-image: url(https://files.catbox.moe/4ygvty.webp);
   background-size: cover;
  }
  
  #md-fullbody-12:hover {
   position: fixed;
   left: 30px;
   bottom: 50px;
   height: 625px;
   width: 256px; 
   background-image: url(https://files.catbox.moe/5v1kc4.webp);
   background-size: cover;
  }
  
  #md-shrine-body {
   background-color: moccasin; 
   background-image: url(https://files.catbox.moe/sp545u.jpg);
  }

.md-text-sections {
 background-color: moccasin;
 border-style: solid;
 border-color: black;
 margin-left: 320px;
 margin-right: 350px;
 color: black;
 font-size: 20px;
}

.md-section-title {
 background-color: black;
 color: moccasin;
 margin-top: 0px;
}

.md-section-text {
 padding-left: 10px; 
}

#arcane-incantation {
  padding-bottom: 10px;
  width: 320px;
  position: fixed;
  right: 10px;
  bottom: 10px;
}

#headermd {
 /* display: flex;
 justify-content: center;
 align-items: center; */
 background-color: black; 
 height: 80px;
 margin-bottom: 20px;
 color: moccasin;
 text-align: center;
 margin-top: -20px;
}

#md-title {
 background-color: black; 
 color: moccasin;
 text-align: center;
 height: 50px;
 vertical-align: middle;
 font-size: 50px;
}

#md-hc-list {
 list-style-type: disc; 
 margin-left: -10px;
}

#md-fullbody-18 {
   position: fixed;
   right: 10px;
   bottom: 70px;
   height: 500px;
   width: 324px; 
   background-image: url(https://files.catbox.moe/ud9ve6.png);
   background-size: cover;
  }
  
  #md-fullbody-18:hover {
   position: fixed;
   right: 10px;
   bottom: 70px;
   height: 470px;
   width: 332px; 
   background-image: url(https://files.catbox.moe/jwj7gs.png);
   background-size: cover;
  }
   
   #home-link-md:link {
    color: moccasin;
    }
    
#home-link-md:visited {
    color: moccasin;
  }
  
 #md-hoverpls {
  margin-top: -30px 
 }
   



