body {
    font-family: "Noto Sans", Verdana, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-optical-sizing: auto;
    background-color: #efefef;
}

.bg-cover {
    background: linear-gradient(rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0.4), rgb(22, 22, 22)), url('../assets/professional-working-on-computer.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

h1, h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

h3, h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.navbar-brand, #footer-brand {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 300; 
    font-size: 1.7em;
}

#footer-brand {
    font-size: 1.6em;
}

.nav-item.nav-contact {
    background-color: rgba(0, 149, 254, 0.8);
    border: 1px solid rgba(0, 149, 254, 1.0);
    border-radius: 1.5em;
}

.nav-link {
    color: white;
}

.nav-link .contact {
    /* color: #0095fe; */
    color: white;
}


@media (min-width: 992px){
    .nav-item.nav-contact {
        background-color: transparent;
        border: 2px solid rgba(0, 149, 254, 1.0);
        border-radius: 1.5em;
    }

    .nav-link .contact {
        font-weight: 500;
        color: #0095fe;
    }

    a.nav-link-contact .contact:hover {
        color: white;
    }

    footer .shift-right {
        text-align: right !important;
    }

}

.site-dark {
    background-color: #161616;

}

.hero {
    padding: 100px 0;
    text-shadow: 0px 3px 7px #272727;
}

.hero-title {
    text-transform: uppercase;
}

section h2 {
    text-transform: uppercase;
    font-weight: 300;
}

#services {
    margin-top: -1px;
    position: relative;
}

.service-icon {
    font-size: 3rem;
    /* color: #2377c0; */
    /* color:#0d6dfd; */
    color: #c4fc0d;
}

.card {
    color: var(--bs-light-rgb);
}

.card .card-text {
    color: #e5e5e5;
}

@media (max-width: 991px){
    #about h2 {
        text-align: center;
    }

    #about img {
        margin: auto;
    }

    #column-spacer {
        display: none;
    }

    #contact-form {
        margin-top: 1rem;
    }
}

.about-img {
    max-width: 100%;
    height: auto;
}

.testimonial {
    font-style: italic;
}

.testimonials .card blockquote {
    margin-bottom: 0.2rem;
}

.testimonials .card {
    background-color: rgb(255, 255, 255, 0.8);
}

.blockquote-footer {
    background-color: transparent;
}

/* #contact {
    color: white;
} */

#contact-box {
    border: 1px solid;
    border-radius: .6em;
    border-color: #e9ecef54;
}

#contact h4 {
    text-transform: uppercase;
    font-weight: 300;
}

#contact-intro {
    font-weight: 300;
    font-size: .9em;
}

#contact .form-label {
    text-transform: uppercase;
}

#contact .form-inputs {
        display: block;
        width: 100%;
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: var(--bs-body-color);
        background-clip: padding-box;
        border: var(--bs-border-width) solid #808080; /* var(--bs-border-color); */
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-top: none;
        border-right: none;
        border-radius: 0;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#contact .form-inputs:focus {
    border-color: #86b7f3;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
    outline: 0;
}

#contact .form-inputs::placeholder {
    text-transform: lowercase;
    font-size: .9em;
    font-weight: 300;
    color: #808080;
}

#bottom {
    color: #efefef;
    font-family: "Montserrat", sans-serif;
}

footer h5 {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    /* color: gray; */
    font-weight: 200;
    padding-top: 0.5rem;
    font-size: 1.4em;
}

.bottom-icon {
    font-size: 1.4em;
    padding-right: 0.7rem;
    padding-top: 0.5rem;
}

footer {
    background-color: #343a40;
    color: #808080;
    padding: 20px 0;
}

#copyright-attribution {
    color: #808080;
}