@charset "utf-8";
/* CSS Document */
.abcbg {
	background-image: url("../images/abc-images/abcbg.jpg");
	background-size: cover;
	background-position: bottom;
}
#abclogo{
	max-height: 175px;
}
.projects {
	height: 35rem;
}
.about-us {
	max-width: auto;
}
@media screen and (min-width: 500px){
		#abclogo {
		max-height: 90px;
	}
}
@media screen and (min-width:576px){
	#abclogo {
		max-height: 125px;
	}
	.about-us {
		max-width: 95%;
	}
}
@media screen and (min-width:768px){
		#abclogo {
		max-height: 150px;
	}
	.about-us {
	max-width: 90%;
}
}
@media screen and (min-width: 992px){
		#abclogo {
		max-height: 160px;
	}
}
@media screen and (min-width: 1200px){
	#abclogo {
		max-height: 175px;
	}
	.about-us {
	max-width: 75%;
}
}
@media screen and (min-width: 1400px){
	#abclogo {
		max-height: 175px;
	}
	.about-us {
	max-width: 50%;
}
}
#abccontact {
	background-color:#B62E32;
	border-style: none;
	color: #FFFFFF;
	border-radius: 9px;
	font-size: 1.2rem;
	width: auto;
	font-style: oblique;
	font-weight: 500;
}