body{top:0!important;}

body {
	font-size: unset;
	font-family: "Futura Round", "textbook-new-web", sans-serif;
}

.thumb-odd,
.thumb-even {
	height: 140px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	cursor: pointer;
}

.thumb-odd {
	margin-right: 3%;
}

.thumb-even {
	margin-left: 3%;
}

.thumb-odd-title,
.thumb-even-title {
	font-style: normal;
	font-weight: 300;
	font-size: 13pt;
	letter-spacing: 0.6px;
	height: 40px;
	margin-top: 5px;
	color: #333333;
}

.thumb-odd-title b,
.thumb-even-title b {
	font-weight: 400;
	display: inline;
}


.thumb-even-title {
	margin-left: 3%;
}

.news-thumb {
	height: 70px;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}

.about p {
	font-size: 12pt;
}

.downloadAll img {
	height: 220px;
	width: 180px;
	object-fit: cover;
}

#section6 .tableCell {
	display: block;
}

.downloadAll {
	width: 100%;
	height: 100%;
}

.downloadAll .downloadbtnset {
	display: flex;
	width: calc(100% - 180px);
	height: 100%;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	flex-wrap: wrap;
	align-content: center;
}

@media screen and (max-width: 767px) {
	.aboutAll {
		width: 80%;
		margin: 0 50px;
	}

	.contactAll {
		width: calc(100% - 100px);
		margin: 0px 50px;
	}
}

.language-selection {
	width: 100vw;
	height: 100vh;
	background: #00000099;
	cursor: unset !important;
	position: absolute !important;
	display: none;
}

.language-selection>.language-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

.language-selection .close {
	position: absolute;
	top: 40px;
	right: 40px;
}

.language-selection h2 {
	color: white;
	padding-top: 2rem;
	padding-bottom: 3rem;
	font-size: 25pt;
}

.language-selection .languages {
	display: flex;
	justify-content: center;
	column-gap: 25px;
	row-gap: 15px;
	max-width: 500px;
	flex-wrap: wrap;
}

.language-selection .language-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	color: white;
	font-size: 16pt;
}

.language-selection .language-item img {
	width: 60px;
}

#section1 img {
	object-fit: contain;
	width: 100vw !important;
	height: 100vh !important;
	left: 0px !important;
	top: 0px !important;
	/*object-fit: scale-down;*/
}