
button{
    border:none;
    background: transparent;
}
*{
    user-select: none;
    box-sizing: border-box;

}
html{
    padding: 0;
    margin: 0;
    max-height: 100vh;
    box-sizing: border-box;
    max-width: 100vw;
}
body{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    max-width: 100vw !important;
    overflow-x: hidden;
    overflow-y: scroll;
}
.NavContainer{
    z-index: 100;
    box-sizing: border-box;
    padding:0.5vh;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    max-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/Logo.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    transition: 0.5s;
}
.LandingIntroBG{
    position: absolute;
    z-index:0;
    left: 0;
    top:0;
    width: 100vw;
    min-height: 200vh;
}
.LandingIntroBGBlack{
    position: absolute;
    z-index: -2;
    left: 0;
    top:0;
    width: 100vw;
    height: 200vh;
}
.Logo:hover{
    transform: scale(1.2);
}
.Title:hover{
    transform: translateY(-10%);
}
.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;
    }
    .NavContainer{
        transition: .4s;
    }
    .NavContainer:hover{
        height: 9vh;
    }
    .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: 4vh;
        margin:  0 1vh;
    }
    .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;
    }
    .ShowOffContainer{
        z-index: 1;
        margin: 1vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: center;
        text-align: center;
    }
}
.ScrollBox{
    overflow-x:scroll ;
}
@media only screen and (max-aspect-ratio: 1.15/1) {
    .ShowOffContainer{
        box-sizing: border-box;
        position: relative;
        z-index: 1;
        margin: 1vh;
        display: flex;
        overflow-x: scroll !important;
        overflow-y:clip !important;
        flex-direction: row;
        height: 90vh;
        flex-wrap: nowrap;
        max-width: 95vw;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
        text-align: center;
    }
    .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: 3vh;
        margin:  0 0.5vh;
    }
    .TitleContainer{
        max-width: 80vw;
    }
    .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;
    }
    .IntroContent{
        width: 100% !important;
    }
    .IntroTitle{
        align-self: center !important;
        font-size: 3.5vh !important;
    }
    .ContentText{
        font-size: 2.5vh !important;
    }
    .IntroButton{
        font-size: 3vh !important;
    }
    .AppStyleContainer {
        width: 100% !important;
    }
    .ShowOffImage{
        height: auto !important;
        width: 100% !important;
    }
    .ShowOffContentBoxReverse{
        flex-direction: column !important;
        min-width: 90vw !important;
    }
    .ShowOffContentBox{
        flex-direction: column !important;
        min-width: 90vw !important;
    }
    .AppText{
        font-size: 2vh !important;
    }
    .WhatWeDoListing{
        min-width: 75vw !important;
        height: 60vh !important;
    }
    .WhatWeDoContainer{
        min-height: 60vh !important;
    }
    .Footer{
        margin-top: 10vh;
    }
}
.watermark{
    position:fixed;
    bottom: 0;
    left: 0;
}
.NavButton:hover{
    transform: scale(1.1);
    font-family: "Arial",serif;
}
.standardText{
    font-family: "Arial",serif;
    transition: 0.25s;
}
.NavButton{
    font-family: "Arial",serif;
    cursor:pointer;
    text-decoration: underline;
    transition: 0.25s;
}
.HamburgerNavMenu.Active{
    transform: translateX(0) translateY(0);
}
.Title{
    cursor: pointer;
    font-family: "Arial",serif;
    font-weight: bolder;
}
.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{
    box-sizing: border-box;
    padding: 0 1vh;
    min-height: 10vh;
    width: 100vw;
    max-width: 100vw;
    position: relative;
    bottom: 0;
    left: 0;
}
.FooterText:hover{
    transform: translateY(-10%);
}
.FooterText{
    font-family: Arial,serif;
    font-size: 2vh;
    transition: .25s;
}
.FooterComponent{
    width: 95%;
    margin: 0 2vh !important;
    padding: 0 2vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between !important;
}
.ContentContainer{
    width: 100%;
    max-width: 100vw;
    padding: 1vh;
}
.MainContent{
    min-height: 90vh;
    width: 100vw;
    max-width: 100vw;
}
.IntroContainer{
    margin-top:10vh;
    min-height: 60vh;
    width: 96vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.IntroContent{
    width: 50%;
    min-height: 60vh;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}
.IntroTitle{
    text-align: center;
    box-sizing: border-box;
    min-height: 5vh;
    min-width:40vw;
    font-size: 6vh;
    padding: 1vh;
    font-family: Arial,serif;
    font-weight: bolder;
    margin: 1vh;
    align-self: start;
    z-index: 1;
}
.StaticVBoxContainer{
    z-index: 1;
    margin: 1vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
}
.Introduction{
    height: 40%;
}
.ContentText{
    margin: 1vh;
    padding: 1vh;
    font-size: 4vh;
    font-family: Arial,serif;
    font-weight: bolder;
}
.IntroButton{
    margin:1vh;
    font-size: 4vh;
    text-decoration: none;
}
.StaticHBoxButtonContainer{
    z-index: 1;
    padding: 1vh;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    align-items: center
}
.BlueContainer{
    padding: 1vh;
}
.hidden{
    display: none !important;
}
.AppStyleTitleButton{
    width: auto; height: 80%; image-rendering: pixelated;padding: 0 0.5vh;
}
.ShowOffContentBox{
    margin: 1vh;
    width: 95%;
    min-height: 60vh;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    align-content: flex-start;
}
.ShowOffContentBoxReverse{
    margin: 1vh;
    width: 95%;
    min-height: 60vh;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    align-items: center;
    align-content: flex-start;
}
.AppStyleContainer{
    min-height:50%;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    margin-bottom: 1vh;
}
.AppStyleTitleBar{
    height: 5vh;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.AppTitleBarContainer{
    height: 5vh;
    margin-left: 1vh;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}
.AppStyleBody{
    height: 100%;
    width: 100%;
    padding: 1vh;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-direction: column;
}
.AppText{
    font-size: 3vh;
    font-family: Arial, serif;
    font-weight: bolder;
}
.ShowOffImage{
    height: auto;
    width: 46%;
}
.WhatWeDoListing{
    margin: 2vh;
    padding: 1vh;
    min-width: 25vw;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}
.UsageNotification:hover{
    transform:translate(-50%,-10%) !important;
}
.UsageNotification{
    backdrop-filter: blur(5px);
    padding: 1vh;
    left: 50vw;
    transform: translateX(-50%);
    position: fixed;
    bottom: 5vh;
    min-height: 10vh;
    width: 50vw;
}
.ScrollBoxH{
    box-sizing: border-box;
    display: flex;
    padding: 1vh;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    min-width: 95%;
    max-width: 95vw;
    overflow-x: scroll;
    overflow-y: hidden;
}
.WhatWeDoContainer{
    box-sizing: border-box;
    display: flex;
    padding: 3vh;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    min-width: 95vw;
    max-width: 95vw;
    min-height: 90vh;
    overflow-x: scroll;
    overflow-y: hidden;
}