

.custom-logo {
    height: 85px;
}
.custom-bg-purple {
    background-color: #800080 !important;
}
.custom-bg-purple a {
    color: #ffffff !important;
}
.custom-bg-purple a:hover {
    color: #b7b8ff !important;
}
.custom-header a {
    color: #ffffff !important;
}
.custom-footer {
    background-image: url("../img/glossy-blue.png");
    background-size: cover;
    color: #ffffff !important;
    padding: 15px;
}
.custom-footer-no-top-padding {
    padding-top: 0;
}
.custom-footer-logo {
    width: 100px;
    height: 100px;
}
.custom-footer ul {
    margin-left: 0;
    margin-top: 8px;
    padding: 0;
    list-style: none;
    display: inline-block;
    padding-bottom: 12px;
}
.custom-footer a {
    color: #ffffff;
}
.custom-footer > .follow ul li {
    display: inline-block;
}
.custom-footer > .follow ul li a .indent-text {
    position: absolute;
    left: -9999px;
    display: block;
}
.custom-footer > .follow ul li a {
    font-size: 20px;
    display: inline-block;
    padding: 0 24px 0 0;
}
.custom-footer-lower {
    font-size: 12px;
}
.custom-article-background {
    background-color: #ffffff;
    padding-bottom: 1rem;
}
.custom-banner-other {
    height: 200px;
}
.custom-banner-other > img {
    height: 100% !important;
}
.custom-carousel-caption-top {
    top: 0;
}
.custom-carousel-caption-bottom {
    bottom: 0;
    color: #000000;
}
.custom-background {
    background: #43434a;
}
.custom-marketing-index-text {
    color: #ffffff;
}
.custom-marketing-other-text {
    background: #ffffff;
}
.custom-article-header-background {
    background: #c33329;
    color: #ffffff;
    padding: 5px;
}
.custom-rowish {
    margin-right: -15px;
    margin-left: -15px;
}
.custom-navbar-toggler {
    color: #ffffff !important;
    border-color: #ffffff !important;
}
.custom-navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(225,225,225)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}
@media screen and (max-width: 991px) {
    .nav-link {
        text-decoration: underline;
    }
    .custom-logo {
        display: none;
    }
    .custom-logo-text {
        display: block !important;
    }
}
.custom-card {
    margin-top: 15px;
}
.custom-logo-text {
    display: none;
}
.custom-image-responsive {
    width: 100%;
}
.custom-text-black {
    color: #000000;
}
.custom-margin-top {
    margin-top: 5px;
}
.custom-horizontal-line {
    border-top: 1px solid white;
}