
    * {
        font-family: sans-serif;
        max-width: 100%;
    }
    body {
        padding: 0px;
        margin: 0px;
        position: relative;
    }
    header {
        background: rgb(61, 61, 61);
        background: RGB(61, 61, 61);
background: linear-gradient(90deg, rgba(61, 61, 61, 1) 0%, rgb(96, 96, 96)  100%);
background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(102, 102, 102) 100%);
padding: 0.5rem;
background: none;
    }
    header h1 {
        color: white;
        margin: 0;
        padding: 2rem 0.75em;
    }

    header h1.logo {
        font-family: "Impact";
  /* background: black; */
  width: fit-content;
  font-weight: 100;
  color: white;
  margin: 0;
  padding: 0.5rem;
  /* margin: auto; */
  font-family: "Arial Rounded MT Bold";
  letter-spacing: -1px;
  line-height: 35px;
  /* background: pink; */
  padding: 2rem 0.5rem;
  background: linear-gradient(45deg, #000 49%, #ffe9c0);

  /* Smaller version */
  letter-spacing: 0px;
  line-height: 25px;
  padding: 1.5rem 0.5rem;
  background: linear-gradient(45deg, #000 49%, #ffe9c0);
  font-size: 22px;
  cursor: pointer;
    }

    header {
        background: black;
        /* background: rgb(61, 61, 61); */
    }

    footer {
        margin: 50px auto 20px;
        text-align: center;
        display: block;
        color: gray;
    }

    h1.logo.black {
        background: none;
        color: white;
        font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        font-size: 32px;
        line-height: 32px;
        letter-spacing: 0.5px;
        margin-left: 10px;
    }

    header {
    display: flex;
}

nav {
    display: flex;
    column-gap: 30px;
    margin: auto;
    margin-right: 50px;
}

    nav a {
        color: white;
        /* font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; */
        font-family: 'Avenir Next', 'Avenir', 'Futura', 'Trebuchet MS';
        cursor: pointer;
        font-size: 24px;
        font-weight: 700;
        text-decoration: none;
    }
    nav a:hover {
        text-decoration: underline;
    }

    main {
        margin: 0 auto;
        /* max-width: 800px; */
    }

    #top {
        margin: auto;
        text-align: center;
        margin-top: 30px;
        font-size: 22px;
    }

    #top * {
        font-family: Times, serif;
    }

    h2 span.underline {
        font-family: inherit;
        border-bottom: solid 1px black;
    }

    .attribution {
        font-size: 12px;
        color: rgb(89, 89, 89);
        margin-top: 5px !important;
    }

    /* div.projects > div {
        border-radius: 8px;
        border: solid 1px grey;
        width: 300px;
        background: rgb(61, 61, 61);
        color: white;
        height: fit-content;
    } */

    .vertical {
        border-radius: 100%;
        border: solid 1px grey;
        width: 200px;
        height: 200px;
        background: rgb(61, 61, 61);
        color: white;
        text-align: center;
        display: flex; /* Enables Flexbox layout */
  justify-content: center; /* Centers content horizontally */
  align-items: center; /* Centers content vertically */
  cursor: pointer;
  border: none;
  width: 225px;
  height: 225px;
    }

    .vertical h3 {
        font-size: 40px;
        margin: 0 auto;
        text-shadow: 2px 2px 5px black;
        font-size: 45px;
    }

    .vertical:hover {
        /* background: rgb(40, 40, 40); */
        position: relative;
        /* background-blend-mode: overlay; */
        background-blend-mode: normal;
    }

    .vertical {
        background-size: cover;
  border: none;
  background-blend-mode: exclusion;
    }

    .vertical:hover h3 {
        /* color: rgba(255, 255, 255, 0.603); */
        /* color: rgba(176, 176, 176, 0.68); */
        /* color: rgba(176, 176, 176, 0.68);
        text-shadow: none; */
    }

    .vertical:hover h3::after {
        content: "";
        display: block;
        font-size: 20px;
        /* margin-bottom: -16px; */
        opacity: 100%;
        color: white;
        position: absolute;
        bottom: 21%;
        left: 50%;
        transform: translate(-50%, 0);
        text-shadow: 2px 2px 5px black;
    }

    .coming-soon:hover h3::after {
        content: "Coming soon";
        font-style: italic;
        text-shadow: none;
        bottom: 12%;
    }


    details {
        cursor: pointer;
    }
    
    summary {
        list-style-type: none;
        padding-left: 5px;
    }

    summary::before {
        content: '+ ';
    }

    details[open] summary::before {
        content: '- ';
    }

    div.projects {
    /* display: flex;
    column-gap: 50px;
    flex-wrap: wrap;
    justify-content: center; */
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 12rem;
    grid-row-gap: 6rem;
    width: fit-content;
    margin: auto;
    margin-top: 70px;
    }

    @media (max-width: 1072px) {
        .projects {
                display: flex  !important;
    column-gap: 70px  !important;
    flex-wrap: wrap  !important;
    justify-content: center !important;
        }
        main > div, .bio {
            padding: 0px 15px;
        }
        nav {
            margin-right: 20px;
        }
    }

    @media (min-width: 741px) {
        .work-with {
            display: block;
        }
        .experience {
            display: none;
        }
    }

    @media (max-width: 740px) {
        nav, nav a {
            display: block;
        }
        nav a {
            max-width: 200px;
        }
        nav {
            margin-right: 0px;
        }
        .work-with {
            display: none;
        }
        .experience {
            display: block;
        }

        #modal {
            max-width: 70% !important;
            margin-left: -15px !important;
        }

    }


    /* @media (max-width: 820px) {
        .projects {
                display: flex  !important;
    column-gap: 50px  !important;
    flex-wrap: wrap  !important;
    justify-content: center !important;
        }
    } */

    @media (max-width: 350px) {
        main > div, .bio {
            padding: 0px 15px;
        }

        nav a {
            font-size: 22px;
        }

        h1.logo.black {
            margin-left: 0px;
        }
        /* #modal {
            margin-left: -15px !important;
        } */
    }

    .collaborators {
        background: rgb(61, 61, 61);
        color: white;
        padding: 5px 0px 50px;
    }

    .collaborators > div {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 6rem;
        row-gap: 4rem;
        font-size: 14px;
        margin-top: 50px;
    }

    .collaborators > div:not(.about-us) > div > p {
        display: none;
    }

    .about-us h5 {
        font-size: 20px;
        font-weight: 500;
        margin-top: 20px;
    }

    .about-us p {
        font-size: 20px;
    }

    .about-us p {
        /* max-width: 300px; */
    }

    .about-us .bio {
        font-size: 16px;
    }

    .collaborators img {
  max-width: 100%;
  height: 100px;
  width: auto;
  cursor: pointer;
    }

    .about-us img {
        height: 150px;
    }

    .collaborators img.round {
        border-radius: 10%;

    }

