﻿/*.logo {
    display: block;
    margin: 0 auto 20px auto;
    width: 100%;*/ /* shrink from 100% to 80% of the container */
    /*max-width: 400px;*/ /* shrink the max size */
    /*height: auto;
    padding-top: 20vh;
}*/

/*.logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;  Allow wrapping for mobile 
}*/

    /* Image styles */
    /*.logo img {
        width: 160px;
        height: auto;
        margin-right: 10px;
    }*/

    /* Text styles */
    /*.logo div p {
        margin: 0;
        font-family: Arial, sans-serif;
        color: #444444;
    }*/

    /* Large text */
    /*.logo .main-break {
        font-size: 32px;
    }*/

    /* Smaller text */
    /*.logo .capital-management {
        font-size: 24.5px;
    }*/

/* Mobile responsive styles */
/*@media (max-width: 768px) {
    .logo {
        flex-direction: column;*/ /* Stack image and text vertically */
        /*text-align: center;*/ /* Center the text */
    /*}

        .logo .main-break {
            font-size: 28px;*/ /* Slightly smaller font size on mobile */
        /*}

        .logo .capital-management {
            font-size: 22px;*/ /* Slightly smaller font size on mobile */
        /*}

        .logo img {
            width: 130px;*/ /* Resize image on smaller screens */
            /*margin: 0 0 10px 0;*/ /* Adjust spacing between image and text */
        /*}
}*/


/* Centers the heading and the contact info text */
h1 {
    text-align: center; /* Centers the heading text */
    font-size: 12px;
}

.mission-statement {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    line-height: 1.6;
    color: #696969;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}



/*.contact-info {
    color: #696969;
    font-family: Arial, sans-serif;
    margin-top: 50px;*/ /* Adds space above the contact info */
    /*clear: both;*/ /* Ensures no floating or inline issues */
    /*display: block;*/ /* Forces the text to be a block element */
    /*text-align: center;*/ /* Centers the contact info text */
    /*font-size: 12px;
}*/

/* Ensures the contact email link follows the same font style */
/*.contact-info a {
    color: black;
    font-family: Arial, sans-serif;
    font-size: 12px;
}*/


