<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">section#projects {
    color: #080808;
}

section#projects div#projectsContent {
    padding: 10em 0;
    width: 90%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 1500px;
}

section#projects div#projectsContent h1.pageHeader {
    margin-top: 0.15em;
    font-weight: 800;
    font-size: 7em;
    line-height: 1.2;
    text-shadow: 0 0 7px #cccccc;
}

section#projects div#projectsContent h2.pageHeader {
    font-size: 17em;
    opacity: 0.02;
    margin: 0;
    margin-top: -1.3em;
    font-weight: bolder;
    text-transform: uppercase;
}

section#projects div#projectsContent h3.pageHeader {
    display: block;
    line-height: 1;
    margin-bottom: 1.5em;
    opacity: 0.5;
    font-size: 1em;
}

section#projects div#projectsContent div.project {
    width: 100%;
    align-self: center;
    display: flex;
    justify-content: space-around;
    margin: 4em 5%;
}

section#projects div#projectsContent div.project div.company {
    flex: 1 1 0;
    text-align: center;
    align-self: center;
}

section#projects div#projectsContent div.project div.company img {
    max-height: 150px;
    max-width: 100%;
    height: 8em;
}

section#projects div#projectsContent div.project div.description {
    flex: 1 1 0;
}

section#projects div#projectsContent div.project div.description h2 {
    font-size: 1.2em;
    text-transform: uppercase;
    color: #333333;
} 

section#projects div#projectsContent div.project div.description p {
    margin-bottom: 3em;
    font-weight: 300;
    color: #333333;
    font-size: 1.2em;
    line-height: 1.6em;
}

section#projects div#projectsContent div.project div.description p:last-child {
    margin-bottom: 0;
}

@media (max-width:600px)  { 
    section#projects div#projectsContent div.project {
        flex-direction: column;
    }

    section#projects div#projectsContent div.project div.description h2 {
        margin: 3em 0;
    }
 }</pre></body></html>