@import url('https://fonts.googleapis.com/css2?family=Michroma&display=swap');

html {
    font-size: 16pt;
}

body {
    background: black;
    color: white;
}

.glyph {
    width: 2em;
}

img {
    width: 20em;
    max-width: 100%;
}

.sig {
    width: 10em;
    /* 229/840 = 0.27261904762 */
    height: 2.73em;
    display: block;
}

img.denzyl {
    margin-top: 1rem;
    width: 16em;
}

#logo {
    margin-top: 2rem;
    margin-bottom: 6rem;
}

#video, #video-container, #thumbnail {
    width: 100vw;
    height: 56.25vw;
}

#video {
    display: none;
}

#thumbnail {
    background: url(thumbnail.jpg);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#play-button {
    background: black;
    padding: 1rem;
    font-family: 'Michroma', sans-serif;
    color: white;
}

#contact {
    padding-top: 4rem;
    padding-bottom: 8rem;
    font-size: .5rem;
    font-family: 'Michroma', sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #f5f343;
}
@media (min-width: 768px) {
    #contact {
        font-size: 1.2rem;
    }
}

a {
    text-align: center;
    color: #f5f343;
}

#album-row {
    margin-top: 8rem;
    margin-bottom: 4rem;
}

a:hover {
    text-align: center;
    color: white;
    text-decoration: none;
}

#album-links a {
    padding-right: .5rem;
}

#album-links a:hover {
    font-weight: 800;
}

.yellow {
    color: #f5f343;
}

#contact a span {
    position: relative;
    top: -.11rem;
}

#email-icon {
    height: 1em;
    width: 1em;
}

#socials {
    font-family: 'Michroma', sans-serif;
    font-size: 0.85rem;
    margin-top: 2rem;
}

#socials a {
    color: white;
}

.nobr {
    white-space: nowrap;
}