body {
    font-family: 'Asap', Arial, sans-serif;
    color: #2E363E;
    background-color: #FFF;
}

h1, .h1, h1 a, h2, .h2, h2 a, h3, .h3, h3 a, h4, .h4, h5, .h5, h6, .h6 {
    color: #00427F;
    font-weight: 900!important;
    text-transform: uppercase;
}

p, .p, li, .nav-link, .topbar-link {
    font-weight: 300;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    color: #FA7D2D;
    font-weight: 900;
}

a:not(.navbar a):not(.btn):not(.dropdown-item):not(.topbar a) {
    color: #009EC5;
    font-weight: 500;
}

a:not(.btn):hover, .dropdown:hover > .dropdown-toggle:not(.btn) {
    color: #009EC5!important;
    text-decoration: none!important;
}

.bg-not-home {
    background-image: url(https://cdn.revolutionise.com.au/site/agomzfuqhe0z4rka.svg);
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
}

.page-title {
    color: #FFF!important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.bg-light-blue :is(h1, h2, h3, h4, h5, h6):not(.card *), .bg-midnight-blue :is(h1, h2, h3, h4, h5, h6):not(.card *),
.breadcrumb-item, .breadcrumb-item a, .breadcrumb-item::before, .cs-widget-link, .cs-widget-title {
    color: #FFF!important;
}

.breadcrumb-item.active {
    font-weight: 600;
}

.event-image {
    background-color: #fdd69a;
    height: 300px;
    border-radius: 1rem 1rem 0 0!important;
}

.topbar {
    background-color: #F7F7FC!important;
}

.navbar {
    box-shadow: 0 0.125rem 0.625rem -0.1875rem rgba(0,0,0,0.1);
}

.nav-link, .topbar-link {
    color: #2E363E!important;
}

.hero-banner {
    height: 75vh;
    min-height: 500px;
    max-height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    background-image: url('https://cdn.revolutionise.com.au/site/k5htevoiqjbijr1c.png');
}

.hero-banner-overlay {
    background: rgba(0, 0, 0, 0.6);
}

.text-shadow {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5)!important;
}

.text-light-blue {
    color: #019CD2;
}

.text-midnight-blue {
    color: #00427F!important;
}

.events-heading {
    position: relative;
}

.events-heading::after {
    content: '';
    width: 100px;
    height: 100px;
    background-image: url('https://cdn.revolutionise.com.au/site/vxlrb9hhfsk8uwjf.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    margin: auto 0;
}

.news-heading::after {
    content: '';
    display: inline-block;
    width: 70px;
    height: 70px;
    background-image: url('https://cdn.revolutionise.com.au/site/3rgiixrqvpkid3ey.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 8px;
    top: 20px;
    position: relative;
}

.sponsors {
    position: relative;
    z-index: 0;
}

.sponsors::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-image: url("https://cdn.revolutionise.com.au/site/xfx24qponakcafza.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.already-a-member::after {
    content: '';
    display: inline-block;
    width: 70px;
    height: 70px;
    background-image: url('https://cdn.revolutionise.com.au/cups/ssact/files/f1sacyt6okvybjht.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 8px;
    top: 20px;
    position: relative;
}

.btn {
    text-transform: uppercase;
    font-weight: 900;
}

.btn:not(.btn-group *) {
    border-radius: 0.5rem!important;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.btn-group {
    border-radius: 0.5rem!important;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.btn:hover:not(.btn-group *) {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.btn-blue {
    color: #FFF!important;
    background-color: #0C6595;
}

.btn-light {
    color: #FA7D2D!important;
}

.btn-light:hover {
    color: #FFF!important;
    background-color: #EF5927!important;
    border: #EF5927!important;
}

.social-btn {
    color: #34348D;
    background-color: transparent;
}

.bg-light-blue {
    background-color: #009EC5!important;
}

.bg-midnight-blue {
    background-color: #00427F!important;
}

.bg-vivid-orange {
    background-color: #FA7D2D!important;
}

.bg-amber {
    background: rgba(249, 174, 48, 0.6)!important;
}

.cs-widget-title {
    font-size: 2rem;
}

.what-we-do-left-img {
    border-radius: 1rem 0 0 1rem;
}

.what-we-do-right-img {
    border-radius: 0 1rem 1rem 0;
}

@media (max-width: 949px) {
    .what-we-do-left-img, .what-we-do-right-img {
        border-radius: 0 0 1rem 1rem;
    }

    .already-a-member::after {
        width: 50px;
        height: 50px;
        margin-left: 2px;
    }

    .what-we-do-table,
    .what-we-do-table tr,
    .what-we-do-table td {
        display: block!important;
        width: 100%!important;
    }

    .sponsors::after {
        display: none;
    }

    .sponsors-container {
        background-image: url("https://cdn.revolutionise.com.au/site/xfx24qponakcafza.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
}