/* custom tweaks */ 
html {
    background-image:url('../media/bg-entangled_5586.jpg');
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center;
    background-color: #000;
}
@font-face {
    font-family: 'Nitti Normal';
    font-style: normal;
    font-weight: normal;
    src: local('Nitti Normal'), url('../fonts/Nitti-Normal.woff') format('woff');
}
body {
    font-family: 'Nitti Normal';
    color: #fff;
    overflow-x: hidden;
}
h1 {
    font-family: "Arial Black", "Arial Black", sans-serif, "Arial Black", Social /*!System*/;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    color: rgb(255, 255, 255);
    text-rendering: optimizeLegibility;
    }
    h2, h3, h4, h5, h6, p a {
        font-family: 'Nitti Normal';
        }
        a {
            color: #fff;
            text-decoration-color: rgba(255, 255, 255, 0.5);
            text-decoration-thickness: .05em;
            text-underline-offset: 1.5px;
            }
            a:hover {
                text-decoration-color: rgba(255, 255, 255, 1);
            }

.name, .date {
    margin-block-end: 0 !important;
    }
    .date {
        font-weight: 100;
        color: rgba(255, 255, 255, 0.5);
    }  

.subtitle {
    margin-block-start: 0 !important;
}
p.alignRight, p.alignRight {
    text-align: center;
}
.light {
    font-weight: 100;
}
.alignLeft {
    text-align: center;
}

@media screen and (min-width: 48em) {
    p.alignRight, p.alignRight {
        text-align: right;
    }
    .alignLeft {
        text-align: left;
    }
}

.legibility {
    background-color: rgba(0, 0, 0, 0.5);
}

.selectedProjectsLinks, .selectedLinks {
    margin-block-start: 1em;
    margin-block-end: 1em;
    min-width: 100vw !important;
    overflow-wrap: break-word;
}
.nestedPadding {
    padding-left: 1em;
    padding-right: 1em;
}

.video {
    aspect-ratio: 16 / 9;
    width: 100%;
  }