.bottom, .collaborators {
    text-align: center;
    margin: auto;
    margin-top: 80px;
    font-size: 24px;
}

.bottom {
    margin-top: 40px;
    max-width: 1000px;
}

.bottom h3 {
    margin-bottom: 30px;
}

body {
    /* background: #FC466B;
background: radial-gradient(circle, rgba(252, 70, 107, 1) 0%, rgba(251, 215, 68, 1) 0%, rgba(251, 232, 63, 1) 44%, rgba(252, 86, 103, 1) 52%); */

/* background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%); */
/* background: linear-gradient(150deg, #fffec3 25%, #dafdd7 50%); */
/* background: #fffec3; */
}

.collaborators > div {
    /* background: white; */
}

.modal-bg {
    height: 100vh;
    position: absolute;
    background: rgba(0, 0, 0, 0.465);
    z-index: 2;
    display: none;
    top: 0;
    left: 0;
    width: 100vw;
    position: fixed;
    cursor: pointer;
}

#modal {
    background: white;
    z-index: 3;
    margin: auto;
    display: block;
    width: 500px;
    max-width: 100%;
    height: 500px;
    max-height: 100%;
    overflow-y: scroll;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    padding: 30px;
    padding-top: 10px;
    cursor: default;
}

#modal h4 {
    text-align: center;
    margin: 24px auto;
    display: block;
    font-size: 28px;
}
#modal p {
    display: block;
    text-align: center;
    margin: auto;
    padding: 0px 40px;
}

.vertical h3 {
    font-family: 'Avenir Next', 'Avenir', 'Futura', 'Trebuchet MS';
}

#modal-content {
    display: none;
}