/*
Theme Name: All Out Crew
Theme URI: https://alloutcompanies.co.uk/
Author: All Out Companies
Author URI: https://alloutcompanies.co.uk/
Description: Custom WordPress theme for All Out Crew, converted from the original ASP.NET WebForms site. Built on Bootstrap 5.3 with the original site's custom navbar, sticky footer layout, modal dialog and loading spinner preserved.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: allout-crew
*/

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

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

.page-wrapper {
    flex: 1 0 auto; /* fills all space between navbar and footer */
    display: flex;
    flex-direction: column;
}

main {
    flex: 1 0 auto; /* pushes footer down if content is short */
}

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

#myCarousel .carousel-item {
    height: 300px;
}

#myCarousel .carousel-item svg {
    height: 100%;
}

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

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

.linksocial {
    color: white;
}

.linksocial + .linksocial {
    margin-left: 0.75rem;
}

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