body {
    font-family: Poppins, sans-serif;
    color: #00196E;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.tg-header {
    background-color: #1896FC;
    color: #ffffff;
}

.tg-header a {
    color: #ffffff;
}

.tg-header a:hover {
    color: #00196E;
}

.tg-footer {
    margin-top: auto;
    background-color: #00196E;
    min-height: 100px;
    color:#ffffff;
}
.tg-footer a {
    color: #ffffff;
}
.tg-footer a:hover {
    color: #fc1896;
}

.tg-nav {
    color: #ffffff;
    margin-right: 20px;
}
.tg-anchor {
    scroll-margin-top: 5rem;
}

.hero {
    background-color: #1896FC;
    color: #ffffff;
    background-image: url('images/pink-white-wave-cropped.svg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.hero-image {
    width: 100%;
}
.fw-medium {
    font-weight: 500;
}

.hero h1 {
    color: #00196E;
}
.hero h2 {
    color: #ffffff;
}
.h-light {
    color: #ffffff !important;
}
.btn-theme {
    background-color: #fc1896;
    color: #ffffff;
}

.btn-theme:hover {
    background-color: #00196E;
    color:#ffffff !important;
    /*background-color: #fc1896;
    filter: brightness(85%) !important;*/
}

.btn-theme.disabled,
.btn-theme:disabled {
    background-color: #fc1896;
    filter: brightness(75%) !important;
}

.btn-theme-hero {
    background-color: #00196E;
    color: #ffffff;
}

.btn-theme-hero:hover {
    background-color: #fc1896;
    color:#ffffff;
    /*background-color: #fc1896;
    filter: brightness(85%) !important;*/
}

.btn-theme-hero.disabled,
.btn-theme-hero:disabled {
    background-color: #00196E;
    filter: brightness(75%) !important;
}


.tg-list {
    border: none !important;
}
.tg-list li {
    border: none !important;
}

h1, h2 {
    color: #00196E;
}

.agenda-title {
    font-size: 1.25rem;
    color: #00196E;
    font-weight: 500;
    margin-bottom: .5rem;
    line-height: 1.2;
    display: block;
}
.agenda-time {
    white-space: nowrap;
}
.agenda-item {
    /*padding-bottom: 1rem !important;*/
}
.agenda h3,h5 {
    color: #00196E;
}
.agenda-speakers {
    color:#1896FC;
}
.agenda-note {
    color:#999999;
}
.speakers {
    background-color: #00196E;
    color:#ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
}
.speakers h2 {
    color: #ffffff;
}
.speaker {
    text-align: center;
    margin-bottom: 30px;
    /*color: #B9DFFE;
    color: #1896FC;*/
}
.speaker-img {
    border-radius: 50%;
    text-align: center;
    width: 200px;
    margin-bottom: 10px;
}
.speaker-name {
    font-weight: 500;
    font-size: 1.1rem;
    text-align: center;
}
.speaker-name a {
    color: #ffffff;
    text-decoration: none;
}
.speaker-name a:hover {
    /*color: #B9DFFE;*/
    color:#1896FC;
}
.speaker-title{
    text-align: center;
    color: #1896FC;
}
.speaker-co {
    text-align: center;
    color: #B9DFFE;
}
.location {
    background-color: #1896FC;
    color: #ffffff;
}
.location h2 {
    color: #ffffff;
}
.location a {
    color: #00196E;
}
.location a:hover {
    color: #ffffff;
}
.location-map {
    max-width: 400px;
}
.sponsor {
    text-align: center;
}
.sponsor-gold {
    text-align: center;
    max-width: 200px;
    max-height: 200px;
}
.blog p {
    font-size: 1.2rem;
    color: #333333;
}
.blog h2 {
    margin-top: 30px;
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .hero-image {
        width: 50%;
        display:block;
        margin-left: auto;
        margin-right: auto;
    }
    .location-map {
        max-width: 300px;
    }
}