/* Theme Hero Background Image */

/* For Mobile */
section.hero {
	background: #4b755f url(https://communication.cph.org/hubfs/_books/2022/congregational-gods-living-water/vbsmate-glw-event-bg-mobile.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* For Desktop */
@media (min-width: 850px) {
	section.hero {
		background: #0098b7 url(https://communication.cph.org/hubfs/_books/2022/congregational-gods-living-water/gods-living-water-bg.png);
		background-repeat: no-repeat;
		background-position: 230px;
		background-size: cover;
	}
}

/* Theme Logo */

.vbs-theme-logo {
	background: url(https://communication.cph.org/hubfs/_books/2022/congregational-gods-living-water/Gods-Living-Water-LOGO-FINAL-brown-tab.png);
	height: 350px;
    width: 350px;
	background-size: cover;
	background-repeat: no-repeat;
	margin: auto;
}

.event-info {
    background: #0098b7;
	/*background: #0098b7 url(https://communication.cph.org/hubfs/_books/2022/congregational-gods-living-water/wave-dot-bg.png);*/
    color: white;
}

.event-info h2 {
    color: white;
}

.event-info a {
    color: white;
    text-decoration: underline;
}