html,
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.33;
	color: #404040;
}
body {
	background: #fafafa;
	position: relative;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.tile-title {
	display: block;
	font-weight: normal !important;
	font-weight: 400 !important;
	color: #f58220;
	margin-bottom: .5em;
	line-height: 1.1;
}
h1, .h1 {
	font-size: 36px;
}
h2, .h2 {
	font-size: 32px;
}
h3, .h3 {
	font-size: 28px;
}
h4, .h4, .tile-title {
	font-size: 21px;
}
h5, .h5 {
	font-size: 1rem;
}
a,
a:visited,
a:active {
	color: #f58220;
}
a.subtle {
	text-decoration: none;
}
a.subtle,
a.subtle:visited,
a.subtle:active {
	color: #404040;
}
p.last {
	margin-bottom: 0;
}
.caps,
.tile-title {
	text-transform: uppercase;
}
.tile-title {
	margin-bottom: .4em;
}
h1.alt,
.h1.alt,
h2.alt,
.h2.alt,
h3.alt,
.h3.alt,
h4.alt,
.h4.alt,
h5.alt,
.h5.alt,
h6.alt,
.h6.alt,
.tile-title.alt {
	color: #404040;
}
.theme-lined {
	border-top: 4px solid #f5831f;
}
.theme-reverse,
.theme-reverse h1,
.theme-reverse .h1,
.theme-reverse h2,
.theme-reverse .h2,
.theme-reverse h3,
.theme-reverse .h3,
.theme-reverse h4,
.theme-reverse .h4,
.theme-reverse h5,
.theme-reverse .h5,
.theme-reverse h6,
.theme-reverse .h6,
.theme-reverse a,
.theme-reverse a:visited,
.theme-reverse a:active,
.theme-reverse .tile {
	color: #fff;
}

@media (max-width: 575px) {
	.container {
		padding-right: 20px;
		padding-left: 20px;
	}
}
@media (min-width: 576px) {
	
}
@media (min-width: 768px) {
	html,
	body {
		font-size: 16px;
	}
}
@media (min-width: 992px) {
	
}
@media (min-width: 1200px) {
	html,
	body {
		font-size: 17px;
	}
	h1, .h1 {
		font-size: 50px;
	}
	h2, .h2 {
		font-size: 40px;
	}
	h3, .h3, .tile-title {
		font-size: 30px;
	}
	h4, .h4 {
		font-size: 22px;
	}
}
@media (min-width: 1400px) {
	html,
	body {
		font-size: 18px;
	}
	h1, .h1 {
		font-size: 50px;
	}
	h2, .h2 {
		font-size: 40px;
	}
	h3, .h3, .tile-title {
		font-size: 30px;
	}
	h4, .h4 {
		font-size: 24px;
	}
}

#header {
	background-color: #464646;
	border-bottom: 1px solid #fff;
}
.header-h {
	height: 80px;
}
#header,
#header a,
#header a:visited,
#header a:active {
	color: #fff;
}
.ascon-services-logo {
	max-width: 222px;
}
#header .ascon-services-logo {
	max-width: 180px;
}
.ascon-group-logo {
	max-width: 194px;
}
.section {
	padding-top: 45px;
	padding-bottom: 45px;
}
#main {
	text-align: center;
}
.intro {
	font-size: 20px;
}
.big-text {
	font-size: 18px;
}
.smallish-text {
	font-size: 14px;
}
.small-text {
	font-size: 12px;
}
.tile,
.text-with-img {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
a.tile {
	text-decoration: none;
	display: block;
	background: #fff;
	border: 1px solid #ccc;
	padding: 25px 20px;
	color: #404040;
	transition: 0.15s;
}
a.tile:hover {
	border-color: #f58220;
}
.btn {
	width: 100%;
}
.btn-primary,
.btn-primary:focus,
.btn-primary:hover {
	background-color: #f58220;
	border-color: #f58220;
}
.text-with-img {
	background: #fff;
	box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.03);
	overflow: hidden;
}
.text-with-img,
.content-img.cover-my-bg {
	min-height: 240px;
}
.text-with-img + .text-with-img {
	margin-top: 20px;
}
.content-text {
	padding: 20px 20px;
}
.content-img {
	order: 2;
}
.content-text p:last-child {
	margin-bottom: 0;
}
.content-img {
	position: relative;
}
.content-img:not(.cover-my-bg) img {
	display: block;
	max-width: 100%;
	height: auto !important;
}
#about-ascon-bg {
	background-image: url(images/ascon-services-family-owned-business.jpg);
}
.cover-my-bg,
#about-ascon-bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#footer {
	background-color: #f0f0f0;
	border-top: 4px solid #f5831f;
	text-align: center;
}
#footer-about {
	padding-top: 30px;
	padding-bottom: 35px;
}
#footer-copyright {
	background: #fafafa;
	padding-top: 20px;
	padding-bottom: 20px;
}
.proudly-aus {
	background: url(images/aus-map.png) no-repeat right center;
	background-size: 36px 33px;
	padding: 10px 46px 10px 0px;
}
.xs-hide {
	display: none;
}

