/*
Theme Name: All Out Crew
Theme URI: https://alloutcompanies.co.uk
Author: All Out Crew
Description: Custom Bootstrap 5 theme for All Out Crew
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: alloutcrew
*/

html, body {
    height: 100%;
    margin: 0;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.page-wrapper {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

footer {
    margin-top: auto;
}

.custom-navbar {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: white;
    z-index: 1030;
}

.custom-navbar .navbar-brand img {
    height: 120px;
    width: auto;
}

.nav-link:hover {
    color: #006FB9;
}

.nav-link {
    color: #001B4C;
}

.linksocial {
    color: white;
}

/* Page spinner */
#pageSpinner {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 2000;
    align-items: center;
    justify-content: center;
}

@media (max-width: 576px) {
    #myCarousel .carousel-item {
        height: 400px;
    }
}
