
/* #AA8855 */
@font-face {
    font-family: 'SofiaProRegularAz';
    src: url('Resources/Fonts/SofiaProRegularAz.otf');
}
@font-face {
    font-family: 'SofiaProLightAz';
    src: url('Resources/Fonts/SofiaProLightAz.otf');
}
@font-face {
    font-family: 'SofiaProBoldAz';
    src: url('Resources/Fonts/SofiaProBoldAz.otf');
}

a, a:visited, a:active {
	color: #000000;
}

#root *{
	font-family: SofiaProRegularAz;
}

#root .mainWrap {
	background-color: #FFFFFF;
	color: #000000 !important;
	max-width: none;
}


#root .LanguageBanner {
	background-color: #000000;
	max-width: none;
	border-bottom: 10px solid #AA8855;
}

#root .LanguageIcon {
	color: #FFFFFF;
}
#root .selectedLang {
	background-color: #AA8855;
}
#root .LanguageIcon:hover {
	cursor: pointer;
	background-color: #AA8855;
	color: #212121;
}

#root .logoSearch .mainLogo {
	background-image: url("Resources/Images/logo.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 120px;
	width: 550px;
	cursor: pointer;
}
	@media screen and (max-width: 550px) {
		#root .logoSearch .mainLogo {
			width: inherit;
		}
    }
#root .structureTop {
	background: #FFFFFF;
}

#root input[type="text"].codeInput {
	border: 2px solid #000000;
	border-radius: 0px;
	font-family: arial;
}

#root button.go,
#root .galleryContainer .buttons button,
#root .modalContent button {
	background-color: #AA8855;
	color: #FFFFFF;
	border-radius: 0px;
	font-family: SofiaProBoldAz;
}

#root button.go {
	background-color: #AA8855;
	font-size: 26px;
	border-radius: 10px;
	color: #FFFFFF;
}

#root .structureMiddle {
	position: relative;
	z-index: 1;
	background: #FFFFFF;
}

#root .structureBottom {
	height: 100px;
	background: #000000;
	font-family: arial;
}
#root .welcomeMessage,
#root .galleryContainer {
	opacity: 1;
	will-change: auto;
	margin: 20px;
}
#root .welcomeMessage {
	padding: 75px;
	width: 90%;
	font-family: SofiaProBoldAz;
	
}
		@media screen and (max-width: 450px) {
			#root .welcomeMessage {
				padding: 50px;
				font-size: 15px;
			}
			#root .welcomeMessage h3 {
				font-size: 25px;
			}
		}
#root .galleryContainer {
	padding: 20px;
}

:root {
	/*colours for download progress circle*/
  --innerCircle-progress: #AA8855;
  --middleCircle-progress: transparent;
  --outerCircle-progress: transparent;
  --innerCircle-nonProgress: rgba(170, 136, 85, 0.8);
  --middleCircle-nonProgress: transparent;
  --outerCircle-nonProgress: transparent;
}