﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #FBFBFB;
    text-decoration: none;
}

a:hover {
    color: #FFFFFF;
    text-decoration:none;
}

.btn-primary {
    color: #FFFFFF;
    background-color: #c21b1b;
    border-color: #ac1818;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #FFFFFF;
    background-color: #c21b1b;
    border-color: #ac1818;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}


.border-top {
    border-top: 1px solid #1a1a1a;
}
.border-bottom {
    border-bottom: 1px solid #1a1a1a;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    color: #FBFBFB;
    background-position: center;
    background-color: black;
    background-attachment: fixed;
    max-width: 100%;
    overflow-x: hidden;
    background-size: 1920px 1200px;
}

@media (min-height: 1080px) {
    body {
        background-size: 2880px 1800px;
    }
}

@media (min-height: 2000px) {
    body {
        background-size: 3840px 2400px;
    }
}

@media (min-width: 1920px) {
    body {
        background-size: 2880px 1800px;
    }
}

@media (min-width: 2700px) {
    body {
        background-size: 3840px 2400px;
    }
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    padding: 8px 8px 8px 8px;
    color: #CBC5BF;
    font-size: 10px
}

.newsbox {
    width: 420px;
    text-align: left;
    padding: 16px 16px 16px 16px;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 24px;
    background-color: rgba(0,0,0,0.8);
    text-wrap: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

@media (min-width: 62em) {
    .newsbox {
        width: 870px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width:62em) {
    .box420 {
        height: 500px;
        margin-left: 16px;
        margin-right: 16px;
    }
}
@media (max-width:62em) {
    .box420 {
        margin-left: auto;
        margin-right: auto;
    }
}

.box420 {
    width: 420px;
    text-align: left;
    padding: 16px 16px 16px 16px;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 24px;
    background-color: rgba(0,0,0,0.8);
    float: left;
    text-wrap: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.artistcontainer {
    width: 360px;
    height: 180px;
    margin: 4px 4px 4px 4px;
    display: inline-block;
    float: left;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}

@media (min-width:48em) {
    .artistcontainer {
        width: 260px;
        height: 220px;
    }
}
.artistbox {
    display: inline-block;
    padding: 8px 8px 8px 8px;
    width: 360px;
    height: 180px;
    cursor: pointer;
    vertical-align: top;
    color: white;
    font-size: 20pt;
    font-weight: lighter;
    background-size: cover;
    background-position:center;
    text-shadow: 2px 2px 2px rgba(0,0,0,1), 5px 5px 7px rgba(0,0,0,0.9), 3px 0px 7px rgba(0,0,0,0.8), -3px 0px 7px rgba(0,0,0,0.9), 0px 4px 7px rgba(0,0,0,1);
    filter: brightness(100%);
}

@media (min-width:48em) {
    .artistbox {
        width: 260px;
        height: 220px;
    }
}

.artistbox:hover {
    filter: brightness(120%);
}

.albumcover {
    width: 300px;
    height: 300px;
    filter: brightness(100%);
}

.newscover:hover {
    filter: brightness(120%);
}

.newscover {
    width: 70px;
    height: 70px;
    margin-right: 16px;
    filter: brightness(100%);
}

.newscover_flat {
    width: 70px;
    height: 70px;
    margin-right: 16px;
    filter: brightness(100%);
}

.albumcover:hover {
    filter: brightness(120%);
}

.megashadow {
    text-shadow: 0px 5px 5px rgba(0,0,0,0.5),0px 11px 10px rgba(0,0,0,0.8),0px 22px 20px rgba(0,0,0,0.9),3px 5px 3px rgba(0,0,0,1);
}

.simplebutton {
    padding: 8px;
    border-color: #CCCCCC;
    border-style:solid;
    border-width: 1px;
    margin-right:16px;
}

.simplebutton:hover {
    border-color: #EEEEEE;
}

.bigbutton {
    padding: 10px;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    margin-right: 16px;
    font-size:16px;
}

.bigbutton:hover {
    border-color: #EEEEEE;
}

.thumb169 {
    width: 280px;
    height: 150px; 
    filter: brightness(100%);
}

.thumb169:hover {
    filter: brightness(120%);
}