*
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@700&display=swap');

{
	box-sizing: border-box;
}
body
{
	padding: 0;
	margin: 0;
	background-color: #000066;
	font-family: Lato, sans-serif;
}
.container
{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.row
{
	width: 100%;
	display: grid;
	padding: 0;
	margin: 0 auto;
}
.textCenter
{
	text-align: center;
}
.contentArea
{
	width: 100%;
	padding: 0 20px;
	max-width: 1120px;
	margin: 0 auto;
}
.topHeading
{
	font-size: 34px;
	font-weight: 600;
	padding: 15px 0 0 0;
	margin-bottom: 15px;
	line-height: 1.3em;
}
.firstH1
{
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
	font-size: 60px;
	color: #eee;
}
.secondH1
{
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
	font-size: 60px;	
	color: #fe7900;
}
.topSubHeading
{
	font-size: 14px;
	color: #fff;
	margin: 0 auto;
}
svg
{
	vertical-align: middle;
}
.rotateSVG
{
	transform: rotate(180deg);
	opacity: 0.7;
}
.topImageArea
{
	padding: 0 10px;
}
.topImage
{
	width: 926px;
	cursor: pointer;
	max-width: 100%;
	border: 3px solid #fff;
	margin: 5px 0 45px 0;
}
.scientificReference
{
	padding: 15px 0;
	background: #e6ffe6;
}
.scientificReference h1
{
	color: #000000;
	font-size: 36px;
	margin-top: 10px;
}
.otherInterestingVideos
{
	font-size: 36px;
	line-height: 43px;
	color: #000;
	display: inline-block;
	text-decoration: none;
	padding: 10px 40px;
	margin: 0;
	font-weight: 700;
}
.nativeAds
{
	width: 100%;
	max-width: 1080px;
	padding: 0 20px;
	margin: 20px auto;
	text-align: center;
	display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.ads
{
	width: 30%;
	margin: 20px 15px;
	text-align: center;
	padding: 20px 20px;
	
}
.adsImg
{
	width: 200px;
	height: 200px;
}
.ads a
{
	text-decoration: none;
}
.ads h2
{
	color: #00a4e5;
	font-size: 17px;
	font-weight: 600;
}
.readMore
{
	color: #015bcd;
	font-size: 15px;
	font-weight: 600;
	text-decoration: underline !important;
}
.footerArea
{
	background-color: #fff;
	width: 100%;
	padding: 20px 15px;
}
.footerLogo
{
	cursor: pointer;
	margin: 20px 0;
}
.topFooterLinks a
{
	color: #000;
	text-decoration: none;
	font-size: 12px;
	padding: 0 15px;
}
.copyright p
{
	font-size: 14px;
}
@media only screen and (max-width: 840px)
{
	.topImage
	{
		width: 100%;
	}
	.scientificReferenceImg
	{
		width: 100%;
	}
	.ads
	{
		margin: 20px 12px;
	}
	.adsImg
	{
		width: 100%;
		height: auto;
	}
}
@media only screen and (max-width: 768px)
{
	.ads
	{
		margin: 20px 10px;
		padding: 10px 10px;
	}
}
@media only screen and (max-width: 431px)
{
	.topHeading
	{
		font-size: 24px;
	}
	.otherInterestingVideos
	{
		font-size: 26px;
		line-height: 35px;
	}
	.nativeAds
	{
		margin: 0 0 20px 0;
		padding: 0 10px;
	}
	.ads
	{
		width: 40%;
		margin: 20px 0;
		padding: 10px 10px;
	}
	.footerLogo
	{
		width: 100%;
	}
}