





header {
            background-image: url("./images/newhome-u.png"); /* Replace with your band image */
            background-size: cover;
            background-position: 0% 0%;
            height: 425px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: black;
            
        }



#block-home{
	height: auto;
}

.fake-link
{
	text-decoration: underline;
	color: blue;
	margin-bottom: 0px;
}

.atcb-button{
  margin: 0em !important;
}

.event 
{	
	font-size: 12px;
	display: block;
	text-decoration: none;
	color: black;;
	max-width: 500px;
	background-color: #F5F5F5;
	padding: 15px;
	margin-bottom: 10px;
	border: 2px solid #d2d2d2;
	border-radius: 6px;
	box-shadow: rgb(0 0 0 / 10%) 0 4px 10px -2px,rgb(0 0 0 / 15%) 0 2px 2px -1px;;
}
.event h3 {
	margin-top: 0;
}

#home-image{
	display: block;
	margin: auto;
	max-height: 100%;
	width: auto;
	max-width: 100%;
	height: 100%;
	border-radius: 10px;	
}








add-to-calendar-button
{
	display: flex;
	margin: 0px;
	
}


.upcoming-events
{
	margin-top: 80px;
}

#sec-home-summary
{
	margin-top: 40px;
}


.event-icon
{
	display: inline;
	float: left;
	width: 116px;
	height: auto;
}

.event-icon img
{
	width: inherit;
	height: inherit;
	
}
.event-desc
{
	display: inline;
}




