﻿/*   Gradient NavBar  */
.custom-gradient-navbar {
    background: linear-gradient(to right, #007bff, #00c6ff);
}

    .custom-gradient-navbar .navbar-brand,
    .custom-gradient-navbar .nav-link {
        color: #fff !important;
        font-size: 1.1rem;
        font-weight: 500;
    }

    /*  Hover Effect  */
        .custom-gradient-navbar .nav-link:hover {
            text-decoration: underline;
            color: #ffeb3b !important;
        }

        /*   Shadow for depth */
.custom-gradient-navbar {
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}



/* Site Specific CSS */
:root {
    --brand: #0d6efd;
}

.navbar .nav-link.active {
    font-weight: 600;
}

.carousel-caption {
    background: rgba(0,0,0,.45);
    border-radius: .5rem;
}

.section-title {
    font-weight: 700;
    letter-spacing: .3px;
}

.scroller {
    overflow-x: auto;
    white-space: nowrap;
}

    .scroller .card {
        display: inline-block;
        width: 280px;
        margin-right: 1rem;
        vertical-align: top;
    }

/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
