﻿body {
}

.hidden {
    display: none;
}

.footer {
    border-top: solid 1px #000000;
    font-size: x-small;
    margin-top: 1.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
}

.utility-area {
    background-clip: border-box;
    background-color: #f8f9fa;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    display: flex;
    flex-direction: column;
    margin-bottom: .5rem;
    margin-top: .5rem;
    min-width: 0;
    padding: .5rem;
    position: relative;
}

/* Utilities */

.number-circle {
    background: #fff;
    border-radius: 50%;
    border-style: solid;
    border-width: 3px;
    height: 50px;
    flex-shrink: 0;
    /*float: left;*/
    font: 25px Arial, sans-serif;
    margin: 0 10px 5px 0;
    padding: 8px;
    text-align: center;
    width: 50px;
}

.circle-green {
    border-color: #592;
}

.circle-blue {
    border-color: #09f;
}

/* Crumbs */


.crumb {
    padding-right: 10px;
    border-right: solid 1px #ddd;
}

.crumb-current {
    padding-left: 10px;
    border-right-width: 0;
    text-decoration: none;
}

/* Menu blocks */
.tile-description {
    display: block;
    height: 4.5em;
    overflow: hidden;
}

/* Movies */

.month-head {
    clear: both;
    display: flex;
    margin-top: 1rem;
    margin-bottom: .5rem;
}

.month-body {
    display: none;
}

/* Comix */

.series-head {
    border-width: 0;
    clear: both;
    display: flex;
    margin-top: 1rem;
    min-height: 50px;
}

.series-body {
    border-bottom: solid 1px #eee;
    border-top: solid 1px #888;
    display: none;
    margin: 1rem 0 0 0;
    padding: 1rem 0 1rem 0;
}

    .series-body div {
        display: flex;
    }

.index {
    display: inline-block;
    flex-shrink: 0;
    margin-right: 1rem;
    text-align: right;
    width: 50px;
}

/* MusicEve */

.spotify-bg {
    background-color: #1db954;
    color: #ffffff;
}

.me h2 {
    color: #1db954;
}

.me h3 {
    color: #1db954;
}

/*MvWO*/

.bg-camo {
    background-image: url("/Assets/camo-bg.jpg");
    background-repeat: repeat;
}

.bg-sand {
    background-color: #c2b280;
}
