/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #5a5a5a;
}
.bg-company-colour {
    background-color: #282568!important;
}

.label.label-company {
    color: #ffffff;
    background-color: #282568;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 10rem;
    z-index: 10;
}
.carousel-item > img {
    top: 0;
    left: 0;
    min-width: 100%;
}
.carousel-indicators {
    bottom: 15px!important;
}

/*  NAV CSS
-------------------------------------------------- */
.nav-item a:hover {
    border-bottom: 2px solid #fff;
}
.navbar-nav li.active > a {
    border-bottom: 2px solid #fff;
}
.navbar-nav li.active:hover {
    border-bottom: none;
}
.navbar-nav li.active > a:hover {
    cursor: default;
}
.dropdown-menu a:active {
    background-color: #282568;
}
.dropdown-menu .dropdown-item:hover {
    color: #fff;
    background-color: #282568;
    border-bottom: none;
}
.dropdown-menu .dropdown-item.disabled {
    background-color: #cccccc;
    border-bottom: none;
    pointer-events: none;
}
.show > .nav-link {
    border-bottom: 2px solid #fff;
}

/*  SPINNER CSS
-------------------------------------------------- */
.spinner-xl:before {
    width: 3.5rem;
    height: 3.5rem;
}

/* 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;
    }
}

@media (max-width: 768px) {
    .fixed-top {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030; }
}
