@import url("https://use.typekit.net/mba6svf.css");

body {
    font-family: 'Industry', sans-serif;
    color: white;
    overflow: hidden;
}

.pos-tl {
    position: absolute;
    top: 0;
    left: 0;
}

.stick-top { top: 0; }
.stick-left { left: 0; }
.stick-right { right: 0; }
.stick-bottom { bottom: 0; }

.h-100 { height: 100%; }
.w-100 { width: 100%; }

.d-flex {
    display: flex;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-column {
    flex-direction: column;
}
.flex-reverse {
    flex-direction: row-reverse;
}
iframe {
    border: none;
}
.btn i {
    width: 1em;
    text-align: center;
}

.box {
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.box:hover {
    border: 1px solid rgba(255,255,255, 0.3)
}
.box:active {
    border: 1px solid rgba(255,255,255, 0.5)
}
.box:focus {
    outline: none;
    border-color: rgba(255,255,255,0.5);
}

.click-through {
    pointer-events: none;
}
.click {
    pointer-events: all;
}

.box-row {
    padding: 0 4px 4px 4px;
}