/**** BASICS ****/

    body {
        margin: 0;
        background-image: url(/backgrounds/end\ 5.jpg);
        background-size: cover;
        background-color: #62796e;
    }

    @font-face {
        font-family: fake receipt;
        src: url(/fonts/Fake\ Receipt.otf);
    }

   

/*** LAYOUT ***/

    .wrapper-two {
        width: 1150px;
        margin: 0 auto;
        margin-top: 15px;
        display: grid;
        height: 95vh;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 100px  50px 1fr 1fr 50px;
        gap: 10px;
        border-top: 3.5px double #000;
        border-left: 3.5px double #000;
        border-right: 3.5px double #000;
        border-bottom: 3.5px double #000;
        overflow: scroll;
        background-color: #62796e87;
        
    }

/**** HEADER ****/

    header {
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 3;
        background-image: url(/backgrounds/roses\ 2.jpg);
        background-size: 55%;
        background-position-x: 250px;
        border-top: 3.5px double #000;
        border-left: 3.5px double #000;
        border-right: 3.5px double #000;
        border-bottom: 3.5px double #000;
    }

    header h1 {
        position: relative;
        bottom: -0.8em;
        font-family: fake receipt;
        line-height: 1.2;
        word-spacing: -15px;
        background: -webkit-linear-gradient(#000, black);
        -webkit-background-clip: text;
        -webkit-text-stroke: 4px transparent;
        color: rosybrown;
        font-size: 4em;
        font-weight:bold;
    }

    header h1 {
        background-image: url(/backgrounds/rose.jpg);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight:bold;
        width:fit-content;
        filter: drop-shadow(0px 1px black) drop-shadow(0 -1px black) drop-shadow(1px 0 black) drop-shadow(-1px 0 black);
    }

/*** NAV ***/

    nav {
        padding: 10px;
        overflow-y:auto;
        grid-column-start: 1;
        grid-column-end: 4;
        text-align: left;
        width: 95%;
        margin-top: 50px;
        margin-left: 25px;
        text-align: center;
        font-family: fake receipt;
        font-size: 0.7em;
        color: palegoldenrod;
        overflow: hidden;
    }

    a {
        color: silver;
        text-decoration: none;
        filter: drop-shadow(0px 1px black) drop-shadow(0 -1px black) drop-shadow(1px 0 black) drop-shadow(-1px 0 black);
        line-height: 1.5;
        letter-spacing: 0.4em;
    }

    a:hover {
        color: rosybrown;
        text-decoration: underline;
    }


/*** MAIN CONTENT ***/

   .content-large {
        padding: 10px;
        border: palegoldenrod 1px solid;
        grid-row-start: 2;
        grid-row-end: span 2;
        grid-column-start: 1;
        grid-column-end: 3;
        height: 500px;
        max-width: 600px;
        background-image: url(/backgrounds/garden.gif);
        background-repeat: no-repeat;
        background-size: cover;
        background-color: rgb(56, 32, 32);
        font-family: fake receipt;
        margin-top: 85px;
    }

    section {
        height: 10em;
        padding: 1rem;
        border-top: 3.5px double #000;
        border-left: 3.5px double #000;
        border-right: 3.5px double #000;
        border-bottom: 3.5px double #000;
        background-color: seashell;
    }
    
    section h3 {
      font-family: fake receipt;
    }

    section p {
        font-size: 1em;
        font-family: Courier;
    }

    section hr {
        border-top: palegoldenrod 2px ridge;
    }

    .grid-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .gallery {
        border-top: 3.5px double #000;
        border-left: 3.5px double #000;
        border-right: 3.5px double #000;
        border-bottom: 3.5px double #000;
        background-color: seashell;
        width: 250px;
        height: 250px;
        margin-top: 15px;
        margin: 15px;
        position: relative;
        display: grid;
        grid-auto-flow: column;
        grid-gap: 5px;
    }

    .slides {
        display: none;
    }

    .slides img {
        width: 100%;
    }

    .cursor {
        cursor: pointer;
    }

/* Next & previous buttons */

    .prev,
    .next {
        cursor: pointer;
        position: absolute;
        top: 55%;
        width: auto;
        padding: 5px;
        margin-top: -50px;
        color: white;
        font-weight: bold;
        font-size: 20px;
        border-radius: 0 3px 3px 0;
        user-select: none;
        -webkit-user-select: none;
    }

    .prev {
        border-radius: 15px 15px 15px 15px;
    }

/* Position the "next button" to the right */

    .next {
        right: 0;
        border-radius: 15px 15px 15px 15px;
    }

/* On hover, add a black background color with a little bit see-through */

    .prev:hover,
    .next:hover {
        background-color: rosybrown;
        border: none;
        color: #000;
    }


    .box-container {
        border-radius: 15px;
        width: 350px;
        height: 350px;
        margin: 65px;
        margin-top: -25px;
        margin-left: -10px;
        background-image: url(/Imgs/pngs/home/whitecomp.png);
        font-family: fake receipt;
    }

    .box-container img {
        margin-top: -65px;
        margin-left: 5px;
    }

    .box-container h1 {
        margin-bottom: 150px;
    }

    .box-container hr {
        border-top: palegoldenrod 2px ridge;
    }
    
    .content-large-two {
        padding: 10px;
        margin-top: 15px;
    }

    .content-large-three {
        padding: 20px;
        margin: 0;
        border: 4px palegoldenrod ridge;
        margin-top: 15px;
        height: 450px;
        background-image: url(/backgrounds/greengrid.jpg);
        overflow: scroll;
        font-family: fake receipt;
    }

    #manifesto {
        background-image: url(/backgrounds/ipod.jpeg);
        border-top: 3.5px double #000;
        border-left: 3.5px double #000;
        border-right: 3.5px double #000;
        border-bottom: 3.5px double #000;
    }
    
    .manifesto-box p {
        font-family: Courier;
        font-size: 1em;
    }

    .content-large-three hr {
        border-top: palegoldenrod 2px ridge;
    }

    .content-large-three p {
        max-width: 925px;
        max-height: 650px;
        padding: 15px;
        background-image: url(/backgrounds/ipod.jpeg);
        border-top: 3.5px double #000;
        border-left: 3.5px double #000;
        border-right: 3.5px double #000;
        border-bottom: 3.5px double #000;
    }

