.button {
	/* Add shadow to all buttons */
	/* override css/style.css#L6757 */
	box-shadow: 0 8px 6px -6px black;
}

.donate-button {
	border-color: white;
}

.handwritten {
    font-family: "Grape Nuts", sans-serif;
}

.sgd-bg-wheat {
	background-color: wheat;
}

.sgd-bg-yellow {
	background-color: #f7ea5f;
	background-image: linear-gradient(90deg, #f7ea5f, white);
}

.sgd-bg-yellow-2 {
	background-color: #f7ea5f;
	background-image: linear-gradient(white, #f7ea5f);
}

.ui-to-top {
	/* Add shadow to the to top button */
	box-shadow: 0 8px 6px -6px black;
}

/****************************************************************************** 
Gallery
******************************************************************************/
.gallery-container {
	columns: 3 450px;
	column-gap: 1.5rem;
	width: 95%;
	margin: 0 auto;
}

.gallery-container div {
	width: 250px;
	margin: 0 1.5rem 1.5rem 0;
	display: inline-block;
	width: 100%;
	border: solid 2px black;
	padding: 5px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	border-radius: 5px;
	transition: all .25s ease-in-out;
}

.gallery-container div img {
	width: 100%;
	/* filter: grayscale(100%); */
	border-radius: 5px;
	transition: all .25s ease-in-out;
}

.gallery-container div p {
	margin: 5px 0;
	padding: 0;
	text-align: center;
	font-style: italic;
}
