/* Default Layout	*/


/*	Extra small devices (portrait phones, less than 576px)	*/
@media (max-width: 575.98px) {
	
	.main_wrapper{
		margin:10px 0px;
	}
	.logo img{
		max-width:220px;
	}
	.starting_at h2{
		font-size:26px;
		margin:25px 0px;
	}
	.domain_name h1{
		font-size:32px;
	}
	.cwm h2{
		font-size:26px;
		margin:15px 0px;
	}
	.footer h6{
		font-size:17px;
	}
	.footer h1{
		font-size:36px;
	}		
	
}

/*	Extra small devices (portrait phones, less than 576px)	*/
@media (max-width: 420px) {
	
	
	.container{
		max-width:350px;
	}
	.starting_at h2{
		font-size:22px;
	}
	.domain_name h1{
		font-size:28px;
	}
	.mail h5{
		font-size:20px;
		margin:20px 0px;
	}
	.cwm h2{
		font-size:22px;
	}
	.footer h6{
		font-size:15px;
	}
	.footer h1{
		font-size:32px;
	}
	
}

/*	Small devices (landscape phones, 576px and up)	*/
@media (min-width: 576px) and (max-width: 767.98px) {

	.main_wrapper{
		margin:15px 0px;
	}
	.logo img{
		max-width:250px;
	}
	.starting_at h2{
		font-size:36px;
	}
	.domain_name h1{
		font-size:44px;
	}
	.cwm h2{
		font-size:36px;
		margin:20px 0px;
	}
	.footer h6{
		font-size:20px;
	}
	.footer h1{
		font-size:43px;
	}	
	
}

/*	Medium devices (tablets, 768px and up)	*/
@media (min-width: 768px) and (max-width: 991.98px) {
	
	.main_wrapper{
		margin:20px 0px;
	}
	.logo img{
		max-width:280px;
	}
	.starting_at h2{
		font-size:42px;
	}
	.domain_name h1{
		font-size:60px;
	}
	.cwm h2{
		font-size:42px;
		margin:30px 0px;
	}
	.footer h6{
		font-size:24px;
	}
	.footer h1{
		font-size:52px;
	}

}

/*	Large devices (desktops, 992px and up)	*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	
	
	
}

/*	Extra large devices (large desktops, 1200px and up)	*/
@media (min-width: 1200px) {
	
	
	
}