/*** LEFTSIDEBAR ***/

    .content-small-left {
        display: grid;
        padding: 10px;
        border: 2px palegoldenrod ridge;
        height: 300px;
        background-image: url(/backgrounds/ipod.jpeg);
        overflow: hidden;
        font-size: 0.8em;
        box-shadow: #000 0px 0px 10px 0px inset, #000 0px 0px 4px 0px inset;
        margin-top: 85px;
    }

    .content-small-left h2 {
        font-family: fake receipt;
        font-size: 1.5em;
        margin-left: -3px;
        border-top: 3.5px double #000;
        border-left: 3.5px double #000;
        border-right: 3.5px double #000;
        border-bottom: 3.5px double #000;
        height: 25px;
    }

    .content-small-left ol {
        margin-left: -15px;
        margin-top: -50px;
    }

    .content-small-left-two {
        padding: 10px;
        border: 2px palegoldenrod ridge;
        height: 300px;
        margin-top: 15px;
        background-image: url(/backgrounds/ipod.jpeg);
        box-shadow: #000 0px 0px 10px 0px inset, #000 0px 0px 4px 0px inset;
    }

    .content-small-left-two img {
        display: inline-block;
        width: 75px;
        height: 50px;
        filter: sepia(0.5);
    }


    .content-small-left h3 {
        font-family: fake receipt;
    }

    .content-small-left li {
      list-style-type: none;
      font-family: fake receipt;
    }

/*** RIGHTSIDEBAR ***/

    .content-small {
        padding: 10px;
        border: 2px palegoldenrod ridge;
        height: 300px;
        background-image: url(/backgrounds/ipod.jpeg);
        overflow: scroll;
        font-family: fake receipt;
        font-size: 1em;
        box-shadow: #000 0px 0px 10px 0px inset, #000 0px 0px 4px 0px inset;
        margin-top: 85px;
    }

    .content-small h2 {
        border-top: 3.5px double #000;
        border-left: 3.5px double #000;
        border-right: 3.5px double #000;
        border-bottom: 3.5px double #000;
    }

    .content-small hr {
        border-top: palegoldenrod 2px ridge;
    }

    .content-small-two {
        padding: 10px;
        border: 2px palegoldenrod ridge;
        height: 300px;
        margin-top: 15px;
        background-image: url(/backgrounds/ipod.jpeg);
        box-shadow: #000 0px 0px 10px 0px inset, #000 0px 0px 4px 0px inset;
    }

    .content-small-two img {
        margin-left: 15px;
        filter: sepia(0.5);
    }

/****** ACCESSABILITY *******/

    #skip-to-content-link {
        position: fixed;
        top: 0;
        left: 0;
        display: inline-block;
        padding: 0.375em 0.75em;
        line-height: 1;
        font-size: 1.25em;
        background-color: var(--content-background-color);
        color: var(--text-color);
        transform: translateY(-3rem);
        transition: transform 0.1s ease-in;
        z-index: 99999999999;
    }

    #skip-to-content-link:focus, #skip-to-content-link:focus-within {
        transform: translateY(0);
    }

/****** RESPONSIVENESS ******/

    @media (max-width:800px) {
        body {
            font-size: 14px;
        }

        .layout {
            width: 100%;
            grid-template: "header" auto "main" auto "footer" auto / 1fr;
        }

        .left {
            display: none;
        }

        .right {
            display: none;
        }

        aside {
            border-bottom: 1px solid;
            padding: 9x;
            font-size: 0.9em;
        }

        nav {
            padding: 0;
        }

        nav > ul {
            padding-top: 0.5em;
        }

        nav > ul li > a,
        nav > ul li > details summary,
        nav > ul li > strong {
            padding: 0.5em;
        }

        main {
            max-width: none;
            padding: 15px;
        }


        .images img {
            flex-wrap: wrap;
            width: 100%;
        }

        #skip-to-content-link {
            font-size: 1rem;
        }
    }