/*Grid*/
* {
    box-sizing: border-box;
}

[class*="col-"] {
    width: 100%;
}
@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}
@media only screen and (min-width: 1025px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}

[class*="col-"] {
    float: left;
    padding: 15px;
    /*border: 1px solid red;*/
}
@media only screen and (max-width:700px) {
    [class*="col-"] {
        padding: 8px;
    }
}
@media only screen and (max-width:850px) {
    .albumTracklist[class*="col-"] {
        width: 100%;
    }
}
.row::after {
    content: "";
    clear: both;
    display: block;
}

/*General*/
body {
    background-color: white;
    background-image: url(../Content/Images/BGs/SplatterBackdrop.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0px;
}
@media screen and (max-width: 600px) {
    body {
        background-repeat: repeat;
    }
}
.center {
    background-color: black;
}
.content, .sideBar {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.content {
    min-height: 64vh;
}
h1, h2, h3 {
    font-family: 'Armalite Rifle';
}
h1 {
    font-size: x-large;
}
h2 {
    font-size: larger;
}
h3 {
    font-size: xx-large;
    margin-top: 0px;
}
p {
    font-family: 'Dead Font Walking';
}
a, a:visited, a:active {
    color: black;
    cursor: pointer;
    transition: 0.2s;
    font-family: 'Dead Font Walking';
    margin: 0px;
}
a:hover {
    color: red;
}
#jbButton {
    position: fixed;
    background-color: white;
    padding: 10px;
    width: 25%;
    left: 50%;
    margin-left: -12.5%;
    bottom: -100px;
    text-align: center;
    font-size: xx-large !important;
    cursor: pointer;
    box-shadow: 2px 3px 20px 2px black;
    border-radius: 3px;
    transition: 0.2s;
    z-index: 1;
}
#jbButton:hover{
    color: red;
    box-shadow: 5px 8px 25px 5px black;
    margin-bottom: 10px;
}
#jbButton p {
    font-size: x-large;
    margin: 0px;
}

/*Header*/
.header {
    background-color: black;
    box-shadow: 0px 0px 10px 20px black;
    border-bottom: 2px solid white;
}
.hLink {
    float: left;
    width: 25%;
    text-align: center;
    margin-top: 50px;
}
.hLink a {
    color: white;
    text-decoration: none;
    font-family: 'Zero & Zero Is';
    font-size: 300%;
    transition: 0.4s;
}
.hLink a:hover {
    color: red;
}
.logo {
    max-width: 150px;
}
.logoText {
    color: darkred !important;
    font-size: larger;
    margin-top: -15px;
}
.active {
    background-color: white;
    color: black !important;
}
.hiBar1, .hiBar2, .hiBar3 {
    width: 35px;
    height: 5px;
    background-color: white;
    margin: 6px 0px;
    transition: 0.4s;
}
.hIcon:hover > .hiBar1, .hIcon:hover > .hiBar2, .hIcon:hover > .hiBar3{
    background-color: red;
}
.change .hiBar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}
.change .hiBar2 {
    opacity: 0;
}
.change .hiBar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}
.hIcon {
    display: none;
}
@media screen and (max-width: 600px) {
    .logo {
        display: none;
    }
    .logoText {
        margin-top: 0px;
        font-size: xx-large;
        text-align: center;
    }
    .headerLinks a:not(.active) {
        display: none;
    }
    .hIcon {
        float: right;
        display: inline-block !important;
        color: black;
        font-size: x-large;
        cursor: pointer;        
    }
    .hLink {
        margin-top: 0px;
        text-align: left;
        width: 50%;
    }
    .hLink a {
        font-size: 250%;
    }
    .headerLinks.responsive {
        position: relative;
    }
    .headerLinks.responsive a.hIcon {
        position: absolute;
        right: 15px;
        top: 15px;
    }
    .headerLinks.responsive .hLink {
        float: none;
        display: block;
    }
    .headerLinks.responsive .hLink a {
        display: block;
        text-align: left;  
        margin-bottom: 5px;
    }
}

