body {
	font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5, h6, p, a {
	font-family: 'Montserrat', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: 500;
}
.top-bar {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: 62.5rem;
    margin: 0 auto;
    background: #fff;
}
.top-bar {
	padding: 1rem;
}
.top-bar, .top-bar ul {
    background-color: #fff;
}
/*space */
.space10 {
	height: 10px;
	display: block;
}
.space20 {
	height: 20px;
	display: block;
}
.space30 {
	height: 30px;
	display: block;
}
.space40 {
	height: 40px;
	display: block;
}
.space50 {
	height: 50px;
	display: block;
}
.space80 {
	height: 80px;
	display: block;
}
.space100 {
	height: 100px;
	display: block;
}
.pt10 {
	padding-top: 10px;
}
.pt20 {
	padding-top: 20px;
}
.pt30 {
	padding-top: 30px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb50 {
	padding-bottom: 50px;
}
.pl30 {
	padding-left: 30px;
}
.pl40 {
	padding-left: 40px;
}
.mt0 {
	margin-top: 0px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mb0 {
	margin-bottom: 0 !important;
}
/*image classes */
.img-cover {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
/* colors */
.callout.primary {
    background-color: #ffffff;
    color: #cf1717;
	text-align: center;
}
.callout.primary h3 {
	font-weight: 600;
}

/*Parallax section */
.parallax-background {
	/*background-color: #0078A0;*/
	background:url("/web/20220623230110im_/http://trckaty.com/images/large-house-with-balcony.jpg");
	height: 350px;
	background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.parallax-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.4);
}
.intro-text {
	z-index: 5;
}
.intro-text h3 {
	color: #ffffff;
}
.relative {
	position: relative;
}
.pl30 i {
position: absolute;
    margin-left: -22px;
	padding-top: 5px;
}
.show-1024-down {
	display: none !important;
}
@media screen and (max-width:1024px) {
	.medium-reverse {
		flex-direction: column-reverse;
	}
	.show-1024-down {
		display: block !important;
	}
	.top-bar {
		display: block;
	}
	.mobile-pb20 {
		padding-bottom: 20px;
	}
	.mobile-space30 {
		height: 30px;
	}
}
.callout {
	border-left: none;
	border-right: none;
	border-radius: 0;
}