@import "https://cdn.jsdelivr.net/npm/bulma@1.0.2/css/bulma.min.css";
:root{
	--art-color-gold: #dbad6a;
	--art-color-grey: #949494;
}

html, body{
	font-family: Helvetica, sans-serif;
}
.has-text-gold{
	color: var(--art-color-gold);
}
.has-text-grey-art{
	color: #a0a0a0;
}
.art-title{
	font-family: "Bebas Neue", Helvetica, sans-serif;
}
.has-text-small{
	font-size: 0.9rem;
}
.gallery-address{
	border-top: 1px solid var(--art-color-grey);
	border-bottom: 1px solid var(--art-color-grey);
}
.btn-icon{
	height: 16px;
}
.box-rounded{
	border: 1px solid #bfbfbf;
	border-radius: 8px;
}
.box-rounded-black{
	border-radius: 8px;
	background: #000;
	color: white;
}
.footer{
	background: #000;
}
.footer li{
	line-height: 1.7em;
}

@media screen and (max-width: 1023px){
	.container{
		padding-left: 10px;
		padding-right: 10px;
	}
}