* {
    box-sizing: border-box;
}

#eggs {
    background-image: url("neon hoard/neon backgrounds/floral stripe.jpg");

    color: midnightblue;
}

#eggs img {
    max-width: 100%;
}

#eggtitle {
    text-align: center;
    padding: 10px;
    margin: 15px;
    background-image: url("neon hoard/neon backgrounds/pale floral.jpg");
    border: 3px solid lightblue;
    position: relative;
}

#eggtitle > .emote {
    position: absolute;
    height: 1.5em;
}

#pink-bunny {
    left: calc(50% - 100px);
    bottom: 65%;
}

#pink-egg {
    right: calc(50% - 120px);
    top: 65%;
}

#eating-eggs {
    right: calc(50% - 100px);
    bottom: 65%;
}

#three-eggs {
    left: calc(50% - 120px);
    top: 65%;
}

#eggtitle > h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
    margin-top: 10px;
}

#eggtitle > h3 {
    font-size: 1.1em;
}

#eggintro {
    display: grid;
    grid-template-areas:
        "text figure"
        "eggbox figure";

    margin: 10px;
    padding: 10px;
    justify-items: center;
    align-items: start;
}

.eggtext {
    height: fit-content;
    display: inline-block;
    grid-area: text;
    padding: 10px;
}

.eggtext > span {
    background-color: aliceblue;
}

#dinner {
    margin: 15px;
    min-width: 200px;
    max-width: 250px;
    grid-area: figure;
}

#dinner figcaption {
    background-color: aliceblue;
    color: midnightblue;
    padding: 5px;
    font-size: 0.8em;
    border: 3px solid lightblue;
}

#eggbox {
    display: inline-flex;
    justify-content: space-around;
    margin: 15px auto 25px auto;
    grid-area: eggbox;
    align-self: start;
    width: 90%;
    position: relative;
}

#eggbox p {
    position: absolute;
    font-size: 0.6em;
    bottom: -30px;
    right: 1%;
    text-align: center;
    width: 30%;
}

#eggbox img {
    width: 25%;
}

.pink-note {
    border-image-slice: 7 18 10 12 fill;
    border-image-width: 20px 50px 25px 29px;
    border-image-outset: 0;
    border-image-repeat: round round;
    border-image-source: url("neon hoard/neon borders/pink note.png");
    border-style: solid;
    padding: 30px 20px;
    margin: 25px 20px;
    color: midnightblue;
    height: fit-content;
}

#egg-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#eggoutro {
    background-color: lightgray;
    width: 80%;
    margin: 50px auto;
    min-width: 220px;
    position: relative;
}

#egghold {
    margin: 20px;
    width: 80%;
}

#eggoutro h3 {
    padding: 15px !important;
    display: inline-block;
    width: max-content;
    background-color: pink;
    font-size: calc(1rem + 2vw);
    position: absolute;
    bottom: -5px;
    right: -10%;
    margin: 0;
}

#feather-egg {
    position: absolute;
    width: 30%;
    left: -3%;
    top: 0;
    transform: rotate(-24deg);
}

#brat-egg {
    position: absolute;
    width: 30%;
    left: 40%;
    top: -10%;
}

#moth-egg {
    position: absolute;
    width: 30%;
    right: -3%;
    top: 4%;
    transform: rotate(20deg);
}

/*Lincoln Park-------------------------*/

#lincoln {
    background-image: url("neon hoard/neon backgrounds/morris-green-alt.png");
    background-size: 70%;
}

#lincolntitle {
    display: block;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 400px;
    border: 5px outset lightpink;
    background-color: lightpink;
    color: white;
    text-shadow: 0 0 3px magenta;
    position: relative;
}

.date {
    text-align: center;
    font-weight: lighter;
    margin-bottom: 0;
}

#seal {
    position: absolute;
    top: 2px;
    left: 2px;
}

#brella {
    position: absolute;
    top: 2px;
    right: 2px;
}

.flex1 {
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 50px auto;
}

.flex1 p {
    font-size: 0.95rem;
    display: inline-block;
    height: 100%;
    margin: 10px;
    max-width: 520px;
}

.pinkhighlight {
    background-color: rebeccapurple;
}

