a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: initial
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.nav-root button {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    font: inherit;
    outline: inherit;
    padding: 0
}

.nav-root button span {
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr
}

.nav-root button:hover {
    color: var(--white);
    text-shadow: 0 0 2px var(--white);
    transition: .2s
}

ul.nav-items {
    align-items: center;
    background-color: #000;
    display: flex;
    flex-direction: column;
    height: 100vh;
    margin-top: clamp(60px, 10vh, 100px);
    position: fixed;
    width: 100px
}

ul.nav-items>li {
    font: 20px Montserrat, sans-serif;
    margin-top: 54px;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr
}

ul.nav-items>li:first-of-type {
    margin-top: 29px
}

.nav-root {
    background-color: var(--black);
    height: 100vh;
    top: 0
}

.nav-root,
.nav-top-bar {
    position: fixed;
    width: 100px;
    z-index: 5
}

.nav-top-bar {
    cursor: pointer;
    height: clamp(80px, 10vh, 100px)
}

.nav-logo {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-transform: translate(calc(50px - 50%), 35px);
    transform: translate(calc(50px - 50%), 35px);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media only screen and (max-width:799px) {
    .nav-logo {
        -webkit-transform: translate(5vw, 25px);
        transform: translate(5vw, 25px)
    }

    .nav-root {
        background-color: initial;
        height: 80px
    }

    .nav-root,
    .nav-top-bar {
        width: 80px
    }

    ul.nav-items {
        display: none
    }

    .nav-root:active ul.nav-items,
    .nav-root:focus ul.nav-items,
    .nav-root:hover ul.nav-items,
    .nav-top-bar:active+ul.nav-items,
    .nav-top-bar:focus+ul.nav-items,
    .nav-top-bar:hover+ul.nav-items,
    ul.nav-items:hover {
        display: flex
    }
}

.nav-logo-letters {
    font: 37px sans-serif;
    line-height: 89%;
    -webkit-user-select: none;
    user-select: none
}

.nav-logo-letters:before {
    content: "[";
    left: -13px
}

.nav-logo-letters:after,
.nav-logo-letters:before {
    color: var(--dark);
    font: 42px Montserrat, sans-serif;
    position: absolute;
    top: -15px
}

.nav-logo-letters:after {
    content: "]"
}

.nav-logo-bracket {
    color: var(--dark);
    font: 42px Montserrat, sans-serif
}

.nav-item-vertical {
    font: 20px Montserrat, sans-serif;
    margin-top: 54px;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr
}

.nav-focus {
    color: var(--white)
}

.nav-no-focus {
    color: var(--dark)
}

.red-border {
    border: 1px solid red;
    box-sizing: border-box
}

.blue-border {
    border: 1px solid blue;
    box-sizing: border-box
}

.green-border {
    border: 1px solid green;
    box-sizing: border-box
}

.yellow-border {
    border: 1px solid #ff0;
    box-sizing: border-box
}

.purple-border {
    border: 1px solid purple;
    box-sizing: border-box
}

.white-border {
    border: 1px solid #fff;
    box-sizing: border-box
}

.flex {
    display: flex
}

.flex-col {
    flex-direction: column
}

.align-center {
    align-items: center
}

.sticky {
    position: -webkit-sticky;
    position: sticky
}

.dev-container {
    --char: 39px;
    height: min(20vw, 144px);
    position: fixed;
    -webkit-transform: translate(calc(50vw - 50%), calc(50vh - 50%));
    transform: translate(calc(50vw - 50%), calc(50vh - 50%));
    -webkit-user-select: none;
    user-select: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 5 !important
}

.dev-frame {
    width: -webkit-max-content;
    width: max-content
}

.dev-name {
    color: var(--white);
    font-family: Bebas Neue, fantasy;
    font-size: clamp(45px, 8vw, 114px);
    line-height: 89%
}

.dev-title {
    color: var(--dark);
    display: flex;
    flex-direction: row;
    font-family: Montserrat, sans-serif;
    font-size: clamp(15px, 3vw, 39px);
    justify-content: flex-end;
    letter-spacing: -.035em;
    line-height: 100%;
    position: relative;
    text-align: right;
    text-transform: uppercase
}

@media only screen and (max-width:799px) {
    .dev-container {
        position: fixed;
        text-shadow: 0 0 5px var(--black);
        -webkit-transform: translate(calc(50vw - 50%), calc(clamp(60px, 10vh, 100px) + 5vh));
        transform: translate(calc(50vw - 50%), calc(clamp(60px, 10vh, 100px) + 5vh));
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        z-index: 5
    }

    .dev-name {
        font-size: clamp(36px, 14vw, 114px)
    }

    .dev-title {
        font-size: clamp(12px, 5vw, 39px)
    }
}

.headshot-container {
    position: fixed;
    -webkit-transform: translate(calc(50vw + min(14vw, 200px)), calc(50vh - 50%));
    transform: translate(calc(50vw + min(14vw, 200px)), calc(50vh - 50%));
    z-index: -1
}

img.headshot {
    width: min(30vw, 480px)
}

@media only screen and (max-width:799px) {
    img.headshot {
        width: min(80vw, 480px)
    }

    .headshot-container {
        -webkit-transform: translate(calc(50vw - 50%), calc(50vh - 50%));
        transform: translate(calc(50vw - 50%), calc(50vh - 50%))
    }
}

@media only screen and (max-height:550px) {
    img.headshot {
        height: calc(98vh - 100px);
        width: auto
    }
}

.down-arrow {
    display: inline;
    height: 43px;
    opacity: var(--scrollerOpacity);
    width: 43px
}

.down-arrow-container {
    --scrollerOpacity: 1;
    --taglineOpacity: 1;
    bottom: 2vh;
    display: block;
    height: 43px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.down-arrow-container:before {
    color: var(--white);
    content: "scroll";
    display: inline;
    font-family: Bebas Neue, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    left: -43px;
    opacity: var(--scrollerOpacity);
    position: absolute;
    text-align: right;
    vertical-align: top
}

.section-tagline {
    height: 200vh;
    max-width: 100%;
    overflow: clip;
    width: 100vw
}

.tagline-container {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media only screen and (max-width:799px) {
    .tagline-container {
        text-shadow: 0 0 5px var(--black)
    }
}

p.tagline {
    font-family: Montserrat, sans-serif;
    font-size: min(min(8vh, 8vw), 40px);
    font-style: normal;
    letter-spacing: -.05em;
    line-height: 140%;
    opacity: 1;
    padding-left: min(5vw, 27px);
    text-align: left;
    z-index: -1
}

.tagline-bold {
    color: var(--white);
    font-weight: 800
}

.tagline-thin {
    color: var(--white);
    font-weight: 200
}

.tagline-dark,
.tagline-small {
    color: var(--dark)
}

.tagline-small {
    font-size: min(4vw, 20px)
}

.section-projects {
    --imgOffsetPercent: 0.09;
    --picWidth: clamp(500px, min(100vh - 100px, 35vw), 700px);
    background-color: var(--white);
    height: -webkit-max-content;
    height: max-content;
    padding-bottom: 5vh;
    width: 100%
}

.projects-header {
    color: var(--black);
    font-family: sans-serif;
    font-size: clamp(72px, min(15vh, 12vw), 128px);
    line-height: 89%;
    text-align: center
}

.section-chroma-gallery {
    background-color: var(--white);
    width: 100%
}

.pic-container {
    margin: 50vh auto 0;
    -webkit-transform: translate(calc(-100%*var(--imgOffsetPercent)));
    transform: translate(calc(-100%*var(--imgOffsetPercent)));
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 10
}

img.chroma-gallery-pic {
    -webkit-filter: drop-shadow(0 0 5px var(--white));
    filter: drop-shadow(0 0 5px var(--white));
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    width: clamp(100px, min(100vh - 100px, 35vw), 550px);
    z-index: 10
}

.chroma-gallery-container {
    margin-left: max(150px, calc(50vw - 490px));
    margin-top: 2vh;
    width: 515px
}

.chroma-gallery-title-container {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.chroma-gallery-title-container a {
    text-decoration: none
}

.chroma-gallery-title-container a:hover h1 {
    background: linear-gradient(90deg, red, #ff0, #ff0, #0ff, #30f, #f0f);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-filter: saturate(.5) brightness(.5);
    filter: saturate(.5) brightness(.5);
    transition: 1s ease
}

.chroma-gallery-title {
    color: var(--black);
    font: clamp(36px, min(10vh, 9vw), 96px) sans-serif;
    position: relative
}

.chroma-gallery-title:after {
    background: linear-gradient(90deg, red, #ff0, #ff0, #0ff, #30f, #f0f);
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: calc(100% - clamp(16px, min(5vw, 8vh), 96px)*.3);
    width: 100%
}

.chroma-gallery-paragraph-container {
    margin: 5vh auto 0 calc(50vw - var(--picWidth)/2 - var(--picWidth)*var(--imgOffsetPercent));
    width: calc(var(--picWidth)*var(--imgOffsetPercent) + var(--picWidth)/2)
}

.chroma-gallery-paragraph {
    color: var(--darker);
    font: clamp(16px, min(2vw, 5vh), 21px) Montserrat, sans-serif;
    letter-spacing: -.035em;
    line-height: 140%;
    margin: 2vh 0 6vh
}

.chroma-gallery-screenshot {
    border-radius: 3px;
    height: 60vh;
    object-fit: cover;
    object-position: left top;
    width: var(--picWidth);
    z-index: -1
}

.chroma-gallery-screenshot-container {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.chroma-gallery-pic-sm {
    left: calc(100% - var(--picWidth)/2/2);
    position: absolute;
    top: calc(var(--picWidth)/2/2*-1);
    width: calc(var(--picWidth)/2)
}

.built-panel {
    background-color: var(--light);
    border: none;
    border-radius: 3px;
    color: var(--darker);
    display: flex;
    -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, .25));
    filter: drop-shadow(0 0 4px rgb(0, 0, 0, .25));
    flex-direction: column;
    font: 600 16px Courier New, sans-serif;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    letter-spacing: -.05em;
    width: -webkit-max-content;
    width: max-content
}

.chroma-gallery.built-panel {
    bottom: 30px;
    left: calc(var(--picWidth) - 30px);
    position: absolute
}

.built-panel h3 {
    background-color: var(--darker);
    border-radius: 3px 3px 0 0;
    color: var(--white);
    padding: 16px
}

.built-panel ul {
    padding: 8px
}

.built-panel ul li {
    -webkit-padding-start: 8px;
    line-height: 140%;
    list-style-type: ">";
    margin-left: 1rem;
    padding-inline-start: 8px
}

.built-panel a,
.built-panel a:hover {
    color: var(--darker);
    padding: 8px 16px 16px;
    text-decoration: underline
}

.section-hero {
    height: calc(var(--vh)*100);
    max-width: 100%;
    width: 100vw
}

.section-portfolio {
    background-color: var(--white);
    padding: 5vh 0
}

.portfolio-container,
.portfolio-frame {
    position: relative
}

.portfolio-frame {
    margin: 0 auto 5vh;
    padding-left: 150px;
    width: -webkit-min-content;
    width: min-content
}

.portfolio-frame h1 {
    color: var(--black);
    font: clamp(36px, min(8vh, 8vw), 96px) Montserrat, sans-serif
}

.portfolio-frame h1 span {
    display: inline-block
}

.portfolio-frame p {
    color: var(--darker);
    font: clamp(16px, min(2vw, 5vh), 21px) Montserrat, sans-serif;
    letter-spacing: -.035em;
    line-height: 140%;
    margin-bottom: 4vh;
    width: max(500px, 60%)
}

.portfolio-frame h1 span:first-letter {
    display: inline-block;
    font-size: clamp(48px, min(20vh, 20vw), 128px)
}

.portfolio-screenshot {
    border-radius: 3px;
    height: auto;
    margin: 0 auto;
    width: min(calc(90vw - 150px), 700px)
}

.portfolio.built-panel {
    bottom: 30px;
    position: absolute;
    right: -150px
}

.section-about {
    --boxWidth: min(25vw, 360px);
    --boxHeight: min(42vw, 600px);
    --thinBoxWidth: min(17vw, 250px);
    --gridGap: min(2vw, 30px);
    --heartSize: min(2.2vw, 32px);
    --fontSize: min(1.67vw, 24px);
    background-color: var(--black);
    width: 100%;
}

.about-frame {
    grid-gap: var(--gridGap);
    display: grid;
    grid-template-columns: var(--boxWidth) var(--boxWidth) var(--boxWidth) auto var(--thinBoxWidth);
    grid-template-rows: var(--boxHeight) auto;
    margin-left: 100px;
    width: calc(100vw - 100px);
   
}

.bio-pic {
    height: 80%;
    width: 90%;
}

.astra-pic,
.luna-pic {
    width: 80%;
}

.astra-pic,
.luna-pic {
    height: 80%;
    object-fit: cover;

}

.about-grid img {
    -webkit-filter: saturate(0);
    filter: saturate(0)
}

.about-grid img,
.about-grid img:hover {
    transition: -webkit-filter 1s;
    transition: filter 1s;
    transition: filter 1s, -webkit-filter 1s
}

.about-grid img:hover {
    -webkit-filter: saturate(100%);
    filter: saturate(100%)
}

.about-grid.canvas {
    grid-column: 3;
   
}

.about-grid. animal-pics {
    grid-row: 1;
    grid-column: 2;
    
}
.about-grid.animal-pics.astra-pic{
    grid-row: 1;
    grid-column: 3;
   
}

.about-grid p {
    color: var(--semi-light);
    font: var(--fontSize) Montserrat, sans-serif;
    letter-spacing: -.05em;
    line-height: 140%;
    
    grid-row: 2;
   
}
.about-grid.paragraph-1 {
  
   grid-column: 1;
}


.about-grid p em {
    color: var(--white)
}

.about-grid .red-heart {
    color: red;
    font-size: var(--heartSize)
}

.about-grid .email-button {
    background-color: var(--black);
    border: 2px solid var(--white);
    border-radius: 3px;
    color: var(--white);
    font: calc(var(--fontSize)*1.5) Bebas Neue, cursive;
    margin-top: var(--fontSize);
    padding: 5px;
    width: 100%
}

.about-grid .email-button:hover {
    background-color: var(--white);
    color: var(--black);
    cursor: pointer;
    transition: all 1s ease
}

.relative-anchor {
    position: relative
}

.absolute-wrapper {
    position: absolute;
    right: 0
}

.banner-container {
    --fontSize: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    color: var(--dark);
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    position: relative
}

.character {
    color: transparent;
    min-width: 0;
    position: relative;
    transition: min-width .5s cubic-bezier(1, 0, 0, 1);
    width: auto
}

.letter-pillar {
    color: var(--dark);
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 1s ease .3s
}

.letter {
    height: calc(var(--fontSize)*1.2)
}

.modal-background {
    align-items: center;
    background-color: rgba(0, 0, 0, .6);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100
}

.modal-body {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-name: reveal;
    animation-name: reveal;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    background-color: var(--black);
    border: 5px solid var(--white);
    border-radius: 3px;
    margin: auto;
    padding: 20px;
    position: relative;
    width: max(600px, 50%)
}

@-webkit-keyframes reveal {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10%);
        transform: translateY(10%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes reveal {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10%);
        transform: translateY(10%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.modal-body .close-button {
    background-color: initial;
    border: 2px solid var(--darker);
    border-radius: 3px;
    color: var(--white);
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px
}

.modal-body .close-button:hover {
    background-color: #ff4500;
    border-color: var(--white);
    transition: .5s ease
}

.modal-body div.contact {
    margin: 2vh auto;
    width: min(90%, 500px)
}

.contact h1 {
    font-family: Montserrat, sans-serif;
    font-size: clamp(48px, min(12vh, 10vw), 96px);
    line-height: 89%
}

div.contact>div {
    background-color: var(--black);
    border: 4px solid var(--darker);
    border-radius: 4px;
    color: var(--semi-light);
    font: clamp(16px, min(2vw, 5vh), 21px) Montserrat, sans-serif;
    letter-spacing: -.035em;
    line-height: 140%;
    margin: 1rem 1.5rem;
    padding: 2rem;
    text-align: center
}

div.contact>div :is(a, button) {
    color: var(--white);
    cursor: pointer;
    display: block;
    font-family: sans-serif;
    font-size: inherit;
    font-weight: 700;
    text-align: center;
    text-decoration: none
}

div.contact>div>button {
    background-color: initial;
    border: none;
    justify-items: center;
    margin-top: 5px;
    position: relative;
    text-decoration: underline;
    width: 100%
}

div.contact>div :is(a:hover, button:hover) {
    color: #87cefa;
    transition: all 1s ease
}

div.contact>div>button .tooltip-text {
    background-color: var(--white);
    border: 1px solid var(--white);
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    color: var(--black);
    opacity: 0;
    padding: 5px;
    position: absolute;
    text-decoration: none;
    top: -3rem;
    transition: opacity .5s ease;
    visibility: hidden
}

div.contact button:hover .tooltip-text {
    opacity: 1;
    visibility: visible
}

.tooltip-text:after {
    border-color: var(--white) transparent transparent transparent;
    border-style: solid;
    border-width: 5px;
    content: "";
    left: 50%;
    margin-left: -5px;
    position: absolute;
    top: 100%
}

div.contact div.socials {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 20px
}

div.contact .socials a img {
    display: block;
    height: 50px;
    margin: auto
}

.logo-dock {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: absolute;
    right: 0;
    top: 60%;
    z-index: 5
}

.logo-dock>code>img {
    -webkit-filter: saturate(0) brightness(50%);
    filter: saturate(0) brightness(50%);
    transition: height .5s ease, -webkit-filter .5s ease;
    transition: filter .5s ease, height .5s ease;
    transition: filter .5s ease, height .5s ease, -webkit-filter .5s ease
}

.logo-dock>code>img:hover {
    -webkit-filter: saturate(100%) brightness(100%);
    filter: saturate(100%) brightness(100%);
    height: 75px
}

.codebox {
    background-color: initial;
    position: absolute;
    right: 35px;
    top: 35px
}

.codebox textarea {
    background-color: initial;
    border: 0;
    color: var(--white);
    line-height: 1.2;
    max-width: 100ch;
    min-height: 3.6em;
    min-width: 55ch;
    outline: none;
    overflow: auto;
    resize: none;
    text-align: right
}

@media only screen and (max-width:799px) {
    .section-projects {
        --picWidth: clamp(200px, 85vw, 500px)
    }

    img.chroma-gallery-pic {
        -webkit-filter: drop-shadow(0 0 5px var(--white));
        filter: drop-shadow(0 0 5px var(--white));
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left;
        width: max(200px, 70vw);
        z-index: 10
    }

    .chroma-gallery-container {
        margin-left: 5vw;
        margin-top: 2vh;
        width: clamp(200px, 85vw, 400px)
    }

    .chroma-gallery-title {
        font: clamp(36px, min(20vh, 15vw), 72px) Bebas Neue, cursive
    }

    .chroma-gallery.built-panel {
        bottom: 30px;
        left: auto;
        position: absolute;
        right: -5vw
    }

    .portfolio-frame {
        margin: 0 auto 5vh 5vw;
        padding: 0;
        position: relative;
        width: -webkit-min-content;
        width: min-content
    }

    .portfolio-frame h1 {
        font: clamp(36px, min(20vh, 15vw), 72px) Montserrat, sans-serif
    }

    .portfolio-screenshot {
        border-radius: 3px;
        margin: 0 auto 15vh;
        width: 90vw
    }

    .portfolio-frame p {
        width: clamp(200px, 90%, 550px)
    }

    .portfolio.built-panel {
        bottom: -5vh;
        left: -1vw;
        right: auto
    }

    .section-about {
        --boxWidth: 50vw;
        --boxHeight: auto;
        --thinBoxWidth: 50vw;
        --gridGap: min(1vw, 10px);
        --heartSize: 28px;
        --fontSize: max(16px, 4vw)
    }

    .about-frame {
        grid-gap: var(--gridGap);
        display: grid;
        grid-template-columns: var(--boxWidth) var(--boxWidth);
        grid-template-rows: -webkit-min-content -webkit-min-content -webkit-min-content auto;
        grid-template-rows: min-content min-content min-content auto;
        margin: 0;
        width: auto;
    }

    .about-grid{
      
    }   

    .about-grid .canvas {
        grid-column: 1/2;
        grid-row: 1
    }

    .about-grid.pic {
        grid-column: 2;
        grid-row: 1
    }

    .about-grid.bottom-spacer {
        grid-column: 1;
        grid-row: 2
    }

    .about-grid .paragraph-1 p{
        grid-column: 1;
        grid-row: 2;
        padding: 3vw;
        background-color: chartreuse;
    }

    .about-grid .paragraph-2 {
        grid-column: 2;
        grid-row: 2;
        padding: 3vw
    }

    .about-grid .paragraph-3 {
        grid-column: 3;
        grid-row: 2;
        padding: 3vw
    }

   

    .astra-pic,
    .luna-pic {
        width: 80%;
    }

    .about-grid .animal-pics .luna-pic {
        grid-column: 2;
        grid-row: 1;
        padding: 3vw;
    }
    .about-grid .animal-pics .astra-pic {
        height: 80%;
        object-fit: cover;
        grid-column:3;
        grid-row: 1;
    }

    .modal-body {
        padding: 30px 5px;
        width: 80%
    }

    .modal-body div.contact {
        margin: 2vh auto;
        width: 100%
    }

    div.contact>div {
        margin: 1rem .5rem;
        padding: 1rem 1vw
    }
}

:root {
    --black: #000;
    --white: #eaeaea;
    --light: #d9d9d9;
    --semi-light: #9e9e9e;
    --dark: #777;
    --darker: #454545;
    --windowWidth: 100%;
    --windowHeight: 100%;
    --vh: 10px
}

html {
    background-color: #000;
    background-color: var(--black);
    color: #eaeaea;
    color: var(--white);
    font-family: Montserrat, sans-serif;
    overflow-y: scroll
}

body {
    overflow-x: clip
}

/*# sourceMappingURL=main.a5687e69.css.map*/