body{
	font-family: 'Montserrat',sans-serif;
	margin:0;
	padding: 0;
}

.content{
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px;
}

.btn{
	width: 180px;
	height: 60px;
	background: #4285F4 0% 0% no-repeat padding-box;
	border-radius: 5px;
	opacity: 1;
	font-weight: bold;
	margin-top:20px;
	font-size: 22px;
}

#Head{
	/*text-align: left;*/
	font-weight: 600;
	letter-spacing: 0;
	color: #202124;
	opacity: 1;
	margin-bottom: 20px;
	font-size: 48px;
}

#image{
	height: 455px;
	width: 625px;
}

#forSection{
	/*text-align: left;*/
	font-weight: 300;
	letter-spacing: 0;
	color: #3C4043;
	opacity: 1;
	font-size: 18px;
}

#top{
	/*text-align: left;*/
	font-family: Montserrat;
	letter-spacing: 0;
	color: #3C4043;
	opacity: 1;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
	/*max-height: 50vh;*/
}

.secondHead{
	/*width: 240px;*/
	height: 44px;
	/*text-align: left;*/
	font-weight: 600;
	letter-spacing: 0;
	color: #202124;
	opacity: 1;
	margin-top: 20px;
	font-size: 30px;
}

.thirdHead{
	font-size: 30px;
	/* margin-top: 20px; */
}

#whenNwhere{
	/*text-align: left;*/
	letter-spacing: 0;
	color: #3C4043;
	opacity: 1;
	font-weight: 300;
	font-size: 18px;
}

#whenNwhere strong{
	font-weight: bold;
}

footer{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

@media (max-width: 1500px){
	#image{
		height: 400px;
		width: 550px;
	}
}

@media (max-width: 1300px){
	#image{
		height: 350px;
		width: 500px;
	}
}

@media (max-width: 900px){
	.content{
		margin-left: 25px;
		margin-right: 25px;
		margin-top: 25px;
	}
	#image{
		width: 300px;
		height: 250px;
	}
	#Head{

		font-size: 25px;
	}
	#secondHead{
		font-size: 20px;
	}
	#top{
		font-size: 15px;
	}
	#forSection{
		font-size: 15px;
	}
	#whenNwhere{
		font-size: 15px;
	}
}