.large-text {
    font-size: 1.5em;
}
.soga-logo {
    width: 62%; /* Increased from 55% */
    display: block;
    margin: 0 auto;
}
.navbar-item {
    font-size: 1.3em;
    padding: 0.05rem 0.1rem;
    margin: 0;
}
ul.custom-list {
    list-style-position: inside;
    text-align: left;
    padding-left: 1em;
}
.narrow-paragraph {
    max-width: 70%;
    margin: 0 auto;
}
.column img {
    margin: 0; /* No margin for images */
}
iframe {
            border: none; /* Existing iframe style from contact page */
        }

.custom-paragraph {
            font-size: 1.3em;
            text-align: center;
        }

.story-image {
            margin: 1rem;
        }

.image-caption {
            text-align: right;
            font-style: italic;
            margin: 0.5rem 0;
        }

/* Skydog Memorial Button - emulating skydogsports.com style */
.skydog-memorial-button {
    display: inline-block;
    background-color: #000000;
    border: 4px solid;
    border-color: #FFFF00 #66CCFF #66CCFF #FFFF00;
    padding: 8px 16px;
    text-decoration: none;
    color: #FFFFFF !important;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    margin: 1rem 0;
    transition: all 0.3s ease;
    position: relative;
    z-index: 10;
}

.skydog-memorial-button:hover {
    color: #FFFF00 !important;
    border-color: #66CCFF #FFFF00 #FFFF00 #66CCFF;
    text-decoration: none;
}

