/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
.type-post p {
	text-align: justify;
	padding-left: 10px;
    padding-right: 10px;
}

.type-page p {
	text-align: justify;
	padding-left: 10px;
    padding-right: 10px;
}

// WPForms
.wpforms-submit:hover {
  /* Hover color */
  background-color: #FFFFFF;
  color: #FF9900;
}

.wpforms-form label {
  color: #FFFFFF; /* Example: deep blue */
}

/* Optional: style specific input fields */
.wpforms-form input::placeholder,
.wpforms-form textarea::placeholder {
  color: #FFFFFF; /* Example: darker gray */
}





.wpforms-form {
  color: #FFFFFF; /* Replace with your desired color */
}



.blocksy-breadcrumbs {
  color: red;
  font-size: 14px;
}


h3 {
  margin-bottom: 0.5em; /* reduce space below heading */
}
p {
  margin-top: 0; /* remove extra space above paragraph */
}











