@media (min-width: 400px) {
	figure {
		width: 50%;
	}
	.home-gallery figure {
		width: 50%;
	}
	.figure-size-large {
		height: 460px;
	}
	.home-gallery figure.figure-size-large {
		height: 460px;
	}	
}
@media (min-width: 576px) {
	.main-service-container {
		width: 50%;
		margin-bottom: 15px;
	}
}
@media (min-width: 768px){
	footer h3,
	footer li,
	footer a,
	footer p {
		text-align: left;
	}
	.site-links,
	.contact-links {
		margin-bottom: 0px;
	}
	.padding-top {
		padding-top: 80px;
	}
	.padding-bottom {
		padding-bottom: 80px;
	}
	.padding-top-sm {
		padding-top: 40px;
	}
	.padding-bottom-sm {
		padding-bottom: 40px;
	}
	.content h2 {
		text-align: left;
	}
	.front-service-container,
	.main-service-container {
		margin-bottom: 0;
	}


	.home-gallery figure {
		width: 33.333%;
	}
	.home-gallery figure.figure-size-large {
		height: 230px;
	}
	.main-service-container {
		width: 190px;
		margin-bottom: 15px;
	}
}
@media (min-width: 992px){
	.nav-item.dropdown:hover .dropdown-menu,
	.nav-item.dropdown:focus .dropdown-menu {
		display: block;
	}
	.navbar-brand {
		float: left;
	}
	.header-contact-right {
		margin-top: 15px;
		float: right;
	}
	.header-contact-email,
	.header-contact-phone {
		margin-bottom: 10px;
	}
	.header-contact-phone span.icon,
	.header-contact-email span.icon {
		margin-right: 10px;
	}
	.header-social-buttons img {
		width: 50px;
	}
	.navbar-header {
		overflow: hidden;
	}
	.navbar-nav {
		width: 100%;
		justify-content: space-between;
	}
	.header-social-buttons {
		margin-left: 50px;
	}
	.site-links {
		overflow: hidden;
	}
	.site-links li {
		float: left;
		width: 50%;
	}
	figure {
		width: 25%;
	}
	.figure-size-large {
		height: 460px;
	}
	.home-gallery figure.figure-size-large {
		height: 460px;
	}	
	.home-gallery figure {
		width: 20%;
	}
	.display-mobile {
		display: none;
	}
	.display-desktop {
		display: block;
	}
	.display-desktop-inline {
		display: inline;
	}
	.navbar-toggler {
		display: none;
	}
	.header-social-buttons {
		text-align: right;
	}
	.main-service-container {
		width: 20%;
	}
	.dropdown-item  {
		text-align: left;
		padding-left: 1rem;
		padding-right: 3rem;
	}
}
@media (min-width: 1200px){
	.header-social-buttons {
		display: inline-block;
	}
	.header-contact-right {
		margin-top: 35px;
	}
}
@media (min-width:1120px){
	.contact-form {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 25px;
	}
	.map-container iframe {
		height: 100%;
	}
	.map-container {
		height: 750px;
		position: relative;
	}
	.contact-form {
		padding: 50px;
		border-left: 5px solid #fff;
		border-right: 5px solid #fff;
	}
	
}