@font-face {
    font-family: 'Everyday Typical';
    src: url('Fonts/Everyday_Typical.ttf');
}
@font-face {
    font-family: 'Everyday Typical Bold';
    src: url('Fonts/Everyday_Typical_Bold.ttf');
}
@font-face {
    font-family: 'Everyday Typical Blocky';
    src: url('Fonts/Everyday_Typical_Blocky.ttf');
}
@font-face {
    font-family: 'Metalic';
    src: url('Fonts/Spacerunner.otf') format('WOFF2'),;
}
button{
    border:none;
    background: transparent;
}
*{
    user-select: none;
}
.debug {
    * {
        outline: black 1px solid;
    }
}
body{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    min-height: 80vh;
}
.NavContainer{
    z-index: 100;
    box-sizing: border-box;
    padding:0.5vh;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 7vh;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    align-content: center;
}
.Logo{
    margin: 0 1vh;
    width: 7vh;
    height: 7vh;
    background-image: url("../Assets/PenHD.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    transition: 0.5s;
}
.Logo:hover{
    transform: scale(1.2);
}
.Hamburger{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0 2vh;
    width: 5vh;
    height: 5vh;
    cursor: pointer;
}
.Hamburger.Active{
    .HamburgerSlab.First{
        transform: rotate(45deg) translateX(1.125vh)translateY(0.9vh);
    }
    .HamburgerSlab.Middle{
        color:transparent;
        background-color:transparent;
    }
    .HamburgerSlab.Last{
        transform: rotate(-45deg)  translateX(0.75vh)translateY(-0.75vh);
    }
}

@media only screen and (min-aspect-ratio: 1.15/1) {
    .Mobile{
        display: none !important;
    }
    .HamburgerNavMenu{
        padding: 0.5vh;
        position: relative;
        display: flex;
        transform: translateX(100vw) translateY(0);
        transition: 0.25s;
        justify-content: left;
        flex-direction: row;
        align-items: center;
        align-content: center;
    }
    .NavButton{
        margin:  0 1vh;
        font-size: 2.5vh;
    }
    .Title{
        font-size: 3vh;
        margin:  0 1vh;
    }
    .IntroTextBox{
        width: 40vw;
        padding: 1vh;
        margin:1vh;
    }
    .ShowcaseImage{
        margin: 1vh;
        width: 50vw;
        height: 26.41vw;

    }
    .IntroTextContent{
        justify-content: flex-start !important;
        align-self: flex-start;
    }
    .Introduction{
        display: flex;
        justify-content: space-between !important;
        max-width: 98vw;
        width: 90vw;
    }
    .HorizontalFlex{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
    }
    .VerticalFlex{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
    }
    .ContentContainer{
        margin-top: 7vh;
        max-width: 100vw;
        overflow: hidden;
        padding: 1vh;
    }
    .standardText{
        font-size: 2vh;
    }
    .ContentTitle{
        max-width: 40vw;
        flex-wrap: wrap;
    }
    .BigTitle{
        font-family: "Everyday Typical Bold", serif !important;
        font-size: 7vh;
        transition: 0.25s;
    }
    .BigTitle:hover{
        font-size: 7vh !important;
        transform: translateY(-10%) translateX(-0%) scale(100%) !important;
        filter: drop-shadow(slategray 0vh 1vh);
    }
    .BigTitle{
        text-shadow: slategray 0vh 1vh 0vh 0vh !important;
        background-color: transparent;
        filter: drop-shadow(slategray 0vh 1vh);
    }
    .ToolContent.Active{
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-content: center;
        align-items: center;
        padding: 1vh;
    }
}
.FancyTitle{
    font-family: "Everyday Typical Bold", serif !important;
    background-color: transparent;

    filter: drop-shadow(slategray 0vh 0.5vh);
}
.ScrollBox{
    overflow-x:scroll ;
}
.MainTitle{
    max-width: 100vw !important;
    width: 90vw !important;
    justify-self: left !important;
}
@media only screen and (max-aspect-ratio: 16/9)and (min-aspect-ratio: 1.15/1) {
    .ShowcaseImage{
        margin: 1vh;
        width: 50vw;
        height: 70vh;
    }
    .IntroTextBox{
        width: 50vw;
        padding: 1vh;
        margin:1vh;
    }
}
@media only screen and (max-aspect-ratio: 1.15/1) {
    .Desktop{
        display: none !important;
    }
    .HamburgerNavMenu{
        padding: 0.5vh;
        position: fixed;
        display: flex;
        top: 9vh;
        right: 0;
        transform: translateX(0) translateY(-100vh);
        transition: 0.25s;
        justify-content: flex-start;
        flex-direction: column;
        align-items: center;
        align-content: center;
    }
    .NavButton{
        margin:  1vh;
        font-size: 2vh;
    }
    .Title{
        font-size: 2.5vh;
        margin:  0 0.5vh;
    }
    .IntroTextBox{
        width: 80vw;
        padding: 1vh;
        margin:1vw;
    }
    .ContentTitle{
        margin-top:2vh;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        justify-content: center !important;
    }
    .TitleContainer{
        max-width: 80vw;
    }
    .IntroTextContent{
        justify-content: flex-start !important;
        align-self: flex-start;
    }
    .Introduction{
        display: flex;
        justify-content: space-between !important;
        max-width: 98vw;
        width: 90vw;
    }
    .HorizontalFlex{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
    }
    .VerticalFlex{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
    }
    .ContentContainer{
        margin-top: 7vh;
        max-width: 100vw;
        overflow: hidden;
        padding: 1vh;
    }
    .standardText{
        font-size: 1.5vh;

    }
    .ShowcaseImage{
        margin: 1vh;
        width: 80vw;
        height: 120vw;
    }
    .BigTitle{
        font-size:3vh;
    }
    .BigTitle{
        text-shadow: slategray 0vh 0.5vh 0vh 0vh !important;
        background-color: transparent;
        filter: drop-shadow(slategray 0vh 0.5vh);
    }
    .ToolContent.Active{
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-content: center;
        align-items: center;
        padding: 1vh;
    }
    .ToolTabBar{
        overflow-x: scroll;
        overflow-y: hidden;
    }
}
.watermark{
    position:fixed;
    bottom: 0;
    left: 0;
}
.NavButton:hover{
    transform: scale(1.1);
    font-family: "Everyday Typical Blocky", serif;
}
.standardText{
    font-family: "Everyday Typical", serif;
    color:white;
    transition: 0.25s;
}
.NavButton{
    font-family: "Everyday Typical", serif;
    cursor:pointer;
    text-decoration: underline;
    transition: 0.25s;
}
.HamburgerNavMenu.Active{
    transform: translateX(0) translateY(0);
}
.Title:hover{
    cursor: pointer;
    font-family: "Everyday Typical Bold", serif;
    transform: translateY(-10%) translateX(-0%) scale(120%);
    font-size: 2.5vh;
}
.Title{
    cursor: pointer;
    font-family: "Everyday Typical Blocky", serif;
    //transition: 0.25s;
}
.ButtonContainer{
    display: flex;
    justify-content: left;
    flex-direction: row;
    align-items: center;
    align-content: center;
}
.TitleContainer{
    display: flex;
    justify-content: left;
    flex-direction: row;
    align-items: center;
    align-content: center;
}
.HamburgerSlab{
    outline: none;

    width:5vh ;
    height: 0.75vh;
    margin-top:0.25vh;
    margin-bottom: 0.25vh;
    border-radius: 2vh;
    transition: 0.5s;
}
.Footer{
    height: 10vh;
    width: 100%;
    margin-top:2vh;
}
.FooterText{
    color:white;
    font-family: Arial,serif;
    font-size: 2vh;
}
.ToolButton.Active:after{
    content: '';
    left:0;
    width: 100%;
    height: 15%;
    position:absolute;
    top:100%;
    background-color: slategray;
}
.ToolButton.Active{
    background-color: slategray;
}
.ToolButton:hover{
    cursor: pointer;
    filter: brightness(1.2);
}
.ToolButton{
    position: relative;
    box-sizing: border-box;
    min-width: 8vh;
    height: 7vh;
    background-size: contain;
    background-position: center;
    background-color: rgb(64, 64, 84);
    background-repeat: no-repeat;
    margin-left: 1vh;
    margin-top:1vh;
}
.ToolDescription{
    box-sizing: border-box;
    padding: 1vh;
    width: 90vw;
    min-height: 50vh;
    background-color: rgb(64, 64, 84);
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
}
.ToolContainer{
    margin-bottom: 4vh;
}
.ToolContent{
    display: none;
    background-color: slategray;
    width: 100%;
    height: 100%;
}
.ToolTabBar{
    box-sizing: border-box;
    padding: 0 1vh;
    height: 10vh;
    width: 90vw;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-content: flex-end;
    align-items: flex-end;
}