body {
    background-color: #F5F5F7;
    
}
#numbers {
    font-family: "Times New Roman", Times, serif;
    line-height: 26px;
    font-size: 1.3em;
}
a {
    
    color: #8a7811;
}

nav {
    background-color: #132140;
    height: 40px;
    width: 100%;
}
nav .nav-link:hover {
    text-decoration: underline;
    color: #4161a5;
}

nav .nav-link:hover {
    background-color: #4161a5;
    color: #000000;
}

.card-title {
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    font-size: 1.3em;
    text-transform: uppercase;
}
.card-text {
    font-size: 16px;
    
}

#call-us {
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.3em;
    font-style: italic;
    background-color: #B8B8B9;   
}

.card {
    margin: 0px;
    padding: 0px;
}

#carouselExampleIndicators img {
    max-width: 660px;
    height: auto;
    object-fit: contain;
    background-color: #000000;
    margin: 0 auto;
}
#testimonialsCarousel .carousel-inner {

    height: auto;
}
#bottom {
    font-size: .8em;
}
#about h2 {

    font-family: 'Times New Roman', Times, serif;
      
}
#about h3 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.4em;
    color: #132140;
    
}


@media (max-width: 1020px) {

    nav {
        background-color: #ffffff;
        height: 40px;
        width: 100%;
    }
    nav{ margin-bottom: 200px;}

   #fclogo {
        width: 100%;
        height: auto;

    }
    #button {
       width: 60%;
        height: auto;
    }
   
}