body {
    background-color: #edf2f4;
}

nav {
    background-color: #023047 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-align: center;
}

h2 {
    font-size: 4.5vw !important;
}

h5 {
    font-weight: 200 !important;
}

#dmc {
    display: block;
}

#mmc {
    display: none;
}

.btn {
    background-color: #fb8500 !important;
}

.card .card-image img {
    height: 10rem;
}

.card .card-content {
    height: 18rem;
}

.page-footer {
    background-color: #023047 !important;
}

.btn:hover {
    background-color: #ffb703 !important;
}

.crow .row {
    padding: 10px 0px 45px 0px;
}

.crow .col {
    height: 18rem;
    display: grid;
    align-content: center;
    border-radius: 10px;
}

.cimg {
    background-size: cover;
}


@media screen and (max-width: 2000px) {
    h5 {
        font-size: 1.2vw !important;
    }
}


@media screen and (max-width: 1500px) {
    h5 {
        font-size: 1.5vw !important;
    }
}

@media screen and (max-width: 1000px) {
    #dmc {
        display: none;
    }

    #mmc {
        display: block;
    }
}

@media screen and (max-width: 992px) {

    h5 {
        font-size: 2.5vw !important;
    }

    #services .crow .row,
    #mmc .row {
        display: grid !important;
    }

    #hiw .container .row {
        display: grid;
    }

    #hiw .container .col {
        margin: auto !important;
    }

    .card .card-image {
        padding-top: 20px;
    }

    .card .card-image img {
        height: 110% !important;
        width: 70% !important;
        margin: 0 auto !important;
        border-radius: 10px !important;
    }

}

@media screen and (max-width: 610px) {
    h2 {
        font-size: 8vw !important;
    }

    h4 {
        font-size: 5.5vw !important;
    }

    h5 {
        font-size: 4vw !important;
    }

    .card .card-content {
        height: 20rem;
    }

    .card .card-image {
        padding-top: 0px;
    }

    .card .card-image img {
        width: 100% !important;
        height: 100% !important;
        border-radius: 0px !important;
        margin: auto !important;
    }
}

@media screen and (max-width: 400px){
    .card .card-content{
        height: 17rem;
    }
}