p {
    margin-bottom: 0;
}
img {
    width: 100%;
    height: auto;
}
.navbar-brand {
    font-size: 1.8rem;
    font-weight: bold;
    color: #000000;
}
#navbarNav .nav-link {
    font-size: 18px;
    font-weight: 500;
}
.section-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
}
.contactUsWrap .company-info {
    font-size: 18px;
}
.contactUsWrap a {
    color: #000000;
    text-decoration: none;
}
.contactUsWrap .contactIcons {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
footer {
    background-color: #000000;
    color:#ffffff;
}