#dance {
    margin: 15px;
    width: 225px;
    flex-grow: 1;
    max-width: 350px;
    border-width: 7px;
    border-style: solid;
    border-image: url("https://foollovers.com/mat/baf/flower/fl32-005-d.gif") 7 fill round;

    grid-column: 1;
}

#windydiv {
    margin-top: 75px;
    margin-bottom: 75px;
    display: grid;
    grid-template-columns: 1fr 40% 1fr;
    justify-content: center;
    align-items: center;
    place-items: center;
}

@media (max-width: 900px) {
    #windydiv {
        grid-template-columns: 1fr;
    }
}

.raindiv {
    width: 100%;
    max-width: 350px;
}

#umbrella {
    width: 100%;
    max-width: 300px;
    border-width: 7px;
    border-style: solid;
    border-image: url("https://foollovers.com/mat/baf/food/fo32-008-a.gif") 7 fill round;
}

.flex2 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    padding: 30px;
    padding-top: 45px;
    padding-bottom: 45px;
    gap: 30px;
    background-image: url("neon hoard/neon backgrounds/pink gingham.gif");
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 20px;
    border-image: url("neon hoard/neon borders/ornate corners.png");
    border-image-slice: 110 97 116 96;
    border-image-width: 70px;
    border-image-repeat: stretch;
    border-image-outset: 7px;
}

.card3 {
    display: inline-flex;
    flex-wrap: wrap;
    width: 20%;
    min-width: 200px;
    justify-content: center;
    border-radius: 7px;
}

.card3 p {
    display: inline-block;
    min-width: 150px;
    font-size: 0.8rem;
    color: deeppink;
    padding: 10px;
    margin: 5px;
    border-width: 8px;
    border-style: solid;
    border-image: url("https://i.imgur.com/J4IhM3e.png") 7 fill round;
    position: relative;
    text-align: center;
}

.mainimage {
    min-width: 150px;
    margin: 0;
    width: 100%;
    border-radius: 5px;
}

#yawn {
    position: absolute;
    left: 2px;
    top: -45px;
    width: 30px;
}

.wrapper {
    text-align: center;
}

#conservatory {
    display: inline-grid;
    position: relative;
    grid-template-areas:
        "left1 right1"
        "left1 right2";
    grid-template-columns: 30% 60%;
    grid-template-rows: fit-content fit-content;
    column-gap: 7%;
    width: 40%;
    min-width: 235px;
    max-width: 350px;
    background-image: url("Clown Adventures/Lincoln Park/conservatory.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: content-box;
    margin-left: 15%;
    border-image: url("neon hoard/neon borders/clovers.png") 75 / 40px / 0.75 round;
    border-width: 25px;
    border-style: solid;
}

#pose1 {
    grid-area: right1;
    width: 85%;
    margin: 10px;
    border-width: 8px;
    border-style: solid;
    border-image: url("https://i.imgur.com/J4IhM3e.png") 7 fill round;
}

#pose1:hover,
#above:focus {
    transform: scale(1.3) rotate(-4deg);
}

#above:hover,
#above:focus {
    transform: scale(1.3) rotate(4deg);
}

#above {
    grid-area: right2;
    width: 85%;
    margin: 10px;
    border-width: 8px;
    border-style: solid;
    border-image: url("https://i.imgur.com/J4IhM3e.png") 7 fill round;
}

#kick-pose {
    grid-area: left1;
    height: 110%;
    position: absolute;
    bottom: -3%;
    left: -125%;
    image-rendering: optimizeQuality;
    filter: drop-shadow(0 0 2px palegoldenrod);
}

#lincolnthanks {
    width: 40%;
    min-width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px;
    border: 3px dashed yellowgreen;
    display: inline-block;
    font-size: 1.2em;
}

@media (max-width: 1000px) {
    #egg-grid {
        grid-template-columns: 1fr;
    }

    #eggoutro {
        width: 50%;
    }

    /*lincoln park*/
    #conservatory {
        width: 80%;
    }

    #lincolnthanks {
        width: 90% !important ;
    }
}

@media (max-width: 700px) {
    #eggintro {
        grid-template-areas:
            "text"
            "eggbox"
            "figure";
        justify-items: center;
    }
}
