

#transition-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  z-index: 9999;
  pointer-events: none;
}

*{
    font-family:GDOS;
    font-weight: 100;
    line-height: 20px;
    word-spacing: 3px;
    color:rgb(37, 226, 37);
}

body{

    background-color: #00fff2;
    background-color: rgb(35, 35, 35);
    margin:0;
    padding:0;
}

header
{
    display:none;
}

.no-scroll
{
    overflow:hidden;
}

h2
{
    font-family:ka1;
    font-size: 1.5rem;
    font-weight: 100;
    line-height: 30px;
}

h1
{
    line-height: 30px;
}

p
{
    font-size: .65rem;
}

a
{
    color:inherit;
    text-decoration-line: none;
    font-size: .65rem;
    line-height: 20px;
}

img
{
    width:100%
}

.img-pixel
{
    image-rendering: pixelated;
}

.dolphin-img
{
    width: 100%;
    height: fit-content;
    mask-image: url("../images/pixel-dolphin-v2.png");
    mask-size: cover;
    background-color: red;
}

.dolphin-img img
{
    opacity: 0;
}

.img-scale-50
{
    width: 50%;
}

.img-scale-25
{
    width: 25%;
}

a:visited
{
    color:inherit;
}

a:hover
{
    color: greenyellow;
    cursor: pointer;
}

.main-container
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    color: #608de0;
}

.main-panel
{
    border-style: dashed;
    border-radius: 3px;
    min-width: 0;
    max-width:6in;
    min-height: 4.5in;
    padding-left: 4rem;
    padding-right: 4rem;
}

.main-panel .nav-bar
{
    display: flex;
    justify-content: space-between;
    padding:5px;
}

.main-panel .hero
{
    display: flex;
    text-wrap:balance;
}

.main-panel .hero-content
{
    width:10in;
}

.main-panel .blog-list
{
    text-align: left;
}

.main-panel .blog-list ul
{
    padding-left: 0px;
    margin: 0;
    list-style: none;
}

.main-panel .blog-list li
{
    padding: 0;
    padding-top:8px;
    margin: 0;
}


.post-container
{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.post-panel
{
    border-style: dashed;
    border-radius: 3px;
    width:7in;
    max-height: fit-content;
    min-height: 4.5in;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom:4rem;
    padding-top:2rem;
    margin-top:1in;
    margin-bottom:1in;
}

.post-container p
{
    font-size:1rem;
}

.page-nav-container li
{
    display: flex;
    align-items: center;
    justify-content: center;
}

.todo-header
{
    padding:14px;
    position: absolute;
    left:0;
    top: 0;
    font-weight: 100;
    font-size: .8rem;
    font-size: .6rem;
}
.todo-header li, .todo-header ul
{
    padding:0;
}

.QOTD
{
    position:absolute;
    max-width: 30%;
    bottom:0;
    padding:10px;
    text-wrap: balance;
    text-align: center;
}

.version-footer
{
    position: absolute;
    left:0;
    bottom: 0;
    font-weight: 100;
    font-size: .8rem;
}

#dropdown-menu
{
    width:100%;
    height:100vh;
    background-color:rgba(0, 0, 0, 0.726);
    position: fixed;
    right:0;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    z-index: 4;
}

#dropdown-menu button
{
    position: fixed;
    font-size: 2rem;
    right:10px;
    top:20px;
    background:none;
    border: none;
}

#dropdown-menu button:hover
{
    color:lightgreen;
    cursor: pointer;
}

#nav-mobile-btn
{
    background:none;
    border: none;
    font-size: 4rem;
    right:0;
    top:15px;
    display:none;
}

#menu-btn:hover
{
    color:lightgreen;
    cursor: pointer;
}

[data-insert="oe-nav"]
{
    position: sticky;
    top:0;
    z-index:1;
}

[data-insert="oe-nav"].index
{
    display: none;
}

.nav-container
{
    width:100%;
    height:.7in;
    background-color:rgb(44, 44, 44);
    display: flex;
    justify-content: center;
}

.nav-container li
{
display: flex;
align-items: center;
}

.nav-list-container
{
width:6.5in;
display: flex;
justify-content: center;
}

.nav-ul
{
padding:0;
list-style:none;
display: flex;
width: 100%;
justify-content: space-between;
}

.nav-mobile-btn
{
position: absolute;
left:0;
height: 100%;
aspect-ratio: 1;
font-size: 4rem;
background: none;
border: 0;
display:none;
z-index: 5;
}

.nav-mobile-button:hover
{
cursor:pointer;
}

@media (max-width:1000px)
{
    .nav-container
    {
        justify-content: end;
    }

    .nav-ul
    {
        justify-content: space-around;
    }
}

@media (max-width:800px)
{
    .main-panel
    {
        max-width:70vw;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .version-footer
    {
        display: none;
    }

    .nav-ul
    {
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: space-around;
    }

    .nav-ul a
    {
        font-size: 1.2rem;
    }

    .nav-mobile-btn
    {
        display:inline;
    }

    .nav-list-container
    {
        width:100%;
        background-color: rgb(44, 44, 44);
        height:0in;
        z-index: 4;
        position:absolute;
        top:.7in;
        transition: height ease .6s;
    }

    .button
    {
        display:none;
    }

    .nav-list-container.show
    {
        height:3.5in;
        transition: height ease .6s;
    }

    .hide a
    {
        display:none;
    }

    [data-insert="oe-nav"].index
    {
        display: inline;
        position:fixed;
        width:100%;
        height:.7in;
    }
}

@media (max-width:550px)
{

    #dropdown-menu a
    {
        font-size: 1.8rem;
    }

    header
    {
        display: flex;
    }

    .nav-bar *
    {
        display: none;
        background-color: blue;
    }

    .todo-header
    {
        display:none;
    }
}

@media print {
    *
    {
        background:none;
        color:rgb(0, 0, 0);
    }
}