p, li, th, td { font-size: 13pt; }
td p { margin: 0; }
.text-tertiary {
    color: #8e9a96;
}
.bright-text p,
.bright-text h1,
.bright-text h2,
.bright-text h3,
.bright-text h4 {
    color: #fff !important;
}
.bright-text a {
    color: #fff;
}

.btn.btn-primary-over {
    background: rgba(9,52,42,0.7);
}
.btn.btn-secondary-over {
    background: rgba(195,152,60,0.7);
}
.btn.btn-dark-over {
    background: rgba(100,100,100,0.7);
}
.gold-line {
    color: var( --bs-secondary);
}
.header-logo {
    height: 80px;
}
.btn.btn-sm {
    padding: 5px 15px;
}
.btn.btn-tiny {
    padding: 0px 15px;
    font-size: 9pt;
}


.app-cta3-wrapper .backgroundimage-overlay {
    background-color: rgba(0, 56, 43, 0.7) !important;
}

.background-image-contain {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

/** to admin **/
.stellarnav li.drop-left li.has-sub>a:after {
    margin: 0;
    border: 0;
}

@media only screen and (max-width: 1630px) {
.footer-content .img-fluid {
    max-height:50px;
}
}

@media only screen and (min-width: 1631px) {
.footer-content .img-fluid {
    max-height:80px;
}
}































