body {
	padding-top: 106px;
}

.admin-bar .navbar {
	top: 32px;
}

.call-to-action h3 {
	font-size: 2rem;
	font-weight: bolder !important;
	line-height: 1.3;
	max-width: 60%;
}

.call-to-action p {
	font-size: 1.25rem;
	font-weight: 400;
	color: #6c757d !important;
	max-width: 60%;
}

@media (max-width: 985px) {
	.call-to-action h3 {
		max-width: 100%;
	}
	.call-to-action p {
		max-width: 100%;
	}
}

.projects {
	text-align: center;
}
.projects .card-body {
	text-align: left;
}

.navbar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.16);
	z-index: 99;
}
.header-block {
	background-color: #F7931E;
	color: #212529;
}
.btn-primary {
	background-color: #29ABE2;
	border-color: #29ABE2;
	&:hover {
		background-color: #1a8dbe;
		border-color: #1a8dbe;
	}	
}

.bg-primary {
	background-color: #29ABE2 !important;
}
.text-primary {
	color: #29ABE2 !important;
}

.alt.btn-outline-light {
	color: #29ABE2;
	border-color: #29ABE2;
}

.page-content h1, .page-content h2, .page-content h3, .page-content h4 {
	font-size: 1.5rem;
	margin-bottom: 20px;
}
.page-content p {
	color: #6c757d !important;
	font-weight: 400 !important;
	margin-bottom: 20px;
}

.page-content ul {
	color: #6c757d !important;
	font-weight: 400 !important;
	margin-bottom: 20px;
}

.grecaptcha-badge {
	visibility: hidden;
	bottom: 100px !important;
}

.page-id-13 .grecaptcha-badge {
	visibility: visible;
}

.header-block img {
	height: 400px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.card-img-top {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: center;
}

@media only screen and (max-width: 600px) {
	#services {
		text-align: center;
	}
}

.page-id-11 .col-lg-6 img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	object-position: center;
}