@font-face {
    font-family: 'National2Compressed-Bold';
    src: url('Resources/Fonts/National2Compressed-Bold.otf');
}
@font-face {
    font-family: 'National2Compressed-Medium';
    src: url('Resources/Fonts/National2Compressed-Medium.otf');
}
@font-face {
    font-family: 'National2Condensed-Medium';
    src: url('Resources/Fonts/National2Condensed-Medium.otf');
}

body {
	background-image: url("Resources/Images/background.jpg");
	background-size: cover;
	height: auto;
}
a, a:visited, a:active {
	color: #212121;
}

#root *{
	font-family: National2Condensed-Medium;
}

#root .mainWrap {
	background-color: transparent;
	color: #FFFFFF !important;
}
.structureTop {
	background-color: transparent;
}
.LanguageBanner {
  background-color: #000;
}
.LanguageIcon {
	display: inline-block;
	font-family: National2Compressed-Bold;
	line-height: 40px;
	margin-right: 10px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	width: 50px;
}
.selectedLang {
	background-color: #fff;
	color: #000 !important;
}
.logoSearch .mainLogo {
  background-image: url("Resources/Images/logo.png");
}
input[type="text"].codeInput {
	border: none;
	color: #212121;
	font-family: National2Compressed-Bold;
	font-size: 18px;
	height: 38px;
	padding: 14px;
	text-align: left;
	text-transform: uppercase;
	width: 50%;
}

button.go {
	background-color: #FFFFFF;
	font-family: National2Compressed-Bold;
	border: none;
	border-radius: 4px;
	color: #000000;
	cursor: pointer;
	display: inline-block;
	font-size: 24px;
	height: 38px;
	margin-left: 14px;
	text-transform: uppercase;
	width: 80px;
}
.structureBottom {
	background-color: transparent;
}

.galleryContainer .buttons button{
	background-color: #FFFFFF;
	border: none;
	border-radius: 4px;
	color: #000000;
	cursor: pointer;
	font-family: National2Compressed-Bold;
	font-size: 10px;
	line-height: 25px;
	padding: 6px;
	text-transform: uppercase;
	width: 115px;
}

.modalContent button {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Montserrat-Regular;
}

:root {
	/*colours for download progress circle*/
  --innerCircle-progress: #2C87C4;
  --middleCircle-progress: #2C87C4;
  --outerCircle-progress: #2C87C4;
  --innerCircle-nonProgress: rgba(255, 255, 255, 1);
  --middleCircle-nonProgress: rgba(255, 255, 255, 1);
  --outerCircle-nonProgress: rgba(255, 255, 255, 1);
}
.TermsAndConditionsClose {
	top: 6px;
	color: #000;
}