h1 {
	font-family: komu-a, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.home-section .tittle-block h1 {
   font-size: 45px !important;
   line-height: 50px;
}
.home-section .tittle-block h2{
	letter-spacing: .065em;
	font-size: 24px;
	margin-top: 30px;
text-transform: uppercase;
} 
p {
	font-size: 19px;
	font-weight: 300;
  line-height: 31px;
	color: #444;
	margin-bottom: 25px;
}
.home-section {
	height: 40vh;
	min-height: 480px;
}
.home-section .tittle-block h1 {
  font-size: 45px;
  margin: 35px .5em -10px;
}
/* .home-section .tittle-block h2 {
	color: #fff;
} */
.no-hero {
	margin-top: 100px;
}
.no-hero .navbar {
	background-color: rgba(0,0,0,0.9) !important;
}
.page-header {
	margin-top: 130px;
}
.page-header h1 {
		font-size: 60px;
}
.page-header:after {
	background-color: #A3B789;
}
.page-header.green h1 {
	color: #7D9858;
}
.page-header.horn {
	position: relative;
}
.page-header.horn h1 {
	margin: 65px 0 25px;
}
.page-header.horn h1:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -85px;
	width: 111px;
	height: 50px;
	background-image: url(/wp-content/uploads/2018/12/icn-horn.png);
}
.apply.button {
	margin: 0 auto 35px;
	text-align: center;
}
.apply.button a {
	display: inline-block;
	transition: all 0.3s ease;
	color: #fff;	
	border-radius: 3px;
	background-color: #7D9858;
	padding: 10px 20px 7px 20px;
	text-transform: uppercase;
	font: normal 600 16px/32px "Lato", "Helvetica Neue", sans-serif; 
	box-shadow: 1px 3px 6px rgba(0,0,0,0.9);
	position: relative;
}
.apply.button a:link, .apply.button a:visited {
	opacity: 0.75;
}
.apply.button a:hover, .apply.button a:active {
	opacity: 1;
		box-shadow: 0 1px 2px rgba(0,0,0,1);
	left: 1px;
}
blockquote {
	border: none;
}
blockquote cite {
	text-align: right;
	display: block;
}
.footer .row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	height: auto;
	padding: 70px 0 30px;
}
.footer .row > div {
 	display: flex;
	flex-direction: column;
	justify-content: center;
}
.widget_media_image {
	text-align: center;
}
ul#menu-mainmenu-1 {
	padding: 0;
	text-align: right;
	margin: 0;
}
ul#menu-mainmenu-1 li {
  display: inline-block;
	text-transform: uppercase;
	padding-left: 4px;
	font-size: 13px;
	margin-top: 0; 
}
.footer h1 {
  margin: 12px 0;
}
.footer-copyrights {
	display: none;
}
.widget_media_image {
	margin-bottom: 6px;
}
.wp-block-image .wp-image-540 {
	
}
.wp-block-image .wp-image-540:after {
  content: "";
  display: block;
  position: relative;
  height: 3px;
  width: 113px;
  background-color: #f9c56a;
  margin: 0px auto;
}
.contact-form input[type=email], .contact-form input[type=text], .contact-form input[type=url],
.contact-form textarea {
	width: 100%;
	max-width: 100%;
}
@media all and (min-width: 640px){
	.home-section .tittle-block h1 {
		margin: 35px 4em -10px;
	}
}


