/* Theme Hero Background Image */

/* For Mobile */
section.hero {
	background: #4b755f url(/images/vbs-2026-Tropicals.png);
    	background-repeat: no-repeat;
    	background-position: center;
   	background-size: cover;
	background-width: 100%;
}

/* For Desktop */
@media (min-width: 850px) {
	section.hero {
		background: #4b755f url(/images/vbs-2026-trek-bg.png);
		background-repeat: no-repeat;
		background-size: cover;
		min-height: 75vh;
	}
}

/* Theme Logo */

.vbs-theme-logo {
	background: url(/images/2026-logo.png);
	height: 275px;
    width: 350px;
	background-size: cover;
	background-repeat: no-repeat;
	margin: auto;
}

.event-info {
    background: #913872 url(/images/vbs-2026-tropicals.png);
    color: white;
}

.event-info h2 {
    color: white;
}

.event-info a {
    color: white;
    text-decoration: underline;
}