*
{
	box-sizing: border-box;
}
body
{
	padding: 0;
	margin: 0;
	font-family: Helvetica, sans-serif;
}
.container
{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.row
{
	width: 100%;
	display: grid;
	padding: 0;
	margin: 0 auto;
}
.logoImg
{
	width: 390px;
	height: 78px;
	margin: 10px auto 0;
}
.headerMenu
{
	width: 100%;
	padding: 20px 0;
	display: inline-block;
	background: rgb(248, 249, 254);
}
.menuInner
{
	width: 1000px;
	margin: 0 auto;
}
.content
{
	width: 1000px;
	padding: 20px 20px;
	margin: 0 auto 0;
}
.content p
{
	font-family: Lato, sans-serif;
}
.topimage
{
	cursor: pointer;
	width: 728px;
	height: 410px;
	margin: 0 auto;
}
.textCenter
{
	text-align: center;
}
.redText
{
	color: #f00;
}
.heading
{
	font-size: 27px;
	text-align: center;
	margin-bottom: 10px;
	font-family: Lato, sans-serif;
}
.maincontent
{
	width: 898px;
	margin: 0 auto;
}
.maincontent h1
{
	font-family: Lato, sans-serif;
	color: rgb(32, 45, 60);
}
.maincontent p
{
	font-size: 1.25rem;
	font-weight: 300;
	color: rgb(32, 45, 60);
	font-family: Roboto, sans-serif;
}
.learnMore
{
	font-size: 36px;
	line-height: 43px;
	text-decoration: none;
	color: #2e8cff;
	font-weight: 700;
	cursor: pointer;
	display: inline-block;
}
.otherInterestingVideos
{
	font-size: 36px;
	line-height: 43px;
	color: rgb(32, 45, 60);
	display: inline-block;
	text-decoration: none;
	padding: 10px 40px;
	margin: 0 0 0 0;
	font-weight: 700;
}
.nativeAds
{
	width: 100%;
	margin: 20px auto;
	text-align: center;
	display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.ads
{
	/*float: left;*/
	width: 30%;
	margin: 20px 15px;
	text-align: center;
	padding: 20px 20px;
	border: 1px solid rgb(32, 45, 60);
}
.adsImg
{
	width: 150px;
	height: 150px;
}
.ads a
{
	text-decoration: none;
}
.ads h2
{
	color: #00a4e5;
	font-size: 17px;
	font-weight: bold;
	margin: 10px auto 10px;
	font-family: Roboto, sans-serif;
}
.readMore
{
	color: #015bcd;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline !important;
	font-family: Roboto, sans-serif;
}
.footer
{
	width: 100%;
	background: #F0F0F0;
	padding: 20px 20px;
}
.footer p
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 14px;
	color: rgb(91, 90, 90);
}
.footerLinks
{
	width: 100%;
	display: inline-block;
}
.footerLinks a
{
	margin: 30px 20px;
	display: inline-block;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	text-align: right;
	font-size: 16px;
}
@media only screen and (max-width: 835px)
{
	.content
	{
		width: 100%;
	}
	.footer, .footer p
	{
		width: 100%;
	}
	.maincontent
	{
		width: 100%;
	}
	.topimage
	{
		width: 80%;
		height: 350px;
		margin: 0 auto;
	}
	.floatLeft, .floatRight
	{
		float: none;
	}
	.footerLinks, .floatRight
	{
		width: 100%;
		text-align: center;
	}
}
@media only screen and (max-width: 768px)
{
	.footerImg
	{
		width: 100%;
	}
}
@media only screen and (max-width: 431px)
{
	.heading
	{
		font-size: 24px;
		line-height: 30px;
	}
	.otherInterestingVideos
	{
		margin: 0;
		font-size: 26px;
	}
	.nativeAds
	{
		margin-top: 0;
	}
	.ads
	{
		width: 50%;
	}
	.footerLinks a
	{
		margin: 20px 10px;
	}
	.footer p
	{
		line-height: 18px;
	}
	.topimage
	{
		height: 200px;
	}
	.floatLeft
	{
		margin-left: 0;
	}
}
@media only screen and (max-width: 420px)
{
	.heading
	{
		font-size: 22px;
	}
	.maincontent p
	{
		font-size: 1rem;
		line-height: 25px;
	}
}
@media only screen and (max-width: 400px)
{
	.logoImg
	{
		width: 100%;
	}
	.headerMenu img
	{
		width: 100%;
	}
	.footerLinks a
	{
		margin: 20px 5px;
	}
	.readMore
	{
		font-size: 16px;
	}
	.otherInterestingVideos
	{
		font-size: 22px;
	}
}
@media only screen and (max-width: 380px)
{
	.logoImg
	{
		width: 100%;
	}
	.heading
	{
		font-size: 20px;
	}
		
}