
h1 {
    font-family: "Courier Prime";
    font-weight: 700;
    font-size: 25px;
    color: #5887FF;
}

h2 {
    font-family: "Courier Prime";
    font-weight: 700;
    font-size: 22px;
    margin-top: 50px;
    color: #5887FF;
}

h3 {
    font-family: "Courier Prime";
    font-weight: 600;
}

p {
    line-height: 1.5;
    color: #222222;
    font-family: "Courier Prime", sans-serif;
    font-size: 17px;
    font-weight: 400;

}



.serif {
    font-family: 'Courier Prime'; 
    font-weight: 600;

    width: 250px;
}

.header-link {
    text-decoration: none;
    color: #222222;
}

a {
    color: #5887FF;
    text-decoration: none;
}

body {
    overflow-y: scroll;
    scrollbar-width: 0; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    background-color: #FFFAEF;
}

body::-webkit-scrollbar { /* WebKit */
    width: 2;
    height: 0;
}

@media screen and (prefers-color-scheme: dark) {
    p {
      color: #fff;
    }
    body {
        background-color: #26282B;
    }
    .header-link {
      color: #fff;
    }
  }

.pictures::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
.pictures {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }


.text-block {
    width: 500px;
    margin-left: calc(50% - 250px); 
}

.text {
    position: relative; 
    width: 275px;
    top: -50px;
    left: 75px;

    font-size: 20px;

    background: #FFFAEF;
    padding: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: #222222;
} 

#name {
    display: flex;
}

.picture {
    cursor: pointer;
}

.pictures {
    position: relative; 
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    padding: 50px;
    padding-right: 300px;
    margin-top: 5px;
    flex-direction: row;
    flex-wrap:nowrap;
    overflow: scroll;

    align-items: center;
}

.portfolio {
    position: relative;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    padding: 50px;
    padding-right: 50px;
    margin-top: 5px;
    overflow: scroll;
}


@media only screen and (max-width: 600px) {
    body {
        font-size: 15px;
    }

    .text-block {
        width: 300px;
        margin-left: calc(50% - 150px);
    }

    h3 {
        font-size: 2.5rem;
    }

    .text {
        font-size: 17px;
    }

    #name {
        display:block !important;
    }

    .pictures {
        padding: 50px 50px 50px 20px;
    }

    .film-image {
        width: 90vw;
        height: auto !important;
    }
}


.link {
    background: linear-gradient(to bottom, #00000000 60%, #4b2e8322 40%);
}

.image {
    width: 300px;
    height: 300px;

    object-fit: cover;

    border-style: solid;
    border-width: 2px;
    border-color: black;

}

/* .film-image {
    height: 65vh;
    align-self: center;
} */

.picture {
    margin-right: 30px;
    margin-left: 30px;
}

.text-center {
    top: -50px;
    left: 12.5px;
}

.text-left {
    top: -50px;
    left: -50px;
}

