body {
	font-family: Arial, sans-serif;
	/*backgound: linear-gradient(to bottom, #000000, #ffffff, #ff0000, #00ff00); */
	background-color:#ADD8E6 ;
	opacity: 0.9;
	color: black;
	margin: 0;
	padding: 0;

}
.container {
	padding: 20px;
}
.headline {
	text-align: center;
	font-size: 1.4em;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.headline img {
	margin:0 10px;
}
.section {
	margin-bottom: 40px;
}
.section h2 {
	font-size: 1.2em;
	margin-bottom: 10px;
	color: #777777;
}
.section p {
	font-size:0.9em;
	margin-bottom: 20px;
	color: #555555;
}
.scrollForMore {
	font-size:0.8em;
	margin-bottom:10px;
}
.videos {
	display: flex;
	overflow-x: auto;
	height:300px;
}
.video-item {
	min-width: 250px;
	max-width:270px;
	margin-right: 20px;
	margin-bottom:1px;
	text-align: center;
	border: solid 1px black;
	padding:5px;
	background-color:white;	
}
.video-item video {
	width: 100%;
	height:180px;
}
.video-title {
	margin-bottom: 5px;
	font-size: 0.8em;
	text-align:left;
	height:55px;
}
.share-buttons {
    margin-top: 5px;
    text-align: center;
}
.share-buttons a {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0px 5px;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    border-radius: 5px;
}
.share-buttons a.facebook { background: #3b5998; }
.share-buttons a.twitter { background: #55acee; }
.share-buttons a.whatsapp { background: #25d366; }
.share-buttons a.instagram { background: #e4405f; }
.share-buttons a.tiktok { background: #ea23df; }
.share-buttons a.link { background: #aaaaaa; }

.popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	text-align: center;
	z-index: 1000;
	color:black;
}
.popup h2 {
	margin-top: 0;
}
.popup a {
	display:inline-block;
	margin-top: 10px;
	padding: 10px 15px;
	font-size: 1em;
	border: none;
	border-radius: 5px;
	background: #007bff;
	color: #fff;
	cursor: pointer;
	text-decoration:none;
}
.popup a.close {
	background: #ccc;
	margin-right: 10px;
}
.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
}		

.goog-te-banner-frame.skiptranslate { display: none !important;} 
#goog-gt-tt{display: none !important; top: 0px !important; } 
.goog-tooltip skiptranslate{display: none !important; top: 0px !important; } 
.activity-root { display: hide !important;} 
.status-message { display: hide !important;}
.started-activity-container { display: hide !important;}
