﻿ 

@import url("https://fonts.googleapis.com/css?family=DM+Sans:500,700&display=swap");
* {
    box-sizing: border-box;
}

.cov {
    display: inline-flex;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    background-color: #fff;
    padding: 0 5px;
    border-radius: 5px;
    box-shadow: 0 10px 40px rgba(159, 162, 177, 0.8);
}

.cov2 {
    color: #83818c;
    padding: 15px;
    text-decoration: none;
    margin: 0 1px;
    z-index: 1;
    transition: 0.3s;
    font-weight: 500;
    position: relative;
    font-family: Arial;
    font-weight: bold;
    /*font-size: 0.1em;*/
    letter-spacing: -.9px;
    position: relative;
}

    .cov2:before {
        content: "";
        position: absolute;
        bottom: -6px;
        left: 0;
        width: 100%;
        height: 5px;
        background-color: #dfe2ea;
        border-radius: 8px 8px 0 0;
        opacity: 0;
        transition: 0.3s;
    }

    .cov2:not(.is-active):hover:before {
        opacity: 1;
        bottom: 0;
    }

    .cov2:not(.is-active):hover {
        color: #333;
    }

.nav-indicator {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    transition: .4s;
    height: 5px;
    z-index: 1;
    border-radius: 8px 8px 0 0;
}

@media (max-width: 580px) {
    .cov {
        overflow: auto;
    }
}




@import url("https://fonts.googleapis.com/css?family=Alata&display=swap");

* {
    box-sizing: border-box;
}

:root {
    --speed: 0.85;
    --primary: #fff;
    --size: 30;
    --ease: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

body {
    background: #fafafa;
    font-family: 'Alata', sans-serif;
    overflow-x: hidden;
    padding: 0;
}



main {
    height: 100vh;
    overflow-y: scroll;
    scroll-behavior: smooth;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}

section {
    align-items: center;
    display: flex;
    font-size: 9rem;
    height: 100vh;
    justify-content: center;
    scroll-snap-align: center;
    width: 100vw;
}

.menu {
    position: fixed;
    left: 5px;
    top: 0;
    width: 100%;
    z-index: 3;
}

.menu__toggle {
    opacity: 0;
    position: relative;
}

    .menu__toggle:checked ~ .menu__content .menu__item {
        --active-x: var(--x);
        --active-y: var(--y);
        --scale: 1;
    }

    .menu__toggle:checked ~ .menu__toggle-label:not(.menu__toggle-label--closer) {
        --clip: circle(1000% at 0% 0%);
        height: 100vh;
        width: 100vw;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }

    .menu__toggle:checked ~ .menu__toggle-label .menu__icon:nth-of-type(1) {
        --scale: 0;
    }

    .menu__toggle:checked ~ .menu__toggle-label .menu__icon:nth-of-type(2) {
        --scale: 1;
    }

.menu__toggle-label {
    cursor: pointer;
    height: calc(var(--size, 20) * 0.5vmin);
    width: calc(var(--size, 20) * 0.5vmin);
    display: block;
    --clip: circle(100% at 0% 0%);
    -webkit-clip-path: var(--clip);
    clip-path: var(--clip);
    position: absolute;
    top: -8px;
    left: -13px;
    transition: backdrop-filter calc(var(--speed, 1) * 1s) var(--ease), clip-path 0s, -webkit-clip-path 0s;
}

.menu__toggle-label--closer {
    z-index: 3;
    --scale: 0;
}

.menu__icon {
    --scale: 1;
    height: calc(var(--size, 20) * 0.25vmin);
    width: calc(var(--size, 20) * 0.25vmin);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-70%, -70%) scale(var(--scale, 1));
    fill: var(--primary);
    transition: all calc(var(--speed, 1) * 1s) var(--ease);
}

    .menu__icon:nth-of-type(2) {
        --scale: 0;
    }

.menu__content {
    background: rgb(148,187,233);
    background: linear-gradient(90deg, rgba(148,187,233,1) 0%, rgba(181,182,222,1) 0%, rgba(182,179,213,1) 0%, rgba(234,174,174,1) 100%, rgba(238,174,174,1) 100%);
    background: rgb(148,187,233);
    background: linear-gradient(90deg, rgba(148,187,233,1) 0%, rgba(181,182,222,1) 0%, rgba(182,179,213,1) 0%, rgba(234,174,174,1) 100%, rgba(238,174,174,1) 100%);
    border: 0px solid black;
    height: 40px;
    background-color: darkcyan;
    margin: 0;
    display: block;
    list-style-type: none;
    z-index: -1;
    filter: url("#goo");
    position: relative;
    top: -42px;
    height: 0;
    width: 0;
    left: -10px;
    z-index: 2;
}

    .menu__content:after {
        background: rgb(148,187,233);
        background: linear-gradient(90deg, rgba(148,187,233,1) 0%, rgba(181,182,222,1) 0%, rgba(182,179,213,1) 0%, rgba(234,174,174,1) 100%, rgba(238,174,174,1) 100%);
        background: rgb(148,187,233);
        background: linear-gradient(90deg, rgba(148,187,233,1) 0%, rgba(181,182,222,1) 0%, rgba(182,179,213,1) 0%, rgba(234,174,174,1) 200%, rgba(238,174,174,1) 100%);
        border: 0px solid black;
        height: 6px;
        content: '';
        border-radius: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        height: calc(var(--size, 20) * 1vmin);
        width: calc(var(--size, 20) * 1vmin);
        top: 0;
        left: 0;
    }

.menu__item {
    background: hsl(var(--hue, 0), 50%, 50%);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    list-style-type: none;
    font-size: 2rem;
    height: calc(var(--size, 20) * 1vmin);
    left: calc(var(--active-x, 0) * 1vw);
    overflow: hidden;
    place-items: center;
    position: absolute;
    text-align: center;
    top: calc(var(--active-y, 0) * 1vh);
    transform: translate(-50%, -50%) scale(var(--scale, 0.75));
    transition: all calc(var(--speed, 1) * 1s) calc(var(--delay, 0) * 1s) var(--ease);
    width: calc(var(--size, 20) * 1vmin);
}

@media (min-width: 768px) {
    .menu__item {
        font-size: 3rem;
    }
}

.menu__item:nth-of-type(1) {
    --delay: 0.1;
    --x: 35;
    --y: 35;
}

.menu__item:nth-of-type(2) {
    --delay: 0.2;
    --x: 65;
    --y: 35;
}

.menu__item:nth-of-type(3) {
    --delay: 0.3;
    --x: 35;
    --y: 65;
}

.menu__item:nth-of-type(4) {
    --delay: 0.4;
    --x: 65;
    --y: 65;
}

.menu__link {
    align-items: center;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
}

    .menu__link:hover {
        text-decoration: underline;
    }




.growl-notice {
    display: none;
    font-family: Haettenschweiler, 'Arial Bold', sans-serif;
    width: 100%;
    height: 34px;
    padding: 5px 10px;
    border-radius: 4px;
    opacity: .85;
    font-size: 20px;
    color: #fff;
    background: #61966e;
    text-align: center;
    position: fixed;
    /*left:5px;*/
    top: 0;
    width: 100%;
    z-index: 3;
}

#activator {
    text-decoration: none;
    font-family: Helvetica,Verdana,sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    background: #57bcea;
    padding: 30px 50px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border-bottom: 4px solid #1578A9;
    border-inset: outside;
    margin-top: 330px;
    display: inline-block;
    transition: all .1s ease;
}

    #activator:hover {
        border-bottom: 0px;
        margin-top: 333px;
        border-bottom: 1px solid #1578A9;
    }

    #activator:active {
        background: #BF1347;
        border-bottom: 0px;
        margin-top: 333px;
        border-bottom: 1px solid #1578A9;
    }



.box {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    box-shadow: 0 2px 30px rgba(black, .2);
    background: lighten(#f0f4c3, 10%);
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}

.wave {
    opacity: .4;
    position: absolute;
    top: -355%;
    left: 50%;
    background: black;
    width: 500px;
    height: 500px;
    margin-left: -250px;
    margin-top: -250px;
    transform-origin: 50% 48%;
    border-radius: 43%;
    animation: drift 3000ms infinite linear;
    z-index: 3;
}

    .wave.-three {
        animation: drift 5000ms infinite linear;
    }

    .wave.-two {
        animation: drift 7000ms infinite linear;
        opacity: .1;
        background: yellow;
    }

.box:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(#e8a, 1), rgba(#def, 0) 80%, rgba(white, .5));
    z-index: 11;
    transform: translate3d(0, 0, 0);
}

.header22 {
    top: 0px;
    background-color: white;
    z-index: 998;
}

.title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    line-height: 40px;
    text-align: center;
    transform: translate3d(0, 0, 0);
    color: white;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
    letter-spacing: .4em;
    font-size: 24px;
    text-shadow: 0 1px 0 rgba(black, .1);
    text-indent: .3em;
    z-index: 3;
    color: black;
}

@keyframes drift {
    from {
        transform: rotate(0deg);
    }

    from {
        transform: rotate(360deg);
    }
}

<style type="text/css" >


.loading {
    font-family: Arial;
    font-size: 10pt;
    top: 80px;
    width: max-content;
    height: max-content;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 9999;
}

body {
    font-family: Arial;
    font-size: 10pt;
    background-color: white;
}

.cov2 {
    color: #83818c;
    padding: 25px;
    text-decoration: none;
    margin: 0 1px;
    z-index: 999;
    transition: 0.3s;
    font-weight: 500;
    position: relative;
    font-family: Arial;
    font-weight: bold;
    /*font-size: 0.1em;*/
    letter-spacing: -.9px;
    position: relative;
}

    .cov2:before {
        content: "";
        position: absolute;
        bottom: -6px;
        left: 0;
        width: 100%;
        height: 5px;
        background-color: #dfe2ea;
        border-radius: 8px 8px 0 0;
        opacity: 0;
        transition: 0.3s;
    }

    .cov2:before {
        content: "";
        position: absolute;
        bottom: -6px;
        left: 0;
        width: 100%;
        height: 5px;
        background-color: #dfe2ea;
        border-radius: 8px 8px 0 0;
        opacity: 0;
        transition: 0.3s;
    }

    .cov2:not(.is-active):hover:before {
        opacity: 1;
        bottom: 0;
    }

    .cov2:not(.is-active):hover {
        color: #333;
    }

.nav-indicator {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    transition: .4s;
    height: 5px;
    z-index: 1;
    border-radius: 8px 8px 0 0;
}

.shirtColor {
    border-radius: 2px;
    width: 30px;
    height: 30px;
    border: none;
    margin: 5px 0;
    color: transparent
}

</style >


<style >
.sidenav2 {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: transparent;
    overflow-x: hidden;
    transition: 0.5s;
}

.sidenav2 a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

    .sidenav2 a:hover {
        color: #f1f1f1;
    }

.sidenav2 .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 375px) {
    .sidenav2 {
        padding-top: 15px;
    }

        .sidenav2 a {
            font-size: 18px;
        }
}

</style >