/*Sidebar*/
.sideBar p {
    margin: 0px;
}
.sideBar a {
    font-size: larger;
}

/*News*/
.postsList {
    padding-left: 20px;
}
.postsList a:hover {
    margin-left: 5px;
}
.newsPostTitle {
    margin: 0px;
}
.newsPostDate {
    margin: 0px 0px 20px 0px;
    font-size: larger;
}
.newsPostBody {
    font-size: x-large;
}
.newsEntry {
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
}
.spacer {
    height: 10px;
}

/*Music*/
.albumSection {
    clear: both;
    border-bottom: 2px solid black;
    border-bottom: 2px solid rgba(0, 0, 0, 0.4);
}
.albumCover {
    width: 95%;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.7);
}
.albumTracklist a {
    clear: both;
}
.albumTracklist p {
    font-family: 'Dead Font Walking';
    margin: 0px 0px 12px 0px;
}
.musicTrack {
    cursor: pointer;
    transition: 0.2s;
    font-size: large;
    line-height: 80%;
}
.musicTrack:hover {
    color: red;
    opacity: 0.8;
    margin-left: 5px;
}
.albumBuy {
    border: 2px solid rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 10px 3px rgba(0, 0 , 0, 0.6);
}
.albumBuy a:hover {
    margin-left: 5px;
}
.albumBuy p {
    text-decoration: underline;
}
.modal{
    display: none;
    position: fixed;
    z-index: 2;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}
.player{
    margin: auto;
    position: relative;
    display: block;
    width: 100%;
    max-width: 700px;
    height: 120px;
    animation-name: zoom;
    animation-duration: 1s;
    background-color: #303030;
    box-shadow: 5px 5px 10px 1px;
}
.player p {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    float: left;
    margin: 0px;
}
.playerArt {
    height: 120px;
    width: 120px;
    float: left;
}
.playerNonArt {
    position: relative;
    padding-left: 120px;
}
.titleRow, .artistRow {
    height: 20px;
    padding-top: 5px;
}

