@charset "UTF-8";
/* CSS Document
Theme Name: Capitol Security and Lock

Author: Ryan Abrahamsen
Author URI: https://www.terrain360.com
*/


body, html {
    font-family: "Albert Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

h1 { font-family: "Albert Sans", sans-serif; }

a {color: #191919;text-underline-offset: 4px;}


p { font-size: 16px; }
.hero p { font-size:20px; }
.nav {
    position: fixed;
    z-index: 220;
}

.nav_bg {
    height: 100px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)), color-stop(0, #000000));
}

ul.about-list {
    font-size: 14px;
}
ul {
    font-size: 14px;
}
.phone {font-size: 20px;}
.custom-hr {
    border: 0;
    border-top: 1px solid #333; /* Darker color for the line */
    margin: 20px 0; /* Padding above and below */
}
.services a {text-decoration: none;}

.navbar {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 12px;
    line-height: 18px;
    width: 100%;
    padding-left: 90px;
    padding-right: 90px;
}

.nav-link {
    color: #ffffff !important;
    font-family: "Albert Sans", sans-serif;
    font-weight: 400;
    padding-right: 25px !important;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0 1px 2px rgb(0 0 0 / 54%), 0 0 30px rgb(0 0 0 / 8%);
}

.navbar-brand img {
    width: 100px;
}

.services img {
    position: relative;
    object-fit: cover;
    width: 100%;
    height: 340px;
}

.aboutimage img {
    position: relative;
    object-fit: cover;
    width: 100%;
    height: 400px;
}
#home h2 {text-transform: uppercase;}
.card-img-top { border-radius: 0px; }
.logo {
    font-size: 1.5rem;
    font-weight: bold;
}

.mast_image {
    position: relative;
}

.mast_image img {
    position: relative;
    object-fit: cover;
    width: 100%;
    height: 640px;
    z-index: 0; /* Ensure image is at the base level */
}

.mast_image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); /* 20% black overlay */
    z-index: 1; /* Ensure overlay is above the image */
}

.hero_parent {
    position: relative;
    z-index: 2; /* Ensure hero section is above the mast image and its overlay */
}
.mast_image img {width: 100%;
    height: 700px;
    object-fit: cover;}

.hero {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 400px;
    background-image: linear-gradient(to bottom, rgba(26, 65, 152, 0), rgba(26, 65, 152, 1));
    background-size: cover;
    z-index: 3; /* Ensure hero section is above everything */
}

.scrolly {
    margin-top: 20px;
    font-size: 24px;
}



.testimonial {
    font-size: 1.1rem;
    font-style: italic;
}

.carousel-inner .carousel-item {
    height: 200px; /* Adjust the height as needed */
}

.carousel-inner .carousel-item .testimonial {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators {
    bottom: -30px; /* Adjust this value to properly position the indicators */
}

.carousel-indicators li {
    background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
    content: ''; /* Remove the number content */
}

#carouselTrustedBrands .carousel-indicators li {
    background-color: rgba(0, 0, 0, 0.5); /* Different color for trusted brands carousel indicators */
}

#carouselTrustedBrands .carousel-control-prev-icon,
#carouselTrustedBrands .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5); /* Different color for trusted brands carousel controls */
}

#carouselTrustedBrands .carousel-item .row .col-md-2,
#carouselTrustedBrands .carousel-item .row .col-4 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

footer { background-color: #1a1a19; color: #ffffff; }

@media (max-width: 768px) {
    /* Add mobile-specific styles if needed */
}
