div.heading {
background-image: url("/img/colormatic_banner.svg");
background-size: cover;
background-repeat: no-repeat;
height: 300px;
display: flex;
align-items: center;
justify-content: center;
}
div.heading h1 {
color: white;
background-color: #00000088;
padding: 28px 38px;
border-radius: 16px;
font-size: 180%;
box-shadow: 1px 1px 8px #00000033;
backdrop-filter: blur(5px);
div.project-grid-container {
width: 80%;
margin-left: auto;
margin-right: auto;
flex-wrap: wrap;
@media screen and (max-width: 800px) {
width: 90%;
height: 200px;
font-size: 100%;
div.project-grid-container div.project-grid-box {
flex: 1;
color: #383c3f;
margin: 16px;
border: solid 1px #00000033;
border-radius: 8px;
padding: 16px;
text-align: center;
min-width: 40%;
max-width: 50%;
background-color: #ffffff44;
backdrop-filter: blur(6px);
div.project-grid-container div.project-grid-box h1 a {
color: var(--text-color);
text-decoration: none;
div.project-grid-container div.project-grid-box div.project-grid-box-contents { /* Yes, this absurdly long element selector is a joke */
div.project-grid-container div.project-grid-box img {
max-width: 150px;
max-height: 100px;
margin: 12px;
min-width: 90%;
max-width: 90%;
max-width: 100px;