

/* media queries for small devices */
@media only screen and (max-width: 991px) {
	
	.header {
		padding-top: 1.2rem;
		padding-bottom: 1.2rem;
	}
	.header .logo img {
		width: 2.5rem;
	}
	.intro-text p {
		font-size: 1.2rem;
	}
	.sticky-header {
		height: 6rem;
	}
	.image-text a, .image-text p {
		font-size: 1rem;
		margin-bottom: 1.2rem;
	}
	.image-text .image-inner figure {
		margin-bottom: 2rem;
	}
	.image-text .image-inner {
		margin-bottom: 1.8rem;
	}

	.recent-projects h2,
	.recent-projects h2 a {
		font-size: 1.4rem;
		margin-bottom: 0;
	}
	.recent-projects .project-text {
		margin-bottom: 2rem;
	}
	.recent-projects .project-subtitle {
		line-height: 1;
		margin-bottom: 1rem;
	}
	.recent-projects .project-subtitle a {
		font-size: 1.2rem;
	}
	.project-content h1,
	.project-content h1 a {
		font-size: 1.3rem;
		margin-bottom: 0;
	}
	.project-content .project-subtitle {
		font-size: 1.2rem;
	}
	.recent-projects .project-link {
		font-size: 0.8rem;
	}
	.title-arrow {
		font-size: 0.9rem;
	}
	.empty-space {
		height: 2rem !important;
	}
	.footer .locations .loc-heading {
		font-size: 0.8rem;
	}
	.footer .locations .loc-title {
		font-size: 0.8rem;
	}
	.footer .locations address {
		font-size: 0.8rem;
	}
	.locations .loc-name {
		font-size: 0.8rem;
	}
	.footer .footer-links p, .footer .footer-links a {
		font-size: 0.8rem;
	}
}
@media only screen and (max-width: 767px) {

	.container-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}

}
@media only screen and (max-width: 579px) {

	.header {
		padding-top: 1.2rem;
		padding-bottom: 1.2rem;
	}
	.header .logo img {
		width: 2rem;
	}
	
	.projects-grid .project-filter a {
		font-size: 1rem;
	}

	
}