﻿/* 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, a:visited, a:hover {
    color: #EDCB07;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.btn-primary, a.btn-primary {
    background-color: transparent;
    border: 1px solid white;
    color: rgb(245,245,245);
}

    .btn-primary:hover, a.btn-primary:hover,
    .btn-primary:active, .btn-primary:active:focus,
    a.btn-primary:active, a.btn-primary:active:focus
    {
        background-color: white !important;
        color: #740b0b !important;
        border: 1px solid white !important;
        box-shadow: none !important;
    }

.nav-link {
    color: rgb(237,203,7) !important;
}

    .nav-link:hover, .nav-link.active {
        color: rgb(245,245,245) !important;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: transparent;
    color: rgb(245,245,245) !important;
}

.nav-pills .nav-link:hover {
    color: white !important;
}

.modal {
    color: black;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.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%;
}

.navbar {
    background-color: #740b0b;
    font-family: superclarendon;
    font-size: 1.2rem;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    color: rgb(245,245,245);
    font-family: Raleway;
    background-color: #740b0b;
    background-image: url("/images/DrossWallpaper.png");
    background-size: 400px 250px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    background-color: #740b0b;
}

.activePlaylistItem {
    font-weight: bold;
}

    .activePlaylistItem:before {
        content: "»";
        margin-right: 6px;
    }