
body {
	font-family: 'PT Sans Narrow', sans-serif;
}

.hidden-phone {
	display: initial;
}

.hidden-tablet-and-up {
	display: none;
}

.btn-secondary {
	background-color: #fdf39b;
	border-color: #fdf39b;
	color: black;
}

.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover {
	background-color: white;
	border-color: black;
	color: black;
}

.yellowbg {
	background-color: #b7b5b3;
}

.bottom-line:after, .upper-line:after {
	background-color: #4edf24;
}

.bg-layer-light-top-100-left-50:before {
	background-color: #fdf39b;
}

.bg-primary1 {
	background-color: #fdf39b;
}

@media (max-width:767.98px) {
	.hidden-phone {
	display: none;
}

.hidden-tablet-and-up {
	display: initial;
}

h1.display-3.upper-line.mb-6 {
	margin-bottom: 2rem !important;
}

.leadS {
	margin-top: 10% !important;
}

.mainCta {
	margin-bottom: 10% !important;
}

.addressCaption {
	margin-top: 5% !important;
}

#about {
	margin-top: 0;
	padding-top: 10%;
}

.py-W {
	padding: 0 2.25rem !important;
}
}

@media (min-width: 1600px) {
.display-3 {
	font-size: 4.5rem;
}
}

@media (min-width: 1900px) {
		.img-shifted.shift-left {
	width: calc(100% + 50vw - 1000px + 2rem);
}
.display-3 {
	font-size: 5.5rem;
}
}









