body {
    background: url('/static/img/background.jpg');
    background-repeat: no-repeat;
    background-size: cover
}

nav {
    background: rgb(17, 17, 18, 0.90);
}

    nav div form input {
        max-width: 150px;
    }

.nav-link {
    color: #E7DDF2 !important;
}

    .nav-link.active {
        color: #e6c200 !important;
    }

    .nav-link:hover {
        color: #b39700 !important;
    }

.text-white {
    color: #FFFFFF !important;
}

h1, h2 {
    color: #e6c200 !important;
}

.text-gold {
    color: #e6c200 !important;
}

    .text-gold:hover {
        color: #b39700 !important;
    }

.text-green {
    color: #0f5132 !important;
}

.text-red {
    color: red !important;
}

.bg-blue {
    background-color: #476BCA !important;
}

.bg-lightblue {
    background-color: #23B5E5 !important;
}

.bg-red {
    background-color: #CA47AC !important;
}

.bg-gold {
    background-color: #e6c200 !important;
}

.bg-darkgold {
    background-color: #b39700 !important;
}

.bg-goldenrod {
    background-color: #daa520 !important;
}

.bg-darkred {
    background-color: #330000 !important;
}

.bg-yellow {
    background-color: #CAA647 !important;
}

.bg-green {
    background-color: #47CA65 !important;
}


.bg-lightdark {
    background-color: #333366 !important;
}
/*
    dark red #330000
    dark blue #333366

*/
.bg-dark {
    background-color: #2F4F4F !important;
}



.bg-grey {
    background-color: #111112 !important;
}

.bg-lightgrey {
    background-color: #7c7c7c7a !important;
}
.border-black {
    border-color: #000000 !important;
    border: 5px solid black;
}

.border-gold {
    border-color: #e6c200 !important;
}

.border-darkgold {
    border-color: #b39700 !important;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
}

.bold {
    font-weight: bold;
}


.patcher-alert {
    padding: 15px;
}

.patcher-alert-danger {
    background-color: #f8d7da;
    color: #842029;
}

.patcher-alert-success {
    background-color: #d1e7dd;
    color: #0f5132;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
    margin-bottom: 1rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 32rem;
}

    .carousel-item .img {
        width: 100%;
        height: 32rem;
    }

        .carousel-item .img.c1 {
            background: url('/static/img/carousel/c1.jpg');
            background-position: center;
            background-repeat: no-repeat;
        }

        .carousel-item .img.c2 {
            background: url('/static/img/carousel/c2.jpg');
            background-position: center;
            background-repeat: no-repeat;
        }

        .carousel-item .img.c3 {
            background: url('/static/img/carousel/c3.jpg');
            background-position: center;
            background-repeat: no-repeat;
        }
/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}
    /* rtl:begin:ignore */
    .marketing .col-lg-4 p {
        margin-right: .75rem;
        margin-left: .75rem;
    }
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
    letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

.ranking .nav-link.active {
    background-color: #b39700;
    border-color: #b39700;
    color: #fff !important;
}


a:link {
    text-decoration: none;
}

    a:link:hover {
        font-weight: bold;
    }
