a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.masonry-layout {
    columns: 4;
    column-gap: .5rem;
}

iframe {
    width: 100%;
    height: 315px;
}

h1 {
    font-size: 50px;
    margin: unset;
}

.home {
    width: 75px;
}

.fo-chainz {
    border-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAKqADAAQAAAABAAAAKgAAAADUGqULAAABe0lEQVRYCeXX0U7DQAxEUYr4/1+GaqsjuqPdZNNUFS68WB6PncylqOLysf7zvW495LysuD9XTH/Bs5ImSe7tpF/O3Etfzu21+hZEZ4lTlzyJ8NH16Z/pfLWIfnWvfWsy4cAylOwhqNKHSwOR336zlPyMSjIIuSQh4I7eMl1vnrq52nyliGYiSSVarXnHXt7jo2dvj976MkTv/+ozoWRna0dm41j6uvcpSXQjbBt1Ca+Kfm8v50ku58O+JFFJkcp+mPRVYkmi4MxI0vnOVveWfoOliUqImOT6Z1f3N59bkugsEV3yZxN1393hc0oSnSWSUHI9/6PVPfvu0vVtXpqohK+qHbnrQ/Ud2X9BVPJHyR/aL0lUQp8NpOh69VGf/b3aPbcM0XsqXYJBXN700a2Y0/XmR2u7U5KopDMCe4TM9+6Y8+89r/nLEL3/v341KZ+aZPTqjJj9rPY6vQzR4dt3UX6/e8m5MyOWPvtq7m3634rojAD9bN0k6XgZoj+kmEVZN62c8QAAAABJRU5ErkJggg==') 14 / 14px / 0 round;
    border-width: 14px;
    border-style: solid;
}

@font-face {
    font-family: 'DOS';
    src: url(assets/Web437_DOS-V_re_ANK24.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

.dos {
    font-family: "DOS", monospace;
}

.hero-bg {
    background-image: url(assets/brand/smoke_horizontal.gif);
    background-size: cover;
    background-repeat: no-repeat;
}

.imgtxt {
    width: fit-content;
    height: fit-content;
    display: inline-block;
    position: relative;
}

.imgtxt span {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    font-size: 2.5rem;
    color: #FFF;
    filter: drop-shadow(1px 1px 0 black) drop-shadow(-1px 1px 0 black) drop-shadow(1px -1px 0 black) drop-shadow(-1px -1px 0 black);
}

.imgtxt:hover span,
.imgtxt:focus span {
    opacity: 1;
}

.imgtxt:hover img,
.imgtxt:focus img {
    filter: blur(5px);
    /* add hover effects like transform or filter to your images here! */
}

@media (max-width: 700px) {
    .masonry-layout {
        columns: 2;
        column-gap: .5rem;
    }

    .player {
        display: block !important;
    }

    .hero-bg {
        background-image: url(assets/brand/smoke_vertical.gif);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .header {
        justify-content: center;
    }

    .tabs {
        justify-self: center;
    }

    h1 {
        justify-self: center;
    }
}