.container_contact form { 
	padding-bottom: 20px;
}
.container_contact h1 {
	text-align: center;
	font-size: 2em;
	margin-bottom: 15px;
	margin-top: 0px;
	font-weight: bold;
  color: black;
}

.container_contact p {
	font-weight: bold;
  color: black;

}

#contact-form .text-muted {
	font-weight: bold;
  margin-top:10px;
  margin-bottom: -10px;
  color: #951C49;
}

#contact-form .row{
  color: black;
}

.btn  {
	font-family: 'Lora', serif;
    background-color: #337AB7;
    border-color:#337AB7;
    font-weight: bold;
}


