*{
    margin:0;
    padding:0;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    outline:none;
    position:relative;
}

html{
    width:100%;
    height:100%;
}
body{
    position: relative;
    width: 100%;
    height: 100%;
    font-family: 'courier',serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    color: #262626;
/* 
    background: transparent url('./images/em.png') repeat;
 */
    background: lightblue;
}
h1,h2,h3,h4,h5,h6{
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 400;
}
h2 {
    display: block;
    font-size: 1.4rem;
    letter-spacing: .2em;
}
h3 {
    display: block;
    margin: .5rem 0 0 0;
    font-size: .85rem;
}
a,a:active,a:link,a:visited{
    display: inline-block;
    text-decoration: none;
    color: #262626;
}
a:hover{
    color: #fff;
    background: #262626;
}



/* BEGIN THE OTHER SHIT */
.invisible {
    opacity: 0;
}
#main-container {
    position: relative;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    font-size: 13px;
    padding: 2rem 0 3rem 0;
    transition: opacity .5s;
}
#background-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 130%;
    opacity: .92;
    z-index: -1;
    transition: opacity 1s;
}
#header-container {
    margin: 2rem auto;
    text-align: center;
}
#main-logo {
    display: block;
    width: 602px;
    margin: 0 auto;
    padding: 1rem;
    background: #fff;
    border: 2px solid #262626;
}
#main-logo:hover {
    transform: scale(1, -1);
}
@media all and (max-width: 680px) {
    #main-logo {
        width: 95%;
        height: auto;
        box-sizing: border-box;
    }
    #main-container {
        padding: 0;
    }
}
#header-link-container {
    padding: .5rem 0;
}
#header-link-container>a {
    display: inline-block;
    padding: .3rem .6rem;
    margin: .1rem .4rem;
    font-size: .9rem;
    background: #fff;
    box-sizing: border-box;
    border: 2px solid #262626;
}
#header-link-container>a:hover {
    color: #fff;
    background: #262626;
}


.content-container {
    background: #fff;
    padding: 2rem;
    max-width: 810px;
    margin: 0 auto;
    border: 2px solid #262626;
    text-align: left;
    box-sizing: border-box;
    margin-bottom: 15px;   
    vertical-align: top;
}
.content-container.main {
    padding: 1rem 0;
    width: 100%;
}
.underlines {
    font-weight: 100;
    font-size: .7rem;
    letter-spacing: .2rem;
    margin-bottom: .1rem;
}


iframe {
    margin: 0 auto;
}
.contact-links {
    display: inline-block;
    font-size: .35rem;
    line-height: 1em;
    font-weight: 900;
    text-align: left;
    padding: .4rem 0;
}
.contact-links>pre {
    display: block;
    margin: 0 auto;
    color: #262626;
}
.contact-links:hover>pre,
.contact-links:hover {
    background: transparent;
    color: rgba(255,0,0,.5);
}
@media (max-width: 600px) {
    .contact-links {
        font-size: .25rem;
    }
}
.news-item {
    border-bottom: 1px dashed #262626;
    margin-bottom: 1.5rem;
}
.news-item>h1 {
    font-size: .9rem;
}
.news-item>h3 {
    float: right;
}
#ascii-arrow {
    white-space: pre;
    background: #fff;
    padding: 0 1rem;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1em;
    font-weight: 900;
    border: 2px solid #262626;
    text-align: left;
    font-family: 'roboto', sans-serif;
    z-index: 5;
}
#ascii-arrow:hover {
    /*color: rgba(255,0,0,.5);*/
}
.album-container {
    margin-top: -.5rem;
    text-align: left;
}
.album {
    display: inline-block;
    margin: 22px 32px;
    vertical-align: top;
    cursor: pointer;
    text-align: left;
    box-sizing: border-box;
    width: 300px;
    height: 420px;
}
.album:nth-child(1),
.album:nth-child(3) {
    margin-left: 0;
}
.album:nth-last-child(1) {
    margin-right: 0;
}
.album:hover {
    background: transparent;
}
.album img {
    width: 100%;
    height: auto;
}

@media all and (max-width: 820px) {
    .album,
    .album:nth-child(1),
    .album:nth-last-child(1) {
        width: 100%;
        max-width: 350px;
        display: inline-block;
        margin: 50px 0;
        vertical-align: top;
        cursor: pointer;
        font-style: italic;

    }
    .album-container {
        text-align: center;
    }
    #ascii-arrow {
        display: none;
    }
}

.video {
    width: 500px;
    height: 281px;
}
@media (min-width:830px) {
    .video.video-wide {
        width: 700px;
        height: 393px;
    }
}
.shows-table-container {
    width: 100%;
    overflow-x: auto;
}
.shows-table-container::-webkit-scrollbar {
    display: none;
}

.shows-table {
    width: 100%;
    min-width: 500px;
}
.shows-table tr td {
    padding: .05rem 0;
    text-align: left;
}
.table-arrow {
    position: absolute;
    bottom: 20px;
    font-size: 1.2rem;
    display: none;
}

.table-arrow.arrow-right {
    right: 50px;
    transform: rotate(180deg);
}
.table-arrow.arrow-left {
    left: 45px;
}

@media all and (max-width: 550px) {
    #big-bandcamp-player {
        display: none;
    }
    .content-container {
        padding: 3rem 1.5rem;
    }
    .table-arrow {
        display: block;
    }
}
@media all and (min-width: 551px) {
    #small-bandcamp-player {
        display: none;
        width: 100%;
        max-width: 350px;
    }
}



.button-flash {
    border: 2px solid #262626;
    padding: .8rem;
    font-size: 1.05rem;
    margin: 0 auto;
    animation-name: buttonFlash;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: step-end;
}
@keyframes buttonFlash {
    0% {
        background-color: #fff;
        color: #262626;
    }
    50% {
        color: #fff;
        background: #262626;
    }
}
.button-flash:hover {
    color: #fff !important;
    background: #262626 !important;
}

.icons {
    display: inline-block;
}
.icons>a {
    display: inline-block;
    background: #fff;
    border: 2px solid #262626;
    border-radius: 50%;
    font-size: 15px;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    padding-top: 5px;
}
.icons>a:hover {
    color: #fff;
    background: #262626;
}