.m-nav {
    font-size: 34px !important;
    font-family: FreeMono, monospace;
    font-weight: bold
}

.m-nav img {
    height: 30px;
}
  .header-padding-box{
        height: 10px;
    }
.m-footer {
    background-color: #e0e0e0;
    color: #131b33;
}

.m-footer h2 {
    color: #1f27b9;
    font-family: FreeMono, monospace;
    font-size: 25px;
}

.contact-us {
    background-color: #e0e0e0;
}

.social-media {
    font-size: 16px;
}

.social-media a {
    text-decoration: none;
}

.more-info {
    font-size: 20px;
}
.more-connection {
    font-size: 16px;
}
.social-connect {
    background-color:#191970;
    color: #ffffff;
    font-size:25px;
    word-spacing: 30px;
}
.ads {
    background-color:#ffffff;
}
.ads img {
    width: 240px;
    height: 150px
}


@media (max-width: 1150px) {
    .m-footer {
        width: 100%;
    }

    .m-nav {
        font-size: 33px !important;
        font-weight:bold;
    }

    .m-nav img {
        height: 35px;
    }
    .header-padding-box{
        height: 82px;
    }
}