* {
    box-sizing: border-box;
}

p, h1, button, a, s, strong {
    font-family: 'Times New Roman', Times, serif;
    color: rgb(22, 22, 22);
}

html, body {
    margin: 0;
    padding: 0;
}

::-webkit-scrollbar {
    display: none;
}

body {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

html {
    background-image: url(assets/backgrounds/backgroundanims.gif);
    background-blend-mode:normal;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.mainheader, .mainheader-short {
    background-image: linear-gradient(rgba(216, 226, 231, 0.9), rgba(0, 0, 0, 0));
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.header {
    display: flex;
    max-width: fit-content;
    margin-inline: auto;
}

.header-short {
    display: flex;
    width: 100%;
    max-width: 100vw;
    margin-inline: auto;
    justify-content: center;
    align-items: center;
}

.logo, .logo-short {
    width: 22rem;
    height: auto;
    padding: 1rem;
    display: block;
    margin: auto;
    opacity: .8;

    transition-duration: 0.1s;
}

.logo-short {
    width: clamp(10rem, 40vw, 40rem);
    padding: .5rem;
    margin-top: .5rem;
}

.logo:hover, .logo-short:hover {
    opacity: 1;
    scale: 105%;
    filter: drop-shadow(0 10px 20px rgb(39, 39, 39));
}
.logo:active, .logo-short:active {
    scale: 100%;
    opacity: .9;
    filter: drop-shadow(0 0px 20px rgb(0, 0, 0));
}

.leftnav, .rightnav {
    font-size: 1.5em;
    font-weight: bolder;
}

.leftnav ul, .rightnav ul {
    margin-top: 2.5em;
    padding: 0em;
}

.leftnav li, .rightnav li {
    display: inline;
    color: rgba(0, 0, 0, 0.6);
    padding: 1em;

    transition-duration: 0.05s;
}

.leftnav li:hover, .rightnav li:hover {
    color: rgb(0, 0, 0);
    text-shadow: 0 0px 20px rgba(53, 53, 53, .1);
}

.leftnav li:active, .rightnav li:active {
    color: rgba(0, 0, 0, 1);
    text-shadow: 0 0 15px rgb(121, 121, 121);
}

.leftnav a, .rightnav a {
    text-decoration: none;
}

.leftnav-short ul, .rightnav-short ul {
    display: flex;
    margin-top: clamp(2rem, 5vw, 5rem);
    padding: 0;
    gap: clamp(0.5rem, 2vw, 2rem);
    list-style-type: none;
}

.leftnav-short li, .rightnav-short li {
    display: inline;
    padding: 0;
    margin-right: clamp(.25rem, .5vw, 1.5rem);
    margin-left: clamp(.25rem, .5vw, 1.5rem)
}

.headericon {
    width: clamp(1.75rem, 5vw, 5rem);
    height: auto;
    filter: brightness(0) saturate(100%) invert(4%) sepia(5%) saturate(287%) hue-rotate(314deg) brightness(100%) contrast(90%);
    opacity: 0.8;

    transition-duration: 0.05s;
}
.headericon:hover {
    filter: brightness(0) saturate(100%) invert(4%) sepia(5%) saturate(287%) hue-rotate(314deg) brightness(100%) contrast(90%) drop-shadow(0 10px 20px rgb(8, 0, 36));
    opacity: 1;
    scale: 105%;
}
.headericon:active {
    filter: brightness(0) saturate(100%) invert(4%) sepia(5%) saturate(287%) hue-rotate(314deg) brightness(100%) contrast(90%) drop-shadow(0 0 15px rgb(8, 0, 36));
    scale: 95%;
    opacity: 0.5;
}

.emptyspace {
    height: 164px;
    width: auto;
}

@media screen and (min-width: 903px)
{
    .mainheader-short {
        display: none;
    }
}
@media screen and (max-width: 902px) {
    .mainheader {
        display: none;
    }
}

/* start of section */

h1 {
    text-align: center;
    font-size: clamp(3rem, 4vw, 4rem);
    text-shadow: 0 10px 20px rgba(0, 0, 0, .4);
}

small {
    font-family: 'Times New Roman', Times, serif;
    font-size: clamp(1.3rem, 2vw, 2rem);
    color: rgb(109, 123, 132);
}

.smalla {
    color: rgb(109, 123, 132);
}

p {
    font-size: clamp(1.3rem, 2vw, 2rem);
    text-align: center;
    margin-left: 20%;
    margin-right: 20%;
}


s {
    text-decoration-thickness: .15rem;
}

a {
    text-decoration: underline;
    text-decoration-thickness: .15rem;
}

.animbunch {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 3rem;
    padding-bottom: 10rem;
}

.anim {
    width: 26.688rem;
    height: 15rem;
    border-radius: 20px;
    margin: .75rem;
    box-shadow: 0 10px 20px rgba(27, 58, 83, 0.6);

    transition-duration: .2s;
}
.animbunch a {
    width: 26.688rem;
    height: 15rem;
    border-radius: 20px;
    margin: .75rem;
}

.animlink img {
    margin: 0;
}

.anim:hover {
    translate: 0 -.75rem;
    box-shadow: 0 20px 40px rgba(27, 58, 83, 0.35);
}

.anim:active {
    translate: 0 .375rem;
    box-shadow: 0 10px 15px rgba(27, 58, 83, 0.8);
}

.buttondiv {
    text-align: center;
    translate: 0px -4rem;
    padding-left: .5rem;
    padding-right: .5rem;
}

button {
    background-color: rgba(247, 254, 255, 0.58);
    border-width: 0px;
    border-color: rgb(22, 22, 22);
    border-radius: 20em;
    border-style: solid;
    width: max-content;
    height: 3em;
    box-shadow: 0 10px 25px rgba(27, 58, 83, 0.6);

    font-size: 2rem;
    font-weight: bold;
    padding-left: 1.5rem;
    padding-right: 1.5rem;

    transition-duration: 0.05s;
}
@media screen and (max-width: 500px) {
    button {
        width: 100%;
        height: 3em;
        font-size: 1.5rem;
    }
    .buttondiv {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

button:hover {
    cursor: pointer;
    background-color: rgba(0, 20, 30, 0.7);
    color: rgb(255, 255, 255);
    scale: 105%;
    box-shadow: 0 20px 40px rgba(27, 58, 83, 0.6);
}

button:active {
    background-color: rgba(0, 20, 30, 0.7);
    box-shadow: 0 5px 15px rgba(27, 58, 83, 0.6);
    color: rgba(0, 0, 0, 0);
    scale: 95%;
}

iframe {
    width: 30rem;
    height: 16.875rem;
    display: block;
    margin: auto;
    border-radius: 30px;
    box-shadow: 0 10px 20px rgba(27, 58, 83, 0.6);

    margin-top: 9rem;
    margin-bottom: 4rem;
}
@media screen and (max-width: 500px)
{
    iframe {
        width: 80vw;
        height: 45vw;
    }
}

.litepreview {
    margin-top: 4rem;
    margin-bottom: 9rem;
}

@media screen and (max-width: 600px) {
    p {
        margin-left: 9%;
        margin-right: 9%;
    }
    .anim, .animbunch a {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        padding: 0;
        margin: 0;
    }
    .animbunch a {
        margin: 1rem;
        margin-bottom: 0;
    }
    .nolink {
        margin: 1rem;
        margin-bottom: 0;
    }
}

/* end of section */

.footerimg {
    width: 100%;
    z-index: 0;
    filter: drop-shadow(0 0 50px rgba(0, 0, 0, .5));
    margin-bottom: -5px;
    -webkit-user-drag: none;
}

.footerbg {
    background-image: linear-gradient(black, rgb(0, 43, 32));
    display: flex;
    z-index: 1;
    position: relative;
    justify-content: center;
    align-items: center;
    padding: 32px;
}

.footerlogo {
    padding: 32px;
    margin: auto 0;
    opacity: .8;
    filter: drop-shadow(0 10px 30px black);

    transition-duration: .05s;
}

.footerlogo:hover {
    opacity: 1;
    scale: 105%;
}

.footerlogo:active {
    opacity: .65;
    scale: 100%;
}

.buckethat {
    opacity: .8;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 256px;
    height: auto;
    filter: drop-shadow(0 15px 10px black);

    transition-duration: .3s;
}

.buckethat:hover {
    opacity: 1;
    translate: 0 -15px;
    filter: drop-shadow(0 30px 20px black) drop-shadow(0 0 80px rgb(61, 165, 143));
}

.buckethat:active {
    opacity: .8;
    translate: 0 -5px;
    filter: drop-shadow(0 15px 10px black) drop-shadow(0 0 100px rgb(80, 173, 153))
}

.footericons {
    display: inline-flex;
}

.reversepsych {
    background-color: rgb(0, 43, 32);
    text-align: center;
    width: 100%;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.reversepsychtext {
    font-size: 10px;
    width: max-content;
    margin: auto;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    color: rgb(0, 122, 95);
}

.socials {
    margin-left: auto;
    padding: 32px;
    width: max-content;               
    display: flex;
    justify-content: center;
    align-items: center;
}

.emailbounds {
    position: absolute;
    display: flex;
    padding-right: 0px;
    transform: translate(-18%, 150%);
}

.email {
    position: relative;
    display: inline-block;
    font-size: 18px;
    width: max-content;
    padding: 0;
    margin: 0 0;
    text-align: right;
    word-break: break-all;
    color: rgb(228, 228, 228);
    font-family: Lexend;
    opacity: .9;
}

.icon {
    opacity: .8;
    padding: 10px;
    width: 72px;
    filter: drop-shadow(0 5px 10px black);

    transition-duration: .05s;
}

.icon:hover {
    opacity: 1;
    scale: 105%;
}

.icon:active {
    opacity: .65;
    scale: 95%;
}