/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */



@media (max-width: 768px) {
	
	.page1 h1 {
		font-size:44px;
	}
	
	h2 {
		font-size:16px;
	}

	.menu a {
		font-size:12px;
	}
	
	.contacts, form {
		width: 100%;
	}

	h2 {
		margin-top: 50px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) { 

	.circle {
		top:-140px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
	
	

}