.map {
    height: 20rem;
}

.map iframe {
    pointer-events: none;
    height: 100%;
    width: 100%;
    border: 0;
}

p, ul li {
    font-size: 1.2em !important;
    line-height: 2rem !important;
}

.navbar li a {
    font-size: 1.025em !important;
}

#hero .go2services {
    font-size: 1.125em !important;
}

#services h5 {
    font-size: 1.3em !important;
    line-height: 2.3rem !important;
}

#progress {
    font-size: 1.2em !important;
    line-height: 2rem !important;
}

#progress h5 {
    font-size: 1.3em !important;
    line-height: 2.3rem !important;
}

#portfolio {
    font-size: 1.1em !important;
    line-height: 2rem !important;
}

#portfolio ul.nav li a{
    font-size: .8em !important;
    line-height: 2rem !important;
}

#pricing {
    font-size: 1rem !important;
    line-height: 2rem !important;
}

#pricing ul li a {
    font-size: .9em !important;
    line-height: 2rem !important;
}

#contact {
    font-size: 1.1em !important;
    line-height: 2rem !important;
}

#contact h5 {
    font-size: 1.25em !important;
    line-height: 2.2rem !important;
}

@media (min-width: 768px) {
    .w-md-max-content {
        width: max-content;
    }
}

/* @media (max-width: 992px) {
    .map {
        height: 75%;
    }
} */