
@font-face {
    font-family: 'Clash-Bold';
    src: url('Resources/Fonts/Clash-Bold.otf');
}
@font-face {
    font-family: 'Clash-Regular';
    src: url('Resources/Fonts/Clash-Regular.otf');
}

body {
	background-color: #FFFFFF;
}
a, a:visited, a:active {
	color: #000000 !important;
}

#root *{
	font-family: Clash-Regular;
}

#root .mainWrap {
	background-color: #FFFFFF;
}

#root .logoSearch {

}

#root .logoSearch .mainLogo {
	background-image: url("Resources/Images/logo.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 200px;
	width: 250px;
}
	@media screen and (max-width: 550px) {
		#root .logoSearch .mainLogo {
			width: inherit;
		}
    }
	
#root .structureTop {
	background-color: #000000;
	height: 180px;
}
#root .structureMiddle {
	position: static;
}

#root input[type="text"].codeInput {
	border: none;
	color: #000;
	border-radius: 10px;
	font-size: 12px;
	height: 40px;
}

#root .galleryContainer .buttons {
	width: 100%;
	margin: 0;
	height: 60px;
}

#root .galleryContainer .buttons button,
#root .modalContent button {
	background-color: transparent;
	border: none;
	color: #F5C65D;
	font-family: Clash-Bold;
	font-size: 18px;
	height: 30px;
	margin: 5px;
	width: 130px;
}
#root .galleryContainer .buttons button {
	margin: 0;
	padding: 0;
}
#root button.go {
	background-color: transparent;
	color: #F5C65D;
	font-size: 25px;
	height: 30px;
	margin: 5px;
	width: 30px;
	border-radius: 50%;
	font-family: Clash-Bold;
}

#root .welcomeMessage {
	color: #F5C65D;
	font-family: Clash-Bold;
	font-size: 30px;
}

#root .structureBottom {
	color: #000;
	height: 80px;
	overflow: hidden;
}

#root .LanguageBanner {
	background-color: #F5C65D;
}

#root .LanguageIcon {
	color: #000000;
	font-family: Clash-Bold;
}
#root .selectedLang {
	background-color: #000000;
	color: #F5C65D !important;
}
#root .LanguageIcon:hover {
	cursor: pointer;
	background-color: #000000;
	color: #F5C65D !important;
}

:root {
	/*colours for download progress circle*/
  --innerCircle-progress: #F5C65D;
  --middleCircle-progress: transparent;
  --outerCircle-progress: transparent;
  --innerCircle-nonProgress: rgba(255, 255, 255, 1);
  --middleCircle-nonProgress: transparent;
  --outerCircle-nonProgress: transparent;
}