/* Enter Your Custom CSS Here */
/* Turn an input box into an input line */
 
.main-navigation a {
	text-transform: capitalize;
}
span.nav_title{text-transform: none; font-size:18px; font-family:Arial;}
.text-block { 
	background: #e1e1e1; padding: 10px;
}
.form-control{
	font-family: Arial; 
}
input::placeholder {
	font-family: Arial;
}
input[type="text"]
{
  font-family: Arial; 
}
.wpcf7 .wpcf7-form .wpcf7-mail-sent-ok { 
	display: none !important; 
	font-family: Arial;
}
.ps1
{
	position:absolute;
	top: -100px;
}
body {
  font-family: Arial;
}
a.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}