.site-logo {
	display: block;
	width: 200px;
}
.site-logo img {
	height: auto;
	width: 100%;
}
h1 {
font-family: "montag", sans-serif;
font-weight: 700;
font-style: normal;
text-transform: capitalize;
}
h2 {
font-family: "montag", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 30px;
text-transform: capitalize;
letter-spacing: 1px;
}
h3 {
	font-size: 26px;
	font-family: "montag", sans-serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 1px;
}
h4 {
	font-size: 1.3em;
	letter-spacing: 1px;
	font-family: "montag", sans-serif;
	font-weight: 300;
	font-style: normal;
}
main a {
	color: #156969;
}
.layout-container ol li,
.layout-container ul li,
.layout-container p {
	font-size: 20px;
	line-height: 1.5;
	font-family: "basic-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
}
@media screen and (min-width: 768px) {
.layout-container ol li,
.layout-container ul li,
.layout-container p {
	font-size: 23px;
}
}
.paragraph img {
	height: auto;
	width: 100%;
}
/*Layouts*/
.block .paragraph,
.layout__region--first-above .paragraph,
.layout__region--second-above .paragraph,
.layout__region--first-below .paragraph,
.layout__region--second-below .paragraph {
	padding: 10px;
}
/*block-workhorse-contactinformation*/
#block-workhorse-contactinformation {
	text-align: center;
}
#block-workhorse-content .contact-message-contact-form label {
	font-family: "basic-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	display: inline-block;
	width: 150px;
}
#block-workhorse-content .contact-message-contact-form .form-item input {
	width: 200px;
}
#block-workhorse-content .contact-message-contact-form .form-actions input {
	background-color: #009091;
	  color: #fff;
	  padding: 10px;
	  text-transform: capitalize;
	  letter-spacing: 1px;
	  border-radius: 5px;
	  border: 0 none;
	  font-family: "basic-sans", sans-serif;
	  font-weight: 400;
	  font-style: normal;
	  font-size: 20px;
}