@media (min-width: 375px) {
	#header .ascon-services-logo {
		max-width: 222px;
	}
}
@media (min-width: 576px) {
	.xs-hide {
		display: inline;
	}
}
@media (min-width: 768px) {
	.leftset {
		margin-right: 25%;
		text-align: left;
	}
	#footer {
		text-align: left;
	}
	.btn {
		width: auto;
		min-width: 180px;
	}
	.intro {
		font-size: 24px;
	}
	.big-text {
		font-size: 20px;
	}
	.smallish-text {
		font-size: 16px;
	}
	.small-text {
		font-size: 14px;
	}
	.text-with-img,
	.content-img.cover-my-bg {
		min-height: 275px;
	}
	.content-text {
		padding: 35px 30px;
	}
	.sm-swap-col .content-img {
		order: -1;
	}
	.text-with-img + .text-with-img {
		margin-top: 40px;
	}
	a.tile {
		padding: 25px 20px;
	}
	.header-h {
		height: 110px;
	}
	.ascon-services-logo {
		max-width: 222px;
	}
	.ascon-group-logo {
		max-width: 194px;
	}
}
@media (min-width: 992px) {
	.section {
		padding-top: 55px;
		padding-bottom: 55px;
	}
	.intro {
		font-size: 24px;
	}
	.text-with-img,
	.content-img.cover-my-bg {
		min-height: 240px;
	}
	.content-text {
		padding: 25px 20px;
	}
	.lg-swap-col .content-img {
		order: -1;
	}
	.ascon-services-logo,
	#header .ascon-services-logo {
		max-width: 333px;
	}
	.ascon-group-logo {
		max-width: 282px;
	}
}
@media (min-width: 1200px) {
	.section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.inset {
		margin-left: 8.33333333%;
		margin-right: 8.33333333%;
	}
	.leftset {
		margin-left: 8.33333333%;
		margin-right: 50%;
		text-align: left;
	}
	.intro {
		font-size: 28px;
	}
	.big-text {
		font-size: 22px;
	}
	.text-with-img,
	.content-img.cover-my-bg {
		min-height: 300px;
	}
	.content-text {
		padding: 40px 50px;
	}
	.text-with-img + .text-with-img {
		margin-top: 60px;
	}
	#footer-about {
		padding-top: 60px;
		padding-bottom: 70px;
	}
	a.tile {
		padding: 35px 30px 40px 30px;
	}
}
@media (min-width: 1400px) {
	
}

.section.no-pad {
	padding-top: 0;
	padding-bottom: 0;
}
.section.no-pad-t {
	padding-top: 0;
}
.section.no-pad-b {
	padding-bottom: 0;
}

.feature-holder {
	position: relative;
}
.feature-height {
	height: 300px;
}
.feature-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.feature h2 {
	font-size: 36px;
	font-weight: 600 !important;
	text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
.feature {
	position: relative;
	color: #fff;
	font-size: 18px;
	text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
.animate__animated.animate__delay-quick {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

@media (min-width: 768px) {
	.feature-height {
		height: 400px;
	}
	.feature h2 {
		font-size: 48px;
	}
	.feature {
		font-size: 24px;
	}
}
@media (min-width: 1200px) {
	.feature-height {
		height: 500px;
	}
	.feature h2 {
		font-size: 60px;
	}
	.feature {
		font-size: 30px;
	}
}
