/* Theme Hero Background Image */

/* For Mobile */
section.hero {
	background: #4b755f url(/images/vbsmate-tol-event-bg-mobile.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* For Desktop */
@media (min-width: 850px) {
	section.hero {
		background: #4b755f url(https://communication.cph.org/hubfs/_books/2021/tree-of-life/tree-of-life-tree-bg.png);
		background-repeat: no-repeat;
		background-position: 230px;
		background-size: cover;
	}
}

/* Theme Logo */

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

.event-info {
    background: #913872 url(https://books.cph.org/hubfs/_books/2021/tree-of-life/purple-bg.png);
    color: white;
}

.event-info h2 {
    color: white;
}

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