﻿@import url('font_face.css');
@import url('fontawesome.css');
@import url('brands.css');
@import url('solid.css');

body {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
}


.alignLogo {
    width: 20rem;
}

.nav-link {
    color: black !important;
    font-size: 17px !important
}

.navbar-brand span.orange {
    color: #c37b20;
    font-weight: bold;
    font-style: italic;
}

.navbar-brand span.blue {
    color: #0e1c54;
    font-weight: bold;
}

.btn-custom, .btn-custom:hover {
    border: 2px solid #4a3b91;
    color: #4a3b91;
    font-weight: 600;
}

.btn-custom-filled, .btn-custom-filled:hover {
    background-color: #4a3b91;
    color: white;
    font-weight: 600;
}

.form-control::placeholder {
    font-size: 0.875rem;
}

.social-icons img {
    width: 24px;
    height: 24px;
}

.banner-header {
    background-color: #3b228f;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    padding: 10px 0;
}

.carousel-item img {
    height: 450px;
    object-fit: cover;
    width: 100%;
}

.feature-icon {
    font-size: 2.5rem;
    color: #3b228f;
}

.feature-text {
    margin-top: 10px;
    font-weight: 600;
    color: #3b228f;
}

.section-title {
    color: #3b228f;
    font-weight: 700;
}

.storage-text {
    color: #333;
    font-size: 1rem;
    line-height: 1.6;
}

.storage-img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 6px;
}

.header-bar, .footer-bar {
    background-color: #3b228f;
    color: white;
    text-align: center;
    font-weight: 600;
    padding: 12px;
}

.map-container iframe {
    width: 100%;
    height: 450px;
    border: 0;
}

.subtitle {
    font-weight: 700;
    color: #3b228f;
}

.description {
    font-size: 1rem;
    color: #333;
    margin-bottom: 1rem;
}

.btn-cta {
    background-color: #3b228f;
    color: white;
    font-weight: 600;
    padding: 0.5rem 1.5rem;
}

    .btn-cta:hover {
        background-color: #2f1b6e;
        color: #fff;
    }

.great-customer {
    font-size: 22px;
}

@media screen and (max-width: 992px) {
    .alignLogo {
        width: 15rem;
    }
}
