.dropdownContent {
	font-size: 0.95em;
}

.returnBtn {
	display: none;
	color: blue;
	text-align: right;
}

.imgCaption {
	font-size: 14px;
}

body {
	max-width: 1200px;
	margin: auto;
}

@font-face {
	font-family: "Frutiger-Light";
	src: url(../fonts/FrutigerLTPro-Light.otf);
}

@font-face  {
	font-family: "Frutiger-Italic";
	src: url(../fonts/FrutigerLTPro-LightItalic.otf);
}

@font-face {
	font-family: "Frutiger-Bold";
	src: url(../fonts/FrutigerLTPro-Bold.otf);
}

html::-webkit-scrollbar {
	display: none;
}

@-moz-document url-prefix() { /* Disable scrollbar Firefox */
	html{
		scrollbar-width: none;
	}
}

html {
	width: 70%;
	margin: auto;
}

body {
	font-family: "Frutiger-Light";
}

a, footer, body, p, h1 {
	color: rgb(153,153,153);
}

a:hover {
	color: #DAA520;
}

footer {
	padding-top: 15px;
	padding-bottom: 30px;
	font-family: "Frutiger-Light";
	font-size: 0.9em;
}

.contentWrapper {
	/* padding-top: 30px; */
	width: 100%;
	margin: auto;
}

footer span:before {
	content: '\00A9';
	padding-right: 5px;
}

@media screen and (min-width:320px) and (max-width: 1025px) {
	html {
		width: 98%;
		margin: auto;
	}
	
	.imgCaption {
		font-size: 30px;
	}
	
	.contentWrapper {
		padding-top: 0px;
		font-size: 40px;
	}
	
	footer span {
		font-size: 30px;
	}
	
	.returnBtn {
		display: block;
		font-size: 32px;
	}
}

.galleryItemContainer {
	width: 90%;
	margin: auto;
}

.splide__slide img {
	margin: auto;
	width: 100%;
	height: auto;
}