
@font-face {
    font-family: 'Vina';
    src: url('Resources/Fonts/Vina.ttf');
}
@font-face {
    font-family: 'geologica';
    src: url('Resources/Fonts/geologica.ttf');
}

body {
	background-color: #F3F3F6;
}
a, a:visited, a:active {
	color: #000000 !important;
}

#root *{
	font-family: geologica;
}

#root .mainWrap {
	background-color: #F3F3F6;
}

#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: #0A4664;
	height: 180px;
}
#root .structureMiddle {
	position: static;
}

#root input[type="text"].codeInput {
	border: none;
	color: #0A4664;
	border-radius: 50px 0px 0px 50px;
	font-size: 18px;
	height: 40px;
	background-color: #FAAF41 !important;
	margin: 0px;
	font-family: Vina;
}

#root .galleryContainer .buttons button,
#root .modalContent button {
	background-color: transparent;
	border: none;
	color: #FAAF41;
	font-family: Vina;
	font-size: 18px;
	height: 30px;
	margin: 5px;
	width: 130px;
}
#root .galleryContainer .buttons button {
	margin: 0;
	padding: 0;
}
#root button.go {
	background-color: #FAAF41;
	color: #000;
	font-size: 16px;
	height: 40px;
	margin: 0px;
	width: auto;
	border-radius: 0px 50px 50px 0px;
	font-family: verdana;
	padding-right: 14px;
	line-height: 40px;
}

#root .welcomeMessage {
	color: #0A4664;
	font-family: Vina;
	font-size: 40px;
}

#root .structureBottom {
	color: #000;
	height: 80px;
	overflow: hidden;
}

#root .LanguageBanner {
	background-color: #FAAF41;
}

#root .LanguageIcon {
	color: #0A4664;
	font-family: geologica;
}
#root .selectedLang {
	background-color: #0A4664;
	color: #FAAF41 !important;
}
#root .LanguageIcon:hover {
	cursor: pointer;
	background-color: #0A4664;
	color: #FAAF41 !important;
}

:root {
	/*colours for download progress circle*/
  --innerCircle-progress: #FAAF41;
  --middleCircle-progress: transparent;
  --outerCircle-progress: transparent;
  --innerCircle-nonProgress: rgba(255, 255, 255, 1);
  --middleCircle-nonProgress: transparent;
  --outerCircle-nonProgress: transparent;
}