*{
	margin: 0;
	padding: 0;
	
}

.navbar{
	background: white;
	display: flex;
	position: sticky;
	position: -webkit-sticky;
	top:0;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	z-index: 9;
}

.navbar-dark{
	text-align: center;
}

.navbar-links{
	margin-bottom: 10px;
}

.navbar li{
	list-style: none;
	float: left;
	padding: 2vw;
	font-family: 'Open Sans';
}

.navbar li a{
	text-decoration: none;
	color: black;
}

.navbar li a:hover{
	color: orangered;
}

.navbar li a:active{
	color: darkorange;
}



input[type="text"]{
	padding: 10px;
	border-radius: 20px;
	border: 2px solid darkblue;
	margin-top: 15px;
	width: 85%;
}

.banner-img{
	width: 100%;
	margin-top: 8%;
}

marquee{
	font-family: 'Roboto';
	margin-top: 10px;
	border-bottom:2px solid lightgrey;
	font-weight: 700;
}

marquee a{
	text-decoration: none;
	color: black;
}


marquee{
		font-size: 20px;
	}


.Overview{
	margin-top: 40px;
	font-family: 'Rubik';
}

.left-overview{
	width: 100%;
	text-align: center;
    display: block;
     line-height: 2.0;
}

.left-overview p{
	padding: 15px;
}

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

.yt-video-iframe{
	width: 95%;
	height: 45vw;

}

.countries{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	font-family: 'Open Sans';
	margin: 40px 0;
}

.countries h1{
	margin-bottom: 20px;
}

.country-img{
	width: 90%;
	height: 200px;
	border-radius: 10px;
}

.medias{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}

.medias h1{
	font-family: 'Open Sans';
}

.medias a{
	padding: 10px;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	font-family: 'Rubik';
	color: black;
	text-align: center;
}

.medias a:hover{
	text-decoration: underline;
}

.medias a:active{
	color: red;
}


.footers{
	display: flex;
	align-items: center;
	flex-direction: column;
	border-top: 5px solid gray;
	width: 100%;
	background: lightgrey;
	font-family: 'Open Sans';
	
}	

.footers ul li{
	list-style: none;
	float: left;
}

.footers li a{
	color: black;
	text-decoration: none;
}

.alone{
	list-style: none;
	float: right;
}


h6 i{
	display: inline;
	padding: 0 10px;
	cursor: pointer;
}

h6 i:hover{
	color: darkblue;
}

.logos{
	display: inline-flex;
	padding: 10px;
}

.logos h6 a{
	color: black;
}


@media screen and (min-width: 768px ){
	.navbar-dark{
		display: flex;
		align-items: center;
	}

	input[type="text"]{
		margin-top: 0;
		width: 16vw;
	}

	.banner-img{
		margin-top: 1%;
		background-size: cover;
	}

	marquee{
		font-size: 30px;
	}

	.left-overview{
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 50%;
		flex-direction: column;
		vertical-align: bottom;
	}

	.Overview{
		display: inline-flex;
	}

	.left-overview{
		width: 60%;
	}

	.left-overview p{
		width: 80%;
	}

	.yt-video{
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 48%;
	}


	.yt-video-iframe{
		width: 90%;
		height: 260px;
	}

	.countries{
		font-size: 25px;
	}

	.country-img{
		width: 50%;
		height: 400px;
	}

	.medias h1{
		font-size: 3vw;
	}

	.medias a{
		font-size: 20px;
	}

}
