#header .header-nav-main nav > ul > li > a {
	font-size: 14px !important;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--dark);
  font-weight: 200;
  letter-spacing: -.0em;
}

.textshadow {
	text-shadow: 0px 0px 11px rgba(0,0,0,0.75);
}

.perforated {
	background-image: url("../img/back-perforated.jpg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 50%;
}

.lead {
  letter-spacing: .0em;
}


.form-control::placeholder, input[type="text"]::placeholder, input[type="password"]::placeholder, input[type="datetime"]::placeholder, input[type="datetime-local"]::placeholder, input[type="date"]::placeholder, input[type="month"]::placeholder, input[type="time"]::placeholder, input[type="week"]::placeholder, input[type="number"]::placeholder, input[type="email"]::placeholder, input[type="url"]::placeholder, input[type="search"]::placeholder, input[type="tel"]::placeholder, input[type="color"]::placeholder, textarea::placeholder {

    color: #5B5B66;

}

.logoeccleston {
	font-family: Georgia, serif;
	font-style: italic;
}

.logoengineering {
	font-family: Georgia, serif;
	font-style: italic;
} 

.jost-logoengineering {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}