
body {
  
  font-family: verdana;
  background-color: #84e1d7;
  
}

.darkpage {
 background-color:#000000;
 color:#a0e1d9;
 font-family: verdana;
 

  
}

.darkpage a:visited {
  color:#b65bb2;
}

.personalpage {
  background-image: url('/images/OldWiz.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 95% 100%; 
}



@media only screen and (max-width:700px){
 .personalpage{
     background-size:70%;
     background-position: 100% 75%;
 }
  
}

.timeshrinepage{
 background-color:#000000;
 color:white;
 font-family:verdana;
 
}


.timeshrine   {
    min-width:400px;
    width:100%;
    text-align:center;
    
    
}

.shrineitem {
  width:40%;
  height:auto;
}

.shrineimage {
  display:inline-block;
  width:40%;
  height:auto;
  margin:1% 3%;
  border-style:outset;
  border-color:#07687b;
  border-width:5px;
  vertical-align:middle;
  text-align:center;
}

.invisibleshrinebox{
  display:inline-block;
  width:40%;
  position:relative;
  margin:1% 3%;
  vertical-align:middle;
  text-align:center;
  padding:5px;
  height: calc((100vw - 200px) * 0.3);
}

.borderlessshrineimage{
  display:inline-block;
  width:40%;
  height:auto;
  margin:2% 4%; 
  vertical-align:middle;
  text-align:center;
}

.shrinebox {
  display:inline-block;
  width:40%;
  height:auto;
  margin:1% 3%;
  position:relative;
  top:0;
  left:0;
  background-color: #07687b;
  color:white;
  border-style:outset;
  border-width: 5px;
  border-color:#07687b;
  vertical-align:middle;
  text-align:center;
}

.fakeoutbox{
  position:relative;
  left:0;
  top:0;
  margin:0;
  width:100%;
  height:calc((100vw - 200px) * 0.3);
}

.lunabox{
  height:calc((100vw - 200px) * 0.4);
}

@media only screen and (max-width:700px){
  .invisibleshrinebox{
    height:30vw;
  }
  
  .fakeoutbox{
    height:30vw;
  }
  .lunabox{
    height:40vw; 
  }
}

.fakeoutimage{
  position:absolute;
  left:0;
  top:0;
  margin-top: -2%;
  width:100%;
  
}
.crowded {
 margin: 0 -4%; 
}

.squeezeleft {
 position:relative;
 left: -10%
}

.squeezeright {
  position:relative;
  right: -2%
}

.shrineboxtext {
  margin:5px; 
  text-align:left;
  font-size: calc(0.8vw + 0.25em);
}
.slowlyspinning{
 
  animation: rotation 50s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}


.pixelated {
    image-rendering: pixelated;
    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges;
}

.TVratio { /*Aspect ratio for TV clips*/
  aspect-ratio: 4/3;
}

.WSratio { /*Aspect ratio for widescreen film clips*/
  aspect-ratio:16/9;
}
.XWSratio { /*Aspect ratio for very widescreen film clips*/
  aspect-ratio:2.2/1;
}

td {
 
  text-align:center;
  border-collapse:collapse;
  
}



th{
  background-color:#d48cd4;
  padding:5px;
  border-collapse:collapse;

}

ul {
 display:inline-block; 
 
}

@font-face {
  font-family: Bodega;
  src: url('https://magicwords.neocities.org/bits/BODEGASANS-BLACK.OTF');
}
@font-face {
  font-family: WindowsPixel;
  src: url('https://magicwords.neocities.org/bits/WindowsRegular.ttf');
}


h1 {
 font-family: Bodega; 

}

.gametitle {
  color:#b65bb2;
  font-family: Bodega;
  font-size:3.5em;
  margin: 0.1em 0;
  max-width:60%
}
.titlecard{
  width:auto;
  max-width:500px;
  height:150px;
}


.titlelogo {
  float:right;
  max-width:40%;
}

.bigtext {
  font-size:2em;
  display:inline-block;
  vertical-align:middle;
}
 
  
.main-text {
  
  margin-left:185px;
  font-family:verdana;
}

@media only screen and (max-width:700px){
 .main-text {
  margin-left:0;
  margin-top:210px;
 }
 
 
}

.maintext a {
  color: #1e6da0;
  
}

.maintext a:visited {
 color: #b65bb2;
 
}

.buttonzone {
  max-width:450px;
  
}
.buttonzone img{
  margin:0 5px;
  
}


.blocksection {
 background-color:#1e6da0;
 color:#ffffff;
 padding:15px;
 margin:15px;
 display:inline-block;
 vertical-align:middle;
 text-align:center;
}

.blocksection a{
  color:#FFFFFF;
}

.movecard {
 
 background-color: #d48cd4;
 color:black;
 border-style:outset;
 border-width: 5px;
 border-color:#d48cd4;
 
 max-width:50em;
 padding:15px;
 margin:20px;

}

.vignette {
  
  background-color: #1e6da0;
  color:white;

 
  max-width:70em;
 
  padding:15px;
  border-style:outset;
  border-width:5px;
  border-color:#1e6da0;
  margin: 10px;
  
}


.sidebarcontainer {
  height:auto;
  width: 165px;
  position:fixed;
  left:0;
  top:0;
  
  
}

.sidebar {

  padding:5px 10px;
  text-align:center;
 
  border-style:solid;
  border-width:10px;
  border-color:#1e6da0;
  
  color:white;
  background-color:#b65bb2;
  background-image: linear-gradient(#b65bb2, #b65bb2, #07687b);
  
}

.sidebar2 {
  border-style:solid;
  border-width:3px;
  border-color: #f2f2f2 #454545 #454545 #f2f2f2;
  
  color:white;
  background-color:#c5c5c5;
  background-image:none;

  
  
}




.sidebar a {
 
  background-color:#07687b;
  display:block;
  margin:10px;
  text-decoration:none;
  padding:5px;
  text-align:center;
  color:#FFFFFF;
  border-style:outset;
  border-color:#07687b;
  border-width:3px;
  
}

.sidebar .urhere {
  
  background-color: #1e6da0;
  border-style:inset;
  border-color: #1e6da0;
  color:#FFFFFF;
}



.sidebar a:visited{
 color:white; 
}

.sidebar a:hover{

  background-color:#a0e1d9;
  border-color:#a0e1d9;
  color:#000000;
}

.sidebar2 a {
 color:black;
 background-color:#c5c5c5;
 border-color: #f2f2f2 #454545 #454545 #f2f2f2;
}




.sidebar2 .urhere {
  border-color: #454545 #f2f2f2 #f2f2f2 #454545;
  background-color:#c5c5c5;
}



.sidebar2 a:visited{
  color:black;
}

.sidebar2 a:hover {
 background-color:lightgray;
 border-color:lightgray;
}




.sidebar .homebutton a{
  /*background: url('https://magicwords.neocities.org/images/MWLogoWhite.png');
  height:95px;
  width:116px;*/
  color:white;
  padding:0;
  border-style:none;
  margin:10px;
  background-color:#b65bb2;
  background-color:rgba(255,0,0,0.0);   
  font-family:Bodega;
  font-size:2.5em;
  line-height:0.9;
}


.sidebar .homebutton a:hover {
  transform:none;
  /*background: url('https://magicwords.neocities.org/images/MWLogoBlue.png');*/
  
  background-color:#ffffff;
  background-color:rgba(255,0,0,0.0);
  text-decoration:none;
  color:white;
  text-shadow: 0 0 20px #a0e1d9;
}

@media only screen and (max-width: 700px) {
  .sidebarcontainer{
    position:absolute;
    left:0;
    top:0;
    width:100%
  }
  
  .sidebar {
    height:auto;
    padding:0;
    border-style:none none solid none;
    border-width: 0 0 10px 0;
  }
  .sidebar2{
    width:100%;
    height:auto;
    position:absolute;
    
  }
  
  .sidebar a {
    width:23%;
    padding:4px;
    display:inline-block; 
    margin:3px;
    font-size:0.7em;
   
  }
  .sidebar .homebutton a{
      width:250px;
  }
}





.beginnerlink {
    display:inline-block;
    background: url('https://magicwords.neocities.org/images/HandsIllustration.gif');
    height:300px;
    width:300px;
    margin:15px;
    border-style:solid;
    border-width:10px;
    border-color:#1e6da0;
}
.beginnerlink:hover {
    background: url('https://magicwords.neocities.org/images/HandsIllustration2.gif');
    border-color:#d48cd4;
}
.expertlink {
    display:inline-block;
    background: url('https://magicwords.neocities.org/images/Pose1.gif');
    height:300px;
    width:300px;
    margin:15px;
    border-style:solid;
    border-width:10px;
    border-color:#1e6da0;
}
.expertlink:hover {
    background: url('https://magicwords.neocities.org/images/Pose2.gif');
    border-color:#d48cd4;
}


.clickable {
    cursor: pointer;
}

.BGcursor{
    cursor: url('/shrine/images/Buttons/BGcursor.png'), auto; 
}

.HScursor{
    cursor: url('/shrine/images/Buttons/HScursor.png'), auto; 
}

.SDVcursor{
    cursor: url('/shrine/images/Buttons/SDVcursor.png'), auto;
}

.popimage {
  margin:10px;
  transition: all .2s ease-in-out; 
  
}

.popimage:hover {
  transform: rotate(-20deg); 
  
}

.invisiblepreload{
  height:1px;
  width:1px;
}

.button {
  background-color: #b65bb2;

  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}

.player{
  color:white;
  background-color:#07687b;
  border-width:7px;
  border-radius:50%;
  border-style:solid;
  border-color:#b65bb2;
  height:8em;
  width:8em;
  text-align: center;
  text-decoration: none;
  font-size:16px;
  margin:10px;
  }
  
.player:hover {
  color:black;
  background-color:#d48cd4;
  
}
.player2{
  color:white;
  background-color:#1e6da0;
   
}

.neatobox {
  color:black;
  font-family:Arial;
  font-size:16px;
  background-color:#c5c5c5;
  border-style:solid;
  border-width:3px;
  border-color: #f2f2f2 #454545 #454545 #f2f2f2;
  width:20em;
  max-width:85%;
  margin:10px;
  display:inline-block;
  vertical-align:top;
}
.neatoboxtext {
  margin:10px; 
}

.neatobar {
  font-family:WindowsPixel;
  letter-spacing:0.05em;
  background-color:#010081;
  color:white;
  width:98%;
  margin:2px;
  padding: 1px 0 0 2px;
}

.neatobarx{
  color:black;
  font-family:arial;
  font-size:10px;
  background-color:#c5c5c5;
  border-style:solid;
  border-color: #f2f2f2 #454545 #454545 #f2f2f2;
  border-width:3px;
  float:right;
  margin:2px;
  
}

.neatotypespace{
  background-color:white;
  color:black;
  margin:5px;
  padding:5px;
  border-style:solid;
  border-width:3px;
  border-color: #454545 #f2f2f2 #f2f2f2 #454545;
}

.neatobutton {
  color:black;
  font-size:16px;
  font-family:WindowsPixel;
  letter-spacing:0.05em;
  background-color:#c5c5c5;
  border-style:solid;
  border-width:3px;
  border-color: #f2f2f2 #454545 #454545 #f2f2f2;
  min-width:47%;
  margin:3px;
  padding:4px;
  cursor: pointer;
  text-decoration:none;
}


.neatobutton:active{
  border-style:solid; 
  border-color: #454545 #f2f2f2 #f2f2f2 #454545;
  background-color:#d8d8d8;
}


.LLFAgrad {
  background-image: linear-gradient(#a0e1d9, #a0e1d9, #b65bb2);
  background-attachment: fixed;
  background-size:cover;
}

/*  Here the old pallette colors
    #00887C    Pine Turquoise
    #963484    90s Purple
    #E0ADC5    Light Lavender
    #4155BE    Shimmering Blue
    #80FFEC    Salty Sky Blue 
    
    
    NEW SAILOR MOON COLOR SCHEME
    
    #b65bb2     Darker lilac
    #d48cd4     Lighter lilac
    #a0e1d9     Faded Aquamarine -- backup for GIFFF #84e1d7
    #1e6da0     City Night Blue
    #07687b     Night Ocean Teal
    
*/


  