body, h1, h2, h3, h4, h5, h6 {
	font-family: "Tw Cen MT";
}

body, html {
	height: 100%;
	color: #ffffff;
	line-height: 1.8;
}

.w3-wide {
	letter-spacing: 10px;
}

.w3-hover-opacity {
	cursor: pointer;
}

.button-transition {
	transition: background-color 150ms, color 150ms;
}

.link-hover:hover {
	color: #cd0000;
}

.opacity-transition {
	transition: opacity 150ms;
}

.loading-background {
	background-image: url("/images/gallery/loadingrolling1s.svg");
	background-position: center;
	background-repeat: no-repeat;
}