/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}

/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols3 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}

/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols2 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}

/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols5 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}
/* Custom Mobile Background Image */
@media only screen and (max-width: 768px) {
    div.blockWrap_cdba65b168bd40e9b4690d6aa822de85 {
        background-image: url("https://mm360v3files.s3.amazonaws.com/A1AN333066824a52aead49/assets/ChatGPTImageNov25202510_15_53AM.png?AWSAccessKeyId=AKIAQRM5CCURFIJEH7OZ&Expires=1764089670&Signature=BHLQO6GUDGqFc%2FJAyuvqHQTClSg%3D");
        background-size: contain;      /* keeps the fish small & clean */
        background-repeat: no-repeat;  /* prevents tiling */
        background-position: center;   /* centers the fish */
        background-color: #ffffff;     /* optional — fills empty space */
    }
}