::selection {
    color: lightgray;
    background: darkgrey;
  }

::-moz-selection {
    color: white;
    background: darkgrey;
  }



html, body {
    overflow: auto;
  }
  
body {
    font-family: "Cormorant SC", serif;
    background-color: black;
    color:#828282;
}
h1,h2,h3,h4,h5,h6 {
    font-family: "Cormorant SC", serif;
    color:#E5E6E8;
}
p {
    font-family: "Cormorant SC", serif;
    color:#828282;
}
a {
    text-decoration:underline;
    color:#E5E6E8;
}
a:hover, a:focus {
    text-decoration:none;
    color:#E5E6E8;
}


#copyright {
    color:#E5E6E8;
}
#contacts {
    color:#E5E6E8;
    font-family: "Cormorant SC", serif;
    font-size: 24pt;
    margin-top: -15px;
}


nav {
    font-weight: 500;
}
tr {
    border-bottom: 1px solid #828282;
}
hr {
    border-color:#828282;
}


.w3-content {
    max-width: 1024px;
}

.w3-button {
    color:#828282;
    font-size: 1.25rem;
}
.w3-button:hover, .w3-button:focus {
    color:#E5E6E8 !important;
    background-color: black !important;
}


.w3-card {
    min-height: 250px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 16px;
    filter:grayscale(0%);
}
.w3-card:hover {
    filter:grayscale(100%);
    color:#E5E6E8 !important;
    text-decoration:none;
    cursor:pointer;
}
.w3-card:focus {
    filter:grayscale(100%);
    color:#E5E6E8 !important;
    text-decoration:none;
    cursor:pointer;
}



.w3-modal-content {
    background-color: black;
    border: #E5E6E8;
}

.w3-row-padding {
    padding-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.closebtn {
    float: right;
    text-decoration:none;
    font-size:28pt;
    font-weight:600;
    color:#828282;
}
.closebtn:hover, .closebtn:focus
{
    color:#E5E6E8 !important;
    text-decoration:none;
    cursor:pointer;
}
.band_age {
    margin-top: -10px;
    font-style: italic;
}
.band_header {
    text-align: center !important;
}
.album_name {
    color:#E5E6E8;
}
.band_card {
    flex: 1 1 0;
}



@media (max-width: 600px) {
    .mobile-table {
        display: block;
        overflow-x: auto;
    }
}