﻿
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

input,
select,
textarea {

}

html body {
    background-color: white;
    overflow-x: hidden;
}

main {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

h1, h2 {
    text-align: center;
}

/**** Containers ****/

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1320px;
    }
}

/*********************/


/**** Header ****/

header {
    margin: 0 0;
    padding: 24px 0;
    color: #000;
    background-color: #fff;
}

header .container-fluid .row {
    margin-right:0 !important;
}

    header .header-contact {
        text-align: right;
        font-size: 18px;
        font-weight: bold;
        color: #202020;
        line-height: 175%;
    }

@media screen and (max-width: 992px) {
    header {
        background-color: #070028;
    }
    header .header-contact, header .header-contact a {
        color:#fff;
    }
}


.floating-logo-left {
    position: absolute;
    left: 1rem;
    top: -56px;
    z-index: 1050;
    width: 500px !important;
    max-width: 1000px;
}

/***************************/


/**** Content ****/

.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (min-width: 768px) {
    .body-content {
        padding: 0;
    }
}

.content {
    padding-top: 26px;
    padding-bottom:12px;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0 !important;
    margin-right: 24px;
    margin-left: 24px;
}

@media (min-width: 768px) {
    .home-content-margin {
        margin-top: -130px;
    }
}

.content.bg-dark {
    --bs-bg-opacity: 1;
    background-color: #000 !important;
}

.content.dk-bg {
    background-color: #000;
    padding:24px 0;
    color:#fff;
}

.content.dk-bg .btn {
    color:cornsilk;
}

.content.light-bg {
    background-color: #c3c3c3;
    padding: 24px 0;
    color: #000;
    margin-bottom: 24px;
}

.content.world-bg {
    background-image: url('/images/Backgrounds/World-BG.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    min-height: 400px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.8);
    background-blend-mode: overlay;
    color: #fff;
}

    .content.world-bg .card {
        color: #000;
    }

.content.repairs-bg {
    background-image: url('/images/Backgrounds/Repairs-bg.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    min-height: 400px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.9);
    background-blend-mode: overlay;
    color: #fff;
}
.content.blues-bg {
    background-image: url('/images/Backgrounds/blues-bg.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    min-height: 200px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: overlay;
    color: #fff;
}

.content.blues-bg .card {
    color:#000 !important;
    margin-top:48px;
    margin-bottom:64px;
}


/*********************/


.top-image {
    border-bottom: solid 2px #cccccc;
}


/******** Home Page Image with Box Hovers ********/


.animated-box-container {

    gap: 30px;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    transform: translateY(-50%);
    z-index: 10;
}

@media screen and (max-width: 767px) {
    .animated-box-container {
        display:none;
    }
}

.feature-box {
    flex: 1; 
    text-align: center; 
    background: #f4f4f4;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    min-height: 320px;
}

.feature-box a {
    text-decoration:none;
}

    .feature-box img {
        max-width: 100%; 
        height: auto;
        margin-bottom:12px;
    }

.feature-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
    cursor: pointer;
}

@media screen and (min-width: 1024px) {
    .feature-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

}

.btn-primary {
    background-color: #0c489e !important;
}

/**************************************************/


/**** Footer ****/

footer .footer-title {
    font-size:24px;
}


/**** Contact Page ****/

.contact-page-container {
    overflow-x: hidden;
    max-width: 100%;
}

.map {
    margin-bottom: -24px;
}

/********************/


/**** Margins ****/

.mt-60 {
    margin-top:60px !important;
}

/**************/


/**** Back to Top Button ****/

.back-to-top {
    z-index: 99999;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    color: #000000;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.33);
}

/*****************************/



/**** Parked Page ****/

body.parked {
    background-color: #08002a !important;
    color:#fff;
}

/***********************/