.filterbutton {
	align-items: center;
	background-color: #fff;
	border: 2px solid #000;
	box-sizing: border-box;
	color: #000;
	cursor: pointer;
	display: inline-flex;
	fill: #000;
	font-family: Inter,sans-serif;
	font-size: 16px;
	font-weight: 600;
	height: 48px;
	justify-content: center;
	letter-spacing: -.8px;
	line-height: 24px;
	min-width: 140px;
	outline: 0;
	padding: 0 17px;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	margin: 0px 15px 15px 0px;
}

.filterbutton:focus {
	color: #171e29;
}

.filterbutton:hover {
	border-color: #569581;
	color: #569581;
	fill: #569581;
}

.filterbutton:active {
	border-color: #06f;
	color: #06f;
	fill: #06f;
}

@media (min-width: 768px) {
	.filterbutton {
		min-width: 170px;
	}
}

.filterbuttons {
	border-style: none none dashed none;
	border-width: 2px;
	padding: 10px;
	margin-bottom: 13px;
}

.gallery2 img {
	position: relative;
	overflow: hidden;
	margin: 7px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	max-width: 30%;
	height: auto;
}