﻿/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

body {
    background-color: #808080;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.site-width {
    max-width: 1140px;
    margin: auto;
    background-color: #D9D9D9;
}

.nav-background {
    background-color: #D9D9D9;
    padding: 0 20px;
}

.head-box {
    width: 100%;
    display: block;
}

.max-img-width {
    max-width: 100%;
}

.m-hidden {
    display: inline-block;
}

.bg1 {
    background-color: #000A1A;
}

.navbar-nav .nav-link {
    color: #000A1A;
    font-weight: bold;
    font-size: 25px;
}

.nav-link{
    padding:0px;
}

.container {
    max-width: 1140px;
    width: 100%;
    background-color: #000A1A;
    --bs-gutter-x: 1.9rem;
}

.footer {
    background-color: #D9D9D9;
}

.footer-nav {
    display: flex;
    margin-bottom: 0;
    flex-wrap:wrap;
}

    .footer-nav div .nav-link{
        font-weight:bold;
    }

.main-info {
    color: #D9D9D9;
    text-align:center;
}

.image-box {
    width: 100%;
}

.display-image {
    width: 100%;
    display: none;
}

.col-md-6 p{
    font-size:15px;
}






