/* Theme Hero Background Image */

/* For Mobile */
section.hero {
	background: #b8e0e8 url(/images/celebrate-the-savior-hero-bg-mobile.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	padding: 10% 0;
}

/* For Desktop */
@media (min-width: 850px) {
	section.hero {
		background: #b8e0e8 url(/images/celebrate-the-savior-hero-bg.jpg);
		background-repeat: no-repeat;
		/* background-position: 230px; */
		background-size: cover;
		min-height: 75vh;
		
	}
}

/* Theme Logo */

.vbs-theme-logo {
	background: url(/images/celebrate-the-savior-hero-logo.png);
	height: 300px;
    width: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	margin: auto;
}
@media (min-width: 850px) {

	.vbs-theme-logo {
		background: url(/images/celebrate-the-savior-hero-logo.png);
		height: 450px;
		width: 450px;
		background-size: cover;
		background-repeat: no-repeat;
		margin: auto;
	}
}

.event-info {
    background: #4e9632 url(/images/celebrate-the-savior-alt-bg.jpg);
    color: white;
}

.event-info h2 {
    color: white;
}

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