.title, .artist {
    display: inline-block;
    padding: 0 0 0 2.86%;
    text-overflow: ellipsis;
}
.cover {
    width: 120px;
    height: 120px;
    position: absolute;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.cover img {
    width: 100%;
}
.controls {
    position: relative;
    height: 80px;
    vertical-align: top;
    top: 0px;
    padding: 20px 15px 0px 15px;
}
.play {
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: relative;
    background-color: rgba(0,0,0,0.2);
    border-radius: 2px;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
    float: left;
}
.play:hover {
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
.timeVolRow {
    position: relative;
    left: 65px;
    height: 25px;
}
.timeTrack {
    position: absolute;
    padding-top: 6px;
}
.tracker, .volume {
    position: relative;
    float: left;
    background-color: rgba(0, 0, 0, 0.3);
    border: 2px solid rgba(200, 200, 200, 0.3);
    border-radius: 5px;
    box-shadow: inset 0px 0px 5px 5px rgba(0, 0, 0, 0.5);
    padding: 0px 2px 0px 2px;
}
.tracker {
    height: 20px;
    width: 80%;
    left: 15px;
    top: 5px;
}
.volume {
    position: absolute;
    width: 12px;
    height: 70px;
    left: 20px;
    top: 15px;
}
.volumeIcon, .muteIcon {
    width: 25px;
    height: 25px;
}
.volumeIcon img, .muteIcon img {
    width: 25px;
}
.ui-slider-range {
    background-color: red;
    height: 12px;
    width: 5px;
    position: absolute;
}
.tracker .ui-slider-range {
    top: 2px;
    left: 0px;
    box-shadow: inset black 0px 0px 10px 0px;
}
.volume .ui-slider-range {
    bottom: 0px;
    left: 2px;
    box-shadow: inset black 0px 0px 2px 0px;
}
.ui-slider-handle {
    border: solid 2px black;
    border-radius: 5px;
    cursor: pointer;
    background-color: #c4c4d4;
    position: absolute;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.25) inset;
}
.tracker .ui-slider-handle {
    top: -2px;
    padding: 8px;
}
.volume .ui-slider-handle {
    padding: 4px;
    left: -2px;
}
.ui-slider-handle:hover {
    background-color: white;
}
.dropdown {
    display: inline-block;
    height: 25px;
    width: 50px;
    position: absolute;
    right: 20%;
}
.dropdown:hover .dropdown-content{
    display: block;
}
.dropdown-content {
    display: none;
    z-index: 2;
    width: 30px;
    height: 90px;
    left: 15px;
    top: -60px;
    position: absolute;
}
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.close:hover, .close:focus {
    color: gray;
    text-decoration: none;
    cursor: pointer;
}
@keyframes zoom {
    from {transform: scale(0)}
    to {transform: scale(1)}
}
@media only screen and (max-width:700px) {
    .player {
        width: 100%;
    }
    .albumRow 
}
@media screen and (max-width:400px) {
    .player {
        height: 80px;
    }
    .playerArt {
        width: 80px;
        height: 80px;        
    }
    .cover {
        width: 80px;
        height: 80px;
    }
    .playerNonArt {
        padding-left: 80px;
    }
    .titleRow, .artistRow {
        height: 15px;
        padding-top: 1px;
    }
    .player p {
        font-size: 10px;
    }
    .controls {
        height: 60px;
        padding: 5px 5px 0px 5px;
    }
    .play {
        width: 40px;
        height: 40px;
    }
    .play img {
        width: 100%;
    }
    .timeVolRow {
        height: 20px;
        top: -4px;
    }
    .dropdown {
        width: 70px;
    }
    .volumeIcon {
        width: 20px;
        height: 20px;
    }
    .volumeIcon img {
        width: 20px;
    }
    .volume {
        width: 9px;
        height: 45px;
        left: 12px;
        top: 35px;
    }
    .volume .ui-slider-range {
        left: 1px;
        width: 3px;
    }
    .volume .ui-slider-handle {
        padding: 3px;
        left: -3px;
    }
    .tracker {
        height: 15px;
        left: 10px;
        top: 2px;
    }
    .tracker .ui-slider-range {
        height: 7px;
    }
    .tracker .ui-slider-handle {
        top: -3px;
        padding: 6px;
    }
}

/*Lyrics*/
.lyricsBlock p {
    margin: 0px;
    font-size: x-large;
}
.tlTrack a:hover {
    margin-left: 5px;
}

/*Bio*/
.bioBlock p {
    font-size: x-large;
}

/*Footer*/
.footer {
    width: 100%;
    color: white;
    background-color: black;
    box-shadow: 0px 0px 10px 20px rgba(0, 0, 0, 0.2);
    border-top: 2px solid white;
    margin-top: 100px;
}
.footer a {
    color: white;
    transition: 0.4s;
}
.footer a:hover {
    color: red;
}
.footer p {
    margin: 0px;
    font-family: 'OldNewspaperTypes';
}
.fcl {
    text-align: left;
}
.fcm {
    text-align: center;
}
.fcr {
    text-align: right;
}

@font-face{
    font-family: 'Armalite Rifle';
    src: url('../Content/Fonts/armalite.ttf');
}
@font-face{
    font-family: 'Zero & Zero Is';
    src: url('../Content/Fonts/zero&.ttf');
}
@font-face{
    font-family: 'Dead Font Walking';
    src: url('../Content/Fonts/DeadFontWalking.otf');
}
@font-face{
    font-family: 'OldNewspaperTypes';
    src: url('../Content/Fonts/OldNewspaperTypes.ttf');
}

/*Index*/
.index {
    background-color: black;
    background-image: none;
}
.index div {
    width: 100%;
    text-align: center;
}
.index img {
    width: 25%;
    margin-top: 10vh;
}
.index a {
    color: white;
    font-size: 7vw;
}
.index a:hover {
    color: red;
}
@media only screen and (max-width: 600px) {
    .index img {
        width: 90%;
        margin-top: 0px;
    }
    .index a {
        font-size: 20vw;
    }
}