

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


subtitle{
	display: block;
	margin:0;
	text-align:center;
	color :var(--default-text-color);
}

subtitle *{
	display:inline;
	
}

.dec-line{
	color: #613D00;
}



flex-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}






 #sec-donate{
	margin: 0;
	height: inherit;
	object-fit: contain;
	
	
}

#block-donate{
	height: auto;
}

#sec-donate{
	margin: auto;
	text-align: center;
/*
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
*/
}

#sec-donate flex-container{
	 justify-content: center;
}

donate-option {
	width: 136px;
	padding: 8px;
	border: 1px solid #444;
	border-radius: 5px;
	background-color: var(--bg-color);
	margin: 8px;
}

donate-option subtitle{
	font-size: calc(var(--font-size-normal) - 4px);
	line-height: 8px;
}

donate-option subtitle p{
	margin: 0;
}

donate-option img{
	width: 100%;
}

donate-option .text-p{
	line-height: 16px;
	margin: 0;
}

donate-option p{
	line-height: 8px;
	margin: 0;
}

#sec-donate p .mylinks{
	text-decoration: underline;
	color: #88F;
	
	
}



@media screen and (min-width: 760px)  {
		
	
	
	#block-donate{
		height: auto;
	}
	
	#sec-donate .text-p{
		margin: auto;
		width: 76.3936593%;
		margin-bottom: calc(var(--vertical-padding) * 2);
	}
	
	#sec-donate{
		margin: auto;
		top: 60%;
		position: relative;
	}
	
	#sec-donate flex-container{
		justify-content: center;
		margin-bottom: calc(var(--vertical-padding) * 2);
	}
	donate-option {
		width: 152px;
		
	}
	donate-option subtitle{
		font-size: calc(var(--font-size-normal) - 6px);
		line-height: 8px;
	}
	donate-option .text-p{
		font-size: calc(var(--font-size-normal) - 2px);
	}
	
	
	
	
}

@media screen and (min-width: 1280px)  { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
	
	
	
	
	#block-donate{

		height: auto;
	}
	
	donate-option {
		margin-left: 24px;
		margin-right: 24px;
		
	}
	donate-option subtitle{
		font-size: calc(var(--font-size-normal) - 7px);
		line-height: 14px;
	}
	
 }
 

