
@font-face {
    font-family: 'ClarendonCondensed';
    src: url('Resources/Fonts/ClarendonCondensed.ttf');
}
@font-face {
    font-family: 'Abel';
    src: url('Resources/Fonts/Abel.ttf');
}

body {
	background-color: #F3F3F6;
}
a, a:visited, a:active {
	color: #FBFDFF !important;
}

#root *{
	font-family: Abel;
}

#root .mainWrap {
	color: #FBFDFF !important;
	background-color: #000000;
	background-image: url("Resources/Images/background.webp");
	background-repeat: no-repeat;
	background-position: center 155px;
	background-size: cover;
	min-height: calc(100vh - 26px);
}

#root .logoSearch {

}

#root .logoSearch .mainLogo {
	background-image: url("Resources/Images/logo.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 150px;
	width: 250px;
}
	@media screen and (max-width: 550px) {
		#root .logoSearch .mainLogo {
			width: inherit;
		}
    }
	
#root .structureTop {
	background-color: #1F1F1F;
	height: 180px;
	border-bottom: 26px solid #1F1F1F;
}
#root .structureMiddle {
	position: static;
}

#root input[type="text"].codeInput {
	border: none;
	border-radius: 0px;
	color: #4F301D;
	font-size: 18px;
	height: 40px;
	margin: 0px;
	font-family: ClarendonCondensed;
}

#root .galleryContainer .buttons button,
#root .modalContent button {
	background-color: transparent;
	border: none;
	color: #FFFFFF;
	font-family: ClarendonCondensed;
	font-size: 18px;
	height: 30px;
	margin: 5px;
	width: 130px;
}
#root .modalContent button {
	color: #4F301D !important;
}
#root .galleryContainer .buttons button {
	margin: 0;
	padding: 0;
}
#root button.go {
	background-color: #FBFDFF;
	color: #000;
	font-size: 16px;
	height: 40px;
	margin: 0px;
	width: auto;
	border-radius: 0px;
	font-family: verdana;
	padding-right: 14px;
	line-height: 40px;
}

#root .welcomeMessage {
	color: #FBFDFF;
	font-family: ClarendonCondensed;
	font-size: 40px;
}

#root .structureBottom {
	background-color: #1F1F1F;
	color: #FBFDFF;
	height: 80px;
	overflow: hidden;
}

#root .LanguageBanner {
	background-color: #1F1F1F;
	height: 26px;
}

#root .LanguageIcon {
	color: #FBFDFF;
	font-family: Abel;
}

#root .selectedLang {
	background-color: transparent;
	color: #4F301D !important;
}

#root .LanguageIcon:hover {
	cursor: pointer;
	background-color: transparent;
	color: #4F301D !important;
}
#root .confirmModalContent {
	color: #212121;
}

:root {
	/*colours for download progress circle*/
  --innerCircle-progress: #4F301D;
  --middleCircle-progress: transparent;
  --outerCircle-progress: transparent;
  --innerCircle-nonProgress: rgba(255, 255, 255, 1);
  --middleCircle-nonProgress: transparent;
  --outerCircle-nonProgress: transparent;
}