a, a:visited, a:active {
	color: #540F2F;
}

#root *{
	font-family: Arial;
}

#root .mainWrap {
	background-color: #FFFFFF;
	color: #540F2F !important;
}

#root .LanguageBanner,
#root .mainWrap {
	max-width: 1360px;
}
#root .logoSearch {
	justify-content: space-between;
	gap: 15px;
}

#root .logoSearch .mainLogo {
	background-image: url("Resources/Images/logo.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	cursor: pointer;
	margin-left: 75px;
}

	@media only screen and (max-width: 800px) {
		#root .logoSearch {
			height: 100px;
		}
	}
#root .structureTop {
	background: transparent;
}

#root .searchCont {
	width: auto;
}
#root .formBox {
	border: 1px solid #540F2F;
	border-radius: 50px;
	max-width: 270px;
	margin-right: 75px;
	justify-content: space-between;
}
	@media screen and (max-width: 1280px) {
		#root .mainLogo {
			margin-left: 75px;
		}
		#root .formBox {
			margin-right: 75px;
		}
	}
	@media screen and (max-width: 800px) {
		#root .mainLogo,
		#root .formBox {
			margin: 0px !important;
		}
	}
#root input[type="text"].codeInput {
	border: none;
	width: 220px;
	font-size: 15px;
	max-width: 75%;
}
@media only screen and (max-width: 450px) {
	input[type="text"].codeInput::placeholder {
		font-size: 8px;
	}
}
#root button.go,
#root .galleryContainer .buttons button,
#root .modalContent button {
	background-color: #8b1202;
	color: #FFFFFF;
	border-radius: 0px;
	font-family: Arial;
}

#root button.go {
	background-color: #E62506;
	font-size: 18px;
	color: #FFF;
	border-radius: 50%;
	width: 38px;
	text-align: center;
	line-height: 34px;
	padding-bottom: 5px;
}
		@media screen and (max-width: 800px) {
			#root button.go {
				font-size: 15px;
				width: 30px;
				line-height: 17px;
				padding-bottom: 4px;
			}
		}
#root .structureMiddle {
	position: relative;
	z-index: 1;
	background: transparent;
}

#root .landing {
	width: 100%;
}

#root .structureBottom {
	height: 100px;
	background: #E62506;
}

#root .galleryContainer {
	opacity: 1;
	will-change: auto;
	margin: 20px;
}
#root .welcomeMessage {
	color: #540F2F;
	width: 100%;
	margin: 0;
	min-height: 270px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	position: relative;
	flex-direction: column;
}
	@media screen and (min-width: 800px) {
		#root .welcomeMessage {
			padding-top: 130px;
		}
	}
.landing::before {
	content: "";
	background-image: url('Resources/Images/banner.jpg');
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0px;
	top: -0px;
	width: 100%;
	height: 270px;
	z-index: 1;
}
		@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: #540F2F;
}
#root .selectedLang {
	background-color: #E62506;
	color: #FFFFFF;
}
#root .LanguageIcon:hover {
	cursor: pointer;
	background-color: #E62506;
	color: #FFFFFF;
}

:root {
	/*colours for download progress circle*/
  --innerCircle-progress: #8b1202;
  --middleCircle-progress: transparent;
  --outerCircle-progress: transparent;
  --innerCircle-nonProgress: rgba(255, 255, 255, 1);
  --middleCircle-nonProgress: transparent;
  --outerCircle-nonProgress: transparent;
}