.border {
    border-style: solid;
    border-color: black;
}

.box-art {
    float: left;
    padding-right: 5px;
}

.mini-box-art {
    width: 20px;
    height: auto;
}

.text-under-image {
    clear: left;
    display: block;
}

/* Creates a bar to width of parent element */
.fitted-bar {
    width: 100%;
    height: 35px;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

/* class to hide an object when needed */
.hideObj {
    display: none;
}

.textShadow {
    text-shadow: 0px 0px 10px black;
}

.shadow-backdrop {
    background: radial-gradient( rgba(0,0,0,1) 10%, transparent 80%);
}

.container-imgtext {
    position: relative;
    text-align: center;
    color: white;
}

.bottom-centered {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0);
}