/* Medijunction Custom Overrides */

/* Logo sizing - Medijunction logo is larger than Tinzer's */
.navbar-area .navbar-brand img,
.navbar-area .main-responsive-menu .logo img,
.main-navbar .navbar-light > a img {
    max-height: 45px;
    width: auto;
}

/* Fix service card tiles to equal height */
.services-item {
    min-height: 320px;
    display: flex;
    flex-direction: column;
}
.services-item p {
    flex-grow: 1;
}

/* Fix top-services cards to equal height */
.top-services-content {
    min-height: 240px;
}

/* Fix solutions-features links */
.solutions-features li span a {
    color: #0046c0;
    text-decoration: underline;
}
.solutions-features li span a:hover {
    color: #ff5722;
}

/* About features consistent spacing */
.about-features li {
    margin-bottom: 5px;
}

/* Contact info boxes equal height */
.contact-info-box {
    min-height: 200px;
}

/* Step sections consistent image sizing */
.step-one-image img,
.step-two-image img,
.step-three-image img,
.step-four-image img {
    max-height: 400px;
    object-fit: contain;
}

/* Footer quick links spacing */
.footer-quick-links li {
    margin-bottom: 8px;
}
