.bg-gold {
    background-color: #d6af3c;
    color:#fff;
}
.bg-grey {
    background-color: #f2f2f2;
}
.bg-purple {
    background-color: #641344;
    color:#fff;
}
.bg-blue {
    background-color: #162259;
    color:#fff;
}
.card a:hover {
    color:#fff;
}

.topLayer{background:#641344; min-height:160px;}

#about2{padding-top:0px}

.about .content ul li{list-style:disc; margin-left:25px}

.bg-purple a{color:#fff; text-decoration:underline}

.content img, p img, .about a img {
    max-width: 100%;
    max-height: 100%;
    height: auto! important;
}

.breadcrumbs p {font-size:16px}
#header{}

.breadcrumbs h2{font-family:"franklin-gothic-atf", sans-serif; font-weight:700; color:#444444}

.card .card-body .card-title, .card-body a{color:#fff; font-weight:600; text-decoration:none; }

@media screen and (max-width: 768px) {
        #myVideo {
            display: none;
        }
        .mobile-image {
            display: block;
            width:100%;
            min-height: 600px;
            object-fit: cover;
        }
    }

    /* On larger screens, show the video and hide the image */
    @media screen and (min-width: 769px) {
        .mobile-image {
            display: none;
        }
    }
