@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Oswald:wght@200;300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Righteous&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body
{
	margin: 0px;
	font-family: "Open Sans", sans-serif;
}
#header
{
	width: 100%;
	height: auto;
	padding: 10px 0px;
}
#header-container
{
	width: 95%;
	margin: auto;
	height: auto;
}
#logo
{
	font-family: 'roboto', sans-serif;
	font-size: 20px;
	margin: 0px 0px;
	font-weight: bold;
	color: #474747;
}
#logo-2
{
	color: #028bf3;
}
#logo-img
{
	width: 20px;
	margin: 0px 0px -3px 0px;
}
#menu
{
	float: right;
	font-family: 'roboto', sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin: 0px 0px;
	color: #474747;
}
.menu-items
{
	margin-left: 15px;
	text-decoration: none;
}
.menu-items:hover
{
	color: dodgerblue;
	cursor: pointer;
}
#google_translate_element
{
	display: none;
	float: right;
	height: 25px;
	overflow-y: hidden;
}
#google_translate_element select
{
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none;
	font-size: 16px;
	color: #000;
	background-image: url('images/down.svg');
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 20px;
	background-color:#fff;
	cursor: pointer;
}
#color-band
{
	width: 100%;
	height: 5px;
	background-color: red;
	background: linear-gradient(90deg, rgba(0, 249, 255, 1) 0%, rgba(68, 89, 254, 1) 30%, rgba(255, 116, 0, 1) 63%, rgba(255,0,0,1) 100%);
}
#paste-container
{
	width: 100%;
	height: auto;
	padding: 80px 0px;
	background-color: #23a0ff;
	background-image: linear-gradient(to right, #23a0ff , #8f00c3);
	font-family: "roboto", sans-serif;
	color: #fff;
	text-align: center;
}
#paste-container h1
{
	font-size: 35px;
}
#input-container
{
	text-align: center;
	width: auto;
	margin: auto;
}
input
{
	background-image: url('images/link.svg');
	background-repeat: no-repeat;
	background-size: 20px;
	width: 700px;
	height: 60px;
	border: 1px solid #fff;
	padding: 0px;	
	padding-left: 40px;
	padding-right: 50px;
	background-position: center left 15px;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.75);
	font-family: "roboto", sans-serif;
	font-size: 16px;
}
input:focus{
	outline: none;
}
*:focus {
	outline: none;
}
#download-button
{
	display: inline-block;
	background-color: #20cb20;
	color: #fff;
	width: 200px;
	height: 50px;
	line-height: 50px;
	font-weight: 600;
	font-size: 16px;
	margin-left: -210px;
	cursor: pointer;
	border-radius: 10px;
	font-family: "roboto", sans-serif;
	text-align: center;
}
.download-img
{
	display: none;
	width: 13px;
	margin: 0px 3px -2px 0px;
}
#download-video
{
	display: none;
	margin: auto;
	width: 400px;
	height: auto;
	background-color: #20cb20;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	padding: 20px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 3px solid rgba(0,0,0,0.25);
}
#loading-bar-title
{
	display: none;
}
#loading-bar-title span
{
	/* text-decoration: underline; */
	font-style: italic;
	width: 750px;
	margin: auto;
}
#loading-bar
{
	display: none;
	width: 750px;
	height: 30px;
	background-color: #ededed;
	margin: auto;
	border-radius: 30px;
}
#loading-percentage
{
	height: 30px;
	width: 0px;
	background-color: #20cb20;
	border-radius: 30px;
}
#ad-container
{
	width: 80%;
	height: auto;
	margin: auto;
}
#content
{
	width: 80%;
	margin: auto;
	font-family: "open sans", sans-serif;
	font-size: 18px;
	font-weight: 300;
}
.app-img
{
	display: inline-block;
	width: 150px;
	margin: 10px;
	cursor: pointer;
}
#footer-container
{
	width: 100%;
	margin: 100px auto 50px auto;
}
#footer
{
	width: 80%;
	border-top: 1px solid lightgray;
	border-bottom: 1px solid lightgray;
	margin: auto;
	text-align: center;
	padding: 30px 0px;
	line-height: 30px;
}
#news-content-title
{
	text-align: center;
	margin: 30px 0px 0px 0px;
	color: gray;
	font-style: italic;
}
.news-block
{
	width: 80%;
	height: 250px;
	border: 1px solid lightgray;
	border-radius: 5px;
	margin: 50px auto;
	padding: 20px;
	font-family: "poppins", serif;
}
.article
{
	border: none;
}
.news-block img
{
	height: 100%;
	display: block;
}
.news-img-frame
{
	float: left;
	height: auto;
	height: 250px;
	width: 300px;
	margin-right: 20px;
	overflow: hidden;
}
.news-date
{
	font-style: italic;
	font-size: 14px;
}
.news-block h2
{
	text-align: left;
	font-family: "poppins", serif;
	margin-top: -5px;
}
.news-link
{
	display: block;
}
.news-summary
{
	font-size: 16px;
}
.load-more
{
	width: 300px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-family: "poppins", serif;
	background-color: lightgray;
	cursor: pointer;
	margin: 0px auto 50px auto;
	border-radius: 3px;
}
#vignette-container
{
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.8);
	overflow: hidden;
}
#vignette
{
	width: 80%;
	position: fixed;
	height: auto;
	padding: 10px;
	background-color: #fff;
	margin: auto;
	z-index: 999;
}
#vignette-close
{
	display: none;
	width: 100%;
	margin: auto;
	border-radius: 3px;
	text-align: center;
	background-color: lightgray;
	color: #fff;
	font-size: 18px;
	padding: 10px 0px;
	cursor: pointer;
}
#vignette-x
{
	display: none;
	font-family: "roboto", sans-serif;
	width: 100%;
	text-align: right;
	padding: 5px 5px 0px 0px;
	font-weight: bold;
	color: gray;
	cursor: pointer;
	font-size: 20px;
	margin-bottom: 20px;
}
@media (max-width: 1000px){
	#footer-container, #header, #content
	{
		width: 90%;
		margin: auto;
	}
	#ad-container
	{
		width: 100%;
	}
	#footer
	{
		width: 100%;
	}
	#header-container, #header
	{
		text-align: center;
		width: 100%;
	}
	#paste-container
	{
		margin-top: 0px;
		padding: 50px 0px;
	}
	#logo
	{
		font-size:20px;
		padding: 5px 0px;
	}
	#logo-img
	{
		width: 22px;
		display: inline-block;
	}
	input
	{
		width: 90%;
		padding: 0px;
		border: none;
		text-indent: 15px;
		padding-left: 5%;
		border-radius: 0px;
		font-size: 18px;
		height: 50px;
		background-position: center left 5px;
	}
	input::placeholder
	{
		color: #8e8e8e;
	}
	#download-button
	{
		display: block;
		width: 95%;
		margin: 5px auto 0px auto;	
		padding: 0px;
		border-radius: 0px;
		height: 50px;
		line-height: 50px;
		font-size: 18px;
		text-transform: uppercase;
	}
	.download-img
	{
		margin-bottom: -3px;
		width: 14px;
	}
	#loading-bar, #loading-bar-title
	{
		width: 90%;
		margin: 10px auto;
	}
	#download-video
	{
		width: 90%;
		padding: 20px 0px;
		text-align: center;
	}
	#google_translate_element
	{
		display: none;
		float: none;
		margin-top: 10px;
	}
	#menu
	{
		float: none;
		margin: 10px auto 0px auto;
		font-size: 16px;
	}
	.app-img
	{
		display: block;
		width: 50%;
		margin: 10px auto;
	}
	.news-block
	{
		width: 90%;
		height: auto;
		border: none;
	}
	.news-block h2
	{
		margin: 10px auto;
	}
	.news-block img
	{
		width: 100%;
	}
	.news-img-frame
	{
		float: none;
		width: 90%;
		overflow: hidden;
	}
	#vignette
	{
		width: 100%;
		padding: 10px 0px;
	}
	#vignette-close
	{
		width: 90%;
	}
	#vignette-x
	{
		padding: 0px;
		width: 90%;
		margin: auto;
	}
}