@font-face {
    font-family: 'HKGroteskRegular';
    src: url('../resources/fonts/HKGrotesk-Regular.otf');
}
@font-face {
    font-family: 'SyncopateBold';
    src: url('../resources/fonts/Syncopate-Bold.ttf');
}

a, a:visited, a:active {
	color: #FFFFFF;
}

#root *{
	font-family: HKGroteskRegular;
}

#root .mainWrap {
	background-image: url('/resources/images/background.jpg') !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
	color: #FFFFFF !important;
}

#root .logoSearch .mainLogo {
	background-image: url("/resources/images/logo.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 150px;
	width: 70%;
	max-width: 550px;
	cursor: pointer;
}

#root .structureTop {
	background: transparent;
}

#root input[type="text"].codeInput {
	border: none;
}

#root button.go,
#root .galleryContainer .buttons button,
#root .modalContent button {
	background-color: #6CE8CB;
	border-radius: 0px;
	font-family: SyncopateBold;
}

#root .galleryContainer .buttons button {
	height: 60px;
	max-width: 160px;
}

#root button.go {
	background-color: transparent !important;
	font-size: 32px;
}

#root .structureMiddle {
	position: relative;
	z-index: 1;
	background: transparent;
}

#root .structureBottom {
	height: 100px;
	background: transparent;
}

#root .mainWrap {
	background: transparent;
}

#root .welcomeMessage,
#root .galleryContainer {
	opacity: 1;
	will-change: auto;
	margin: 20px;
}
#root .welcomeMessage {
	padding: 75px;
	width: 90%;
	font-family: SyncopateBold;
}
		@media screen and (max-width: 450px) {
			#root .welcomeMessage {
				padding: 50px;
				font-size: 15px;
			}
			#root .welcomeMessage h3 {
				font-size: 25px;
			}
		}
#root .galleryContainer {
	padding: 20px;
}

#root .LanguageBanner {
	background-color: #FFFFFF;
}

#root .LanguageIcon {
	color: #212121;
}
#root .selectedLang {
	background-color: #6CE8CB;
	color: #FFFFFF;
}
#root .LanguageIcon:hover {
	cursor: pointer;
	background-color: #6CE8CB;
	color: #FFFFFF;
}

:root {
	/*colours for download progress circle*/
  --innerCircle-progress: #E4058C;
  --middleCircle-progress: #E9A72D;
  --outerCircle-progress: #189BD4;
  --innerCircle-nonProgress: rgba(255, 255, 255, 1);
  --middleCircle-nonProgress: rgba(255, 255, 255, 0.7);
  --outerCircle-nonProgress: rgba(255, 255, 255, 0.8);
}