footer {
    background-image: linear-gradient(to top, rgb(59, 28, 85) 0%, rgb(97, 46, 138) 81%);
}

#event-alert-home {
    background-image: url('../content/pic/wallpaper01-40.png');
    border-radius: 20px;
    background-blend-mode: hard-light;
    background-size: contain;
}

a:hover {
    color: #C164F4;
}

.btn.btn-primary {
    color: #ffffff;
    background-color: #c164f4 !important;
}

.btn.btn-primary:hover {
    background-color: #612e8a !important;
}

.card-title {
    font-family: 'Newsreader', serif;
}

@media (max-width:499px) {
    #header-text {
        display: none;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .navbar-brand {
        padding-right: 13px !important;
    }
}

#amenu2-5 {
    z-index: 10;
    box-shadow: 0px 13px 19px -6px rgba(0, 0, 0, 0.45);
    position: relative;
}

@media (max-width:991px) {
    #header-logo.navbar-logo {
        /* width: 15.238% */
    }
}

/* --- Navbar Logo Size -- Overrides Mobirise styles -- */
.navbar-dropdown .navbar-logo img {
    height: 6.5rem;
    transition: all 0.3s ease-in-out;
}

@media (min-width:0px) and (max-width:575px) {
    .navbar-dropdown .navbar-logo img {
        height: 4rem;
        transition: all 0.3s ease-in-out;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .navbar-dropdown .navbar-logo img {
        height: 7.5rem;
        transition: all 0.3s ease-in-out;
    }
}

@media (min-width:1200px) {
    .navbar-dropdown .navbar-logo img {
        height: 8.5rem;
        margin-top: 3px;
        margin-bottom: 3px;
    }
}

/* --- Text Styles -- */
.CherrySwash {
    font-family: 'Cherry Swash', cursive;
    font-weight: 700;
    color: #525252;
}

.PurpleCherry {
    font-family: 'Cherry Swash', cursive;
    color: #612E8A;
    font-weight: 700;
}

.Newsreader {
    font-family: 'Newsreader', serif;
}

p {
    font-size: 1.1rem;
    font-family: 'Figtree', sans-serif;
    line-height: 1.25;
}

/* --- Publication Page Accordian-- */
#pub-accordian {
    border-radius: 13px;
    border-width: 9px;
    border-style: double;
}

#pub-accordian .accordion-item {
    background-color: #f0eeee;
}

#pub-accordian .accordion-header .accordion-button {
    background-color: #c7a795;
    font-family: 'Newsreader', serif;
    font-size: 25px;
    color: #ffffff;
}

#pubicon {
    opacity: 0.6;
    box-shadow: 3px 1px 15px #000000;
    font-size: 90%;
    text-align: center;
    font-family: 'Newsreader', serif;
}

#pubicon:hover {
    opacity: 1;
    transform: scale(1.03);
}

.pubicon {
    opacity: 0.6;
    box-shadow: 3px 1px 15px rgba(0, 0, 0, 0.46);
    font-size: 90%;
    text-align: center;
    font-family: 'Newsreader', serif;
}

.pubicon:hover {
    opacity: 1;
    transform: scale(1.03);
}

#board-members a {
    font-size: 80%;
    font-weight: 600;
}

/* --- Colors-- */
footer a:hover {
    color: #cf87fd !important;
}

.colorPurple {
    color: #612E8A !important;
}

.background-color-Purple {
    background-color: #612E8A;
}

.colorDeepPurple {
    background-color: #4E0086;
}

/* --- Membership-- */
.MembCard {
    background-image: url('../content/pic/wallpaper01-35.png');
    background-repeat: repeat;
    background-color: #ffffff;
    background-size: 85px;
    border-radius: 20px;
    width: 100%;
}

.MembCard-h4 {
    font-family: 'Newsreader', serif;
    font-size: 125%;
    font-weight: 700;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #4E0086;
    color: #fffdfd;
    padding-left: 0px;
    border-radius: 20px 20px 0 0;
}

.MembCard-btn {
    position: absolute;
    bottom: 10px;
    width: 75%;
}

.MembCard-card-body-card-subtitle {
    font-size: 1.125em;
    background-color: #612E8A;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 9px 11px 10px;
    text-align: center;
    width: 100%;
    border-radius: 10px;
}

.MembCard-li-p {
    border-bottom: 1px solid #cacaca;
    padding-bottom: 9px;
    padding-top: 9px;
}

.MembCard:hover {
    box-shadow: 0 0 15px 0 #5d5d5d;
}

/* --- Images iPhone size nd below -- */
@media (max-width:499px) {
    img.img-fluid {
        min-width: 100%;
    }
}








