@font-face {
  font-family: "pixelSans";
  src: url('misc/fonts/pixelSans.ttf') format('truetype');
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: black;
}

::-webkit-scrollbar-thumb {
    background: white;
}

::-webkit-scrollbar-thumb:hover {
    background: #dc1b53;
}

html {
    scroll-behavior: smooth !important;
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    font-family: "pixelSans";
    font-size: 20pt;
    margin: 0px;
    padding: 0px;
    background-color: black;
    text-decoration: none;
}

.socials {
    position: absolute;
    display: flex;
    top: 5px;
    right: 20px;
    z-index: 2;
}

nav {
    display: flex;
    background-color: white;
    overflow: auto;
    justify-content: space-around;
}

nav a {
    float: left;
    padding: 20px;
    color: black;
    text-decoration: none;
    text-align: center;
}  

.white-bar{
    position: relative;
    padding: 20px;
    height: 20pt;
    background-color: white;
    z-index: 0;
}

.content-top {
    display: flex;
}

.socials svg:hover {
        fill: black;
}

nav a:hover{
    color: #dc1b53;
}

.cover-text {
    color: white;
    text-decoration: none;
}

.meet-kira {
    padding-top: 100px;
    /* thought you figured out her name huh? */
    /* tough luck*/
    /* cuz */
    /* this is just a placeholder */
    /* heh */
}

.meet-kira img {
    padding: 20px;
}

#square-overlay{
    position: absolute;
    top: 0px;
    right: 0px;
    pointer-events: none;
    min-height: 1600px;
    width: 100%;
    z-index: 1;
}

.guide {
    display: block;
    
}

.text-box {
    position: absolute;
    color: white;
    line-height: 0pt;
    z-index: 3;
    background-color: black;
    padding: 30px;
    right: 0px;
    bottom: 60%;
    width: 30%;
    min-width: 200px;
    outline-style: dashed;
    outline-width: 5px;
}

.red-text {
    color: #dc1b53;
    text-decoration: none;
}

.blue-text {
    color: #0bd9be;
    text-decoration: none;
}

.guide-kira {
    position: absolute;
    z-index: 2;
    right: 10%;
    bottom: 10%;
}

#kira {
    max-width: 210px;
    height: auto;
    width: auto;
    transform: scaleX(-1);
}

.content {
    padding-top: 1000px;
    padding-bottom: 800px;
    justify-self: center;
    justify-content: center;
}

.paragraph-spacing {
    padding-top: 800px;
}

.content img {
    display: block;
    justify-self: center;
    margin: auto;
}

footer {
    background-color: white;
}

.legal {
    justify-self: center;
    padding: 20px;
}

.legal p {
    justify-self: center;
    line-height: 0pt;
}

.tours {
    display: flex;
    gap: 50px;
    color: white;
    justify-content: center;
}

.tour-click:hover {
    opacity: 0.5;
}

.tour p{
    justify-self: center;
}

.scroll-up {
    position: fixed;
    bottom: 50px;
    right: 50px;
    background-color: white;
    color: black;
    z-index: 3;
    padding: 10px;
    text-decoration: none;
}

.scroll-up:hover {
    color: white;
    background-color: #dc1b53;
}

