body {
    background: url("../images/background.jpg") top center;
    height: 100vh;
    font-family: 'Montserrat', sans-serif;
}

p {
    margin-bottom: 0;
    font-size: 1.2rem;
}

strong {
    font-weight: 600;
}

.bg-white {
    background-color: #ffffff;
    color: #000000 !important;
}

.container {
    max-width: 1140px;
}

.card {
    background-color: transparent;
    border: none;
}

.card-header {
    background-color: #2eb5af;
    min-height: 180px;
    padding: 30px;
    border: none;
}

.card-header:first-child {
    border-radius: 80px 80px 0 0;
}

.card-header .header-logo {
    max-height: 120px;
}

.card-body {
    background-color: #ffffff;
}

.card-footer {
    background-color: #ffffff;
    min-height: 75px;
    border: none;
}

.card-footer:last-child {
    border-radius: 0 0 100px 100px;
}

.card.event {
    max-width: 340px;
    font-size: 1.4rem;
}

.event .card-header {
    min-height: 85px;
    max-height: 85px;
}

.event .card-body {
    padding: .5rem 1rem;
}

.event .card-header:first-child {
    border-radius: 60px 60px 0 0;
}

.event .card-footer {
    min-height: 75px;
    border: none;
}

.event .card-footer:last-child {
    border-radius: 0 0 60px 60px;
}

.event .card-footer p {
    margin-left: 32px;
}
.event .card-footer img {
    margin-top: 10px;
}

.event .card-footer a {
    color: #ffffff;
    font-size: 1.625rem;
    text-decoration: none;
}

.event.europe .card-header {
    background: url("../images/europe-header.jpg") top center no-repeat;
    background-size: cover;
}

.event.europe .card-body {
    background-color: #b2cb09;
    color: #ffffff;
}

.event.europe .card-footer {
    background-color: #b2cb09;    
}

.event.north-america .card-header {
    background: url("../images/north-america-header.jpg") top center no-repeat;
    background-size: cover;
}

.event.north-america .card-body {
    background-color: #8f3089;
    color: #ffffff;
}

.event.north-america .card-footer {
    background-color: #8f3089;
}

@media (max-width: 767.98px)  {
    .card-header .header-logo {
        max-height: 75px;
    }
}