@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 1200px) {
	.heading {
	font-family: 'DM Sans', sans-serif;
	font-size: 160px;
	font-weight: 700;
	color: #eeece6;
	}
	.sub {
	font-family: 'DM Sans', sans-serif;
	font-size: 32px;
	font-weight: 400;
	color: #eeece6;
	width: 60%;
	}
	.info {
	font-family: 'DM Sans', sans-serif;
	font-size: 18px;
	font-weight: 200;
	color: #99999A;
	width: 40%;

	}
	.frame {
		font-family: 'DM Sans', sans-serif;
	font-size: 18px;
	font-weight: 200;
	color: #99999A;
		border:1px solid #282828;
	width: 40%;
		border-radius: 8px;
		margin-top: 30px;
	}
	.logo {
	padding-left: 30px;
	padding-top: 25px;
	padding-bottom: 20px;
	}
	.change-my-color {
 	 filter: brightness(60%);
}

	a {
	font-family: 'DM Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #eeece6;
	width: 40%;
	}
		
	body {
	margin-bottom: 30px;
	}
}
@media screen and (min-width: 481px) and (max-width:1199px) {
	.heading {
	font-family: 'DM Sans', sans-serif;
	font-size: 120px;
	font-weight: 700;
	color: #eeece6;
	}
	.sub {
	font-family: 'DM Sans', sans-serif;
	font-size: 32px;
	font-weight: 400;
	color: #eeece6;
	width: 80%;
	}
	.info {
	font-family: 'DM Sans', sans-serif;
	font-size: 18px;
	font-weight: 200;
	color: #99999A;
	width: 80%;
	}
	.frame {
		font-family: 'DM Sans', sans-serif;
	font-size: 18px;
	font-weight: 200;
	color: #99999A;
		border:1px solid #282828;
	width: 60%;
		border-radius: 8px;
		margin-top: 30px;
				padding-left: 20px;
		padding-right: 20px;
	}
	.logo {
	padding-left: 30px;
	padding-top: 25px;
	padding-bottom: 20px;
	}
	.change-my-color {
 	 filter: brightness(60%);
}

	a {
	font-family: 'DM Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #eeece6;
	width: 80%;
	}
	
	body {
	margin-bottom: 30px;
	}
}
@media screen and (max-width: 480px) {
	.heading {
	font-family: 'DM Sans', sans-serif;
	font-size: 80px;
	font-weight: 700;
	color: #eeece6;
	}
	.sub {
	font-family: 'DM Sans', sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: #eeece6;
	width: 80%;
	}
	.info {
	font-family: 'DM Sans', sans-serif;
	font-size: 16px;
	font-weight: 200;
	color: #99999A;
	width: 80%;
	}
	.frame {
		font-family: 'DM Sans', sans-serif;
	font-size: 16px;
	font-weight: 200;
	color: #99999A;
		border:1px solid #282828;
	width: 80%;
		border-radius: 8px;
		margin-top: 30px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.logo {
	padding-left: 30px;
	padding-top: 25px;
	padding-bottom: 20px;
	}
	.change-my-color {
 	 filter: brightness(60%);
}

	a {
	font-family: 'DM Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #eeece6;
	width: 80%;
	}
		
	body {
	margin-bottom: 30px;
	}
}