* {
    margin: 0px;
    font-family: "IBM Plex Sans", sans-serif;
}
:root {
    /* background-color: #19424c; */
    background-color: #393e46;
    width: 100%; 
    height: 100%; 
    --s: 90px; /* control the size */
    
    /* --c: #0000, #19424c 0.5deg 119.5deg, #0000 120deg; */
    --c: #0000, #393e46 0.5deg 119.5deg, #0000 120deg;
    --g1: conic-gradient(from 60deg at 56.25% calc(425% / 6), var(--c));
    --g2: conic-gradient(from 180deg at 43.75% calc(425% / 6), var(--c));
    --g3: conic-gradient(from -60deg at 50% calc(175% / 12), var(--c));
    background: var(--g1), var(--g1) var(--s) calc(1.73 * var(--s)), var(--g2), 
    var(--g2) var(--s) calc(1.73 * var(--s)), var(--g3) var(--s) 0,
    var(--g3) 0 calc(1.73 * var(--s)) #1e1e1e;
    background-size: calc(2 * var(--s)) calc(3.46 * var(--s));
 

    /*position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
    background-image: repeating-linear-gradient(
        0deg,
        transparent  ,
        transparent 19px,
        rgba(34, 197, 94, 0.15) 19px,
        rgba(34, 197, 94, 0.15) 20px,
        transparent 20px,
        transparent 39px,
        rgba(34, 197, 94, 0.15) 39px,
        rgba(34, 197, 94, 0.15) 40px
    ),
    repeating-linear-gradient(
        90deg,
        transparent,
        transparent 19px,
        rgba(34, 197, 94, 0.15) 19px,
        rgba(34, 197, 94, 0.15) 20px,
        transparent 20px,
        transparent 39px,
        rgba(34, 197, 94, 0.15) 39px,
        rgba(34, 197, 94, 0.15) 40px
    ),
    radial-gradient(
        circle at 20px 20px,
        rgba(16, 185, 129, 0.18) 2px,
        transparent 2px
    ),
    radial-gradient(
        circle at 40px 40px,
        rgba(16, 185, 129, 0.18) 2px,
        transparent 2px
    );
    background-size:
        40px 40px,
        40px 40px,
        40px 40px,
        40px 40px; */
    font-family: sans-serif;
    margin: 0px;
}
body {
    backdrop-filter: blur(4px);
    height: fit-content;
    min-height: 101vh;
    margin: 0px;
}
.navCard {
    visibility: visible;
    display: flex;
    flex-direction: column;
    max-height: fit-content;
    padding: 36px;
    gap: 32px;
    min-width: 175px;
    max-width: 250px;
    border-radius: 32px;
    background: linear-gradient(145deg, rgba(66, 123, 154, 0.8), rgba(83, 155, 194, 0.7));
    /* box-shadow:  5px 5px 11px #213e4d, */
                /* -5px -5px 11px #57575a; */
}
.navContainer {
    display: flex;
    flex-direction: column;
    padding-left: 24px;
    padding-top: 12px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 15%;
    height: 100vh;
}
.navButton {
    color: #daebec;
    cursor: pointer;
    font-size: 1.5rem;
    border: none;
    padding: 16px;
    border-radius: 16px;
    background-color: #539bc2;
    /* background: linear-gradient(145deg, #427b9a, #539bc2); */
    /* box-shadow:  5px 5px 11px #213e4d, */
                /* -5px -5px 11px #63b9e7; */
    transition: padding 0.16s, box-shadow 0.08s;
}
.navButton:hover {
    padding: 20px;
}
.navButton:active {
    background-color: rgba(83, 155, 194, 0.7);
    /* box-shadow:  -5px -5px 11px #213e4d, */
            /* 5px 5px 11px #63b9e7;  */
}
.menuButton {
    visibility: hidden;
    color: #daebec;
    cursor: pointer;
    font-size: 1.5rem;
    border: none;
    padding: 16px;
    border-radius: 14px;
    background: linear-gradient(145deg, #323234, #3c3c3e);
    box-shadow:  5px 5px 11px #19191a,
                -5px -5px 11px #57575a;
    transition: padding 0.16s, box-shadow 0.08s;
}
.menuButton:hover {
    padding: 20px;
}
.menuButton:active {
    box-shadow:  -5px -5px 11px #19191a,
            5px 5px 11px #57575a; 
}
.cardContainer {
    display: flex;
    flex-direction: column;
    padding-top: 12px;
    padding-bottom: 12px;
    align-items: center;
    gap: 36px
}
.card {
    display: flex;
    flex-direction: column;
    border: none;
    /*border-radius: 14px;
    background: linear-gradient(145deg, #656e7a, #788392);
    box-shadow:  5px 5px 11px #31363c,
                -5px -5px 11px #afbed4;*/
    border-radius: 32px;
    /* background: #707a88; */
    background-color: #467480;
    /* box-shadow: inset -5px -5px 11px #2d3136, */
            /* inset 5px 5px 11px #b3c3da; */
    padding: 36px;
    width: 40%;
    /* align-items: center; */
}
.cardButton { 
    width: 80%;
    color: #daebec;
    cursor: pointer;
    font-size: 1.5rem;
    border: none;
    padding: 16px;
    margin: 24px;
    border-radius: 16px;
    background-color: #568f9e;
    /* background: linear-gradient(145deg, #656e7a, #788392); */
    /* box-shadow: inset 5px 5px 11px #3a3f47, */
            /* inset -5px -5px 11px #a6b5c9; */
    transition: padding 0.16s, box-shadow 0.08s;
    align-self: center;
}
.cardButton:hover {
    padding: 20px;
}
.cardButton:active {
    /* box-shadow:  -5px -5px 11px #3a3f47, */
         /* 5px 5px 11px #a6b5c9;  */
    background-color: #467480;
}
.paragraph {
    text-align: left;
    color: #daebec;
    font-size: 1.5rem;
    font-weight: 500;
    padding-bottom: 6px;
    margin: none;
}
.header {
    text-align: center;
    color: #daebec;
    font-size: 2.25rem;
    font-weight: 700;
    padding-top: 12px;
    padding-bottom: 18px;
}
.image {
    align-self: center;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    cursor: pointer;
}
.imgHalfWidth {
    width: 50%;
    padding-bottom: 2.25rem;
}
/* text modifiers */
.bold {
    font-weight: 1000;
}
.txtAlignLeft {
    text-align: left;
}
.txtAlignCenter {
    text-align: center;
}

.newLine2C {
    padding-bottom: 3rem;
}
.newLine1HalfC {
    padding-bottom: 2.25rem;
}
.newLine1C {
    padding-bottom: 1.5rem;
}
.newLineHalfC {
    padding-bottom: 0.75rem;
}
.inset1HalfC {
    padding-left: 2.25rem;
}
.inset3C {
    padding-left: 4.5rem;
}
@media (max-width: 879px) {
    .navButton {
        visibility: hidden;
    }
    .menuButton {
        visibility: visible;
    }
    .navCard {
        visibility: hidden;
    }
    .card {
        width: 80%;
    }
}