/*Custom CSS*/

body { background-color: #2D2B30; }

section.hero-img {
    background-image: url(../images/20220402_WebsiteUpdate_NewBrand_2502px-1126px.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 0;
    padding-top: 0;
}

.vcenter-item{
    display: flex;
    align-items: center;
}

.sponsor-info { margin-top: 2em; margin-bottom: 2em; }

/*.hero-headline { margin-bottom: 21em; }*/

/*.hero-headline { margin-left: -100px;
    margin-right: -100px;
    max-width: 130% !important;
    margin-bottom: 18em;
}*/

@media (max-width: 767px) {
	section.hero-img { background-size: cover; }
    .join-now {text-align: center; }
}

section.light-purple {
	background-color: #512d6d;
}