/* Desktop Layout */
#name{
	display:none;
}
#contact_success{
	display:none;
	width:73%;
	position:absolute;
	margin-left:20px;
}
#contact_error{
	display:none;
	width:73%;
	position:absolute;
	margin-left:20px;
}
.blvd-heading-mobile p{
	display:none;
}
/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
.blvd-heading-mobile p{
	display:none;
}
.blvd-home-header {
  height: auto;
  padding-bottom: 90px;
}
.blvd-text h2 {
  padding-top: 0;
}
#contact_error {
  width: 82%;
}
#contact_success{
  width: 82%;
}
.blvd-article-section {
  background: #fdfdfd none repeat scroll 0 0;
  padding-bottom: 130px;
  padding-top: 60px;
}
.blvd-text p {
  color: #2a2a2a;
  font-family: "Lato",sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.4;
  padding-bottom: 30px;
  padding-right: 0;
}
}

/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
.blvd-heading-mobile p{
	display:block;
	font-family: "Montserrat",sans-serif;
	font-size:30px;
	text-align:center;
	font-weight:700;
	padding-top:70px;
	color:#fff;
}
.blvd-home-header {
  height: auto;
  padding-bottom: 90px;
}
.blvd-text h2 {
  padding-top: 0;
}
#contact_error {
  width: 85%;
}
#contact_success{
  width: 85%;
}
.blvd-article-section {
  background: #fdfdfd none repeat scroll 0 0;
  padding-bottom: 130px;
  padding-top: 60px;
}
.blvd-heading-text img{
	max-width:100%;
}
.blvd-contact-form {
  background: #fff none repeat scroll 0 0;
  border-radius: 10px;
  box-shadow: 2px 1px 10px 1px #ccc;
  margin-top: 50px;
  padding: 50px 50px 35px;
}
.blvd-contact-form {
  background: #fff none repeat scroll 0 0;
  border-radius: 10px;
  box-shadow: 2px 1px 10px 1px #ccc;
  margin-top: 50px;
  padding: 50px 29px 35px;
}
.blvd-heading-text h1 {
  color: #fff;
  font-family: "Montserrat",sans-serif;
  font-size: 37px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 40px;
  margin-top: 35px;
}
.blvd-text p {
  color: #2a2a2a;
  font-family: "Lato",sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.4;
  padding-bottom: 30px;
  padding-right: 0;
}
}

/* Wide Mobile Layout: */

@media only screen and (min-width: 480px) and (max-width: 767px) {

.blvd-heading-mobile p{
	display:block;
	font-family: "Montserrat",sans-serif;
	font-size:30px;
	text-align:center;
	font-weight:700;
	padding-top:70px;
	color:#fff;
}
.blvd-home-header {
  height: auto;
  padding-bottom: 90px;
}
.blvd-text h2 {
  padding-top: 0;
}
#contact_error {
  width: 85%;
}
#contact_success{
  width: 85%;
}
.blvd-article-section {
  background: #fdfdfd none repeat scroll 0 0;
  padding-bottom: 130px;
  padding-top: 60px;
}
.blvd-heading-text img{
	max-width:100%;
}
.blvd-contact-form {
  background: #fff none repeat scroll 0 0;
  border-radius: 10px;
  box-shadow: 2px 1px 10px 1px #ccc;
  margin-top: 50px;
  padding: 50px 50px 35px;
}
.blvd-contact-form {
  background: #fff none repeat scroll 0 0;
  border-radius: 10px;
  box-shadow: 2px 1px 10px 1px #ccc;
  margin-top: 50px;
  padding: 50px 29px 35px;
}
.blvd-heading-text h1 {
  color: #fff;
  font-family: "Montserrat",sans-serif;
  font-size: 37px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 40px;
  margin-top: 35px;
}
.blvd-text p {
  color: #2a2a2a;
  font-family: "Lato",sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.4;
  padding-bottom: 30px;
  padding-right: 0;
}
}