﻿.pagenavbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: inherit; /* Set the background color here */
    min-height: 340px;
    max-height: 340px;
    text-decoration: none;
    overflow: hidden;
}

.nav-content {
    padding: 20px;
    text-align: center;
}

.nav-image {
    width: 100%; /* Ensure image takes full width of its container */
    text-align: center; /* Center image horizontally */
}

.nav-image img {
    max-width: 100%;
    max-height: 125px;
    width: auto;
    height: auto;
    display: inline-block;
    padding: 10px;
    text-align: center;
}

.nav-title {
    text-align: center;
    font-size: 34px;
    color: white;
    font-weight: 500;
    margin-top: 0px; /* Adjust spacing as needed */
}

#page-wrapper .nav-contentarea p{
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    color: white;
    text-align: center;
}

