
@import url('https://fonts.googleapis.com/css2?family=Jura&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Beastly:wght@300..700&family=Rubik+Beastly&display=swap');


:root {
  --grey: grey;
}

body {
  background-color: var(--grey);
}

#preloader {
  background: var(--grey)
    url("/MISC/planet.gif")
    no-repeat center;
  align-items: center;
  justify-content: center;
  width: 100%;
  display: flex;
  position: fixed;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 9999;
}

body {
    color: black;
    background-color: grey;
    font-family: "Scope One";
    margin: auto;
    height: auto;
    width: 900px;
}

::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: transparent;
}

header {
    font-family: courier;
    font-size: 13px;
    margin: 0 auto;
    width: 900px;
    display: inline-block;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

img {
    filter: saturate(0%);
    transition: filter 0.1s ease;
    border: 1px solid black;
    
}

img:hover {
    cursor: grab;
    filter: saturate(100%);
    
}

a {
    color: black;
    text-decoration: underline 1px darkgrey wavy;
    
}

a:after {
    color: red;  
}

a:hover {
    transition: .1s ease;
    background-color: lavender;
}
.title {
    max-width: 100%;
    width: 300px;
    margin: auto;
    position: absolute;
    opacity: 30%;
    left: 84%;
}
.title:hover {
    rotate: 1deg;
    opacity: 80%;
}
/* container */
.ui-tabs-vertical { 
    position: relative;
    left: -200px;
    width: 110px;
    height: 161px;
    
}
    /* button outer */
.ui-tabs-nav {  
    background: transparent;
    list-style-type: none;
    font-size: 13px;
    width: 80px;
    z-index: 1;
    margin: auto;
    
}
    /* buttons */
.ui-tabs-nav li { 
    margin: 5px auto;
    border: 1px dotted white;
    border-radius: 3px;
    padding: 3px;
    font-family: courier;
    background-color: lightgrey;
    text-decoration: none;
    
}
    /* text */
.ui-tabs-nav li a { 
    display: block;
    background: transparent;
    text-align: center;
    cursor: grab;
}

    /* active button */
.ui-tabs-nav li.ui-tabs-active { 
    filter: drop-shadow(0px 0px 6px white);
    transform: scale(1.1);
    transition: ease 0.3s;
    cursor: grab;

}
    /* content */
.ui-tabs-panel {  
      position: relative;
      top: -170px;
      left: 150px;
      width: 1000px;
      padding: 10px;
      background-color: white;
      border: 1px dotted grey;
      border-radius: 3px;
      overflow: scroll;
      height: auto;
      filter: drop-shadow(3px 3px black);
}
footer {
    width: 500px;
    max-width: 100%;
    margin: auto;
    text-align: center;
    font-family: "Jura";
    color: black;
    margin-top: 550px;
    display: block;
}

h1 {
    font-family: serif;
    font-size: 27px;
    text-decoration: underline black 1px dotted;
    color: black;
    text-align: right;
}

h2 {
    font-family: serif;
    font-size: 23px;
    color: black;
    text-decoration: underline 1px darkgrey wavy;
    
}

h3 {
    font-family: serif;
    font-size: 17px;
    color: black;
    border-bottom: black 1px dotted;
    text-align: right;
    
}

h4 {
    font-family: serif;
    font-size: 15px;
    text-align: center;
    text-decoration: underline;
    
}

hr {
    width: 100px;
    border: transparent;
    border-bottom: 1px dotted grey;
    
}


summary {
    list-style-type: none;
    text-decoration: underline black 1px wavy;
    
    
}
.change {
    border: 1px solid black;
    overflow: scroll;
    padding: 5px;
    height: 300px;
}
.truths {
    overflow: scroll;
    padding: 10px;
    font-family: courier;
    font-size: 13px;
    height: 500px;
    border: 1px solid black;
}

.truths > hr {
    border: 1px dotted black;
    width: 500px;
    border-left: 0px;
    border-right: 0px;
    
}
.photo {
    margin: auto;
    width: 1000px;
    flex-direction: wrap row;
    justify-content: space-evenly;
    padding: 2px;
    padding-top: 10px;
    text-decoration: none;
    
}

.photo > a {
    text-decoration: none;
    width: 100px;
    
}

.photo > a:hover {
    cursor: grab;
    filter: drop-shadow(2px 2px grey);
    z-index: 2;
    background-color: transparent;
    
}

.photo2 {
    margin: auto;
    width: auto;
    flex-direction: wrap row;
    justify-content: space-evenly;
    text-decoration: none;
}

.photo2 > a {
    text-decoration: none;
    width: 100px;
}

.photo2 > a:hover {
    cursor: grab;
    filter: drop-shadow(2px 2px grey);
    z-index: 2;
    background-color: transparent;
}
.map {
    max-width: 100%;
    width: 500px;
    border: 1px solid black;
}
.maptext {
    position: absolute;
    left: 55%;
    top: 20%;
    border: 1px dotted black;
    width: 400px;
    height: auto;
    overflow: scroll;
    padding: 3px;
}
#accordion {
        font-family: courier;
        font-size: 12px;
        padding: 20px;
        overflow: scroll;
        padding-bottom: 0px;
}

/*magnify*/
.container {
    position: relative;
    max-width: 1000px;
    margin: 0; 
    box-sizing: border-box;
}
/* img */
#clickSwap {
    touch-action: none;
    max-width: 100%;
    margin: 0; 
    box-sizing: border-box; 
}
/* magnifying glass img*/
#magnifier {
    --radius: 60;
    position: fixed;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
    margin: calc(var(--radius) * -1px);
    border-radius: 0%;
    background: no-repeat;
    border: 1px solid black;
    pointer-events: none;
    opacity: 0;
    filter: drop-shadow(2px 2px 2px black);
    transition: opacity 0.2s;
    margin: 0; 
    box-sizing: border-box;
    cursor: pointer;
}

/* prev
--radius: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1px solid #888;
  pointer-events: none;
    margin: 0; 
    box-sizing: border-box; 
*/

#clickSwap:hover+#magnifier {
    opacity: 1;
    margin: 0; 
    box-sizing: border-box;
    cursor: pointer;
}
