/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.heading-block h1, .heading-block .h1, .heading-block h1 + span {
  /* font-size: calc(1.375rem + 1.5vw); */
    font-size: 1.5rem;

}
@media (min-width: 1200px) {
  .heading-block h1, .heading-block .h1 , .heading-block h1 + span {
    font-size: 1.5rem;
  }
}

div.contact-links a, div.contact-links a:visited {
	color: #212529;
	text-decoration: none;
}

.button {
	background-color: black;
}
button .button:hover {
	background-color: gray;
}

.contact-form-overlay {
	box-shadow: none;
	background-color: #fbfbfb;
}

div.font-pic {
	height: 440px;
}
@media ( max-width:767px ){
	div.font-pic {
	height: 260px;
}
}
@media ( max-width:576px ){
	div.font-pic {
	height: 200px;
}
}