body,html {
	background-color: #E5E5E5;
	Font-family: Arial, Helvetica;
	margin: 0;
	background-image: url("image/bg2.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

a {
	text-decoration:none;
	color: inherit;
}

a:visited {
	color: inherit;
}

.header-img {
	background-color: white;
	border-bottom: thin solid black;
}

.header-img > img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.main-table {
	background-color: white;
	width: 100%;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	border-collapse: collapse;
}

.top-menu {
	top: 0;
	position: sticky;
	z-index: 9999;
}

.main-table td {
	width: 12%;
	text-align: center;
}

.main-table td a {
	font-size: 22px;
}

.main-table td a:hover {
	color: grey;
}

.main-table ul {
	position:relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.main-table ul li {
	float: right;
}

.main-table ul li a {
	display: block;
	text-decoration: none;
}

.flag-img {
	height: 50px;
}

.main-table ul li a:hover {
	background-color: #ccc;
}

.main-table ul li ul {
	padding-top: 3px;
	display: none;
	text-align: center;
}

.main-table ul li:hover ul {
	display: block;
}

.main-table ul li ul li a {
	width: 62px;
	padding: 2px;
}

.main-table li ul {
	position: absolute;
}

.grid-div {
	background-color: white;
	margin: auto;
	width: 1344px;
	padding: 20px;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.grid-container {
	display: flex;
	flex-wrap: nowrap;
	background-color: black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	gap: 1px;
}

.grid-item {
	background-color: white;
	padding: 20px;
	text-align: justify;
	flex: 1 1 45%;
	box-sizing: border-box;
}

.video-presentation {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1 1 100%;
}

.video-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	background-color: black;
	display: block;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.title {
	font-size: 20px;
	font-weight: bold;
}

.article {
	font-size: 18px;
}

/* Menu update for phones */
.topnav {
	overflow: hidden;
	background-color: white;
	position: relative;
	display: none;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.topnav #myLinks {
	display: none;
}
.topnav a {
	color: black;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
	display: block;
	font-size: 22px;
}
.topnav a.icon {
	background: white;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
.topnav a:hover {
	background-color: #ccc;
}

/* Small Desktops */
@media (max-width: 1500px) {
	.grid-div {
		width: 89.6%;
	}
}

/* Tablets */
@media (max-width: 1170px) {
	.grid-container {
		flex-wrap: wrap;
	}
	.grid-div {
		width: 80%;
	}
	.main-table td {
		width: 20%;
	}
}

/* Phones */
@media (max-width: 768px) {
	.grid-div {
		width: 100%;
		padding: 0;
	}
	.grid-container {
		border: none;
	}
	.main-table td {
		width: auto;
	}
	.main-table {
		display: none;
	}
	.topnav {
		display: block;
	}
}
