#pastor {
  padding-left:10px;
  width: 280px;
}
@media only screen and (max-width: 800px) {
  #pastor {
    width: 35%;
  }
}
@media only print {
  #pastor {
    width: 200px;
  }
}

.services {
	color: red;
	font-weight: bold;
	font-size: 120%;
}

.form-layout .form-field label:first-child {
    color: #1f273c;
    background-color: #E1AB36;
	border-radius: 3px;
    font-size: 120%;
    padding: 3px;
	text-align: center;
}

@media (min-width: 500px) {
	.form-layout .form-field label:first-child {
		min-width: 170px;
		width: 170px;
	}
}

a.button {
	background-color: #5995DA;
	border: none;
	border-radius: 3px;
	display: inline-block;
	color: white;
	cursor: pointer;
	padding: 2px 10px;
	text-decoration: none;
}


a.button:hover	{
	background-color: #76AEED;
}
