/* Desktop Layout */
#name{
	display:none;
}
#contact_success{
	display:none;
}
#contact_error{
	display:none;
}
.house-heading-mobile p{
	display:none;
}
/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
.navbar-right {
  padding-bottom: 15px;
  padding-top: 5px;
}
.navbar-right li {
  border-right: 0 none;
  margin-top: 15px;
  padding: 0;
}
.navbar-right li a {
  font-size: 14px !important;
}
.navbar-brand > img {
  margin-top: 30px;
  width: 80%;
}
.house-heading-mobile p{
	display:none;
}
.house-home-header {
  height: auto;
  padding-bottom: 120px;
}
.house-heading-text {
  padding-top: 120px;
}
.house-friendly {
  padding-left: 15px;
  padding-bottom: 30px;
}
}

/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
.navbar-toggle {
  background-color: black;
}
.navbar-toggle .icon-bar {
  background: #fff;
}
.navbar-brand > img {
  margin-top: 10px;
  margin-left:0px;
  width: 80%;
}
.navbar {
  background-color: none;
  border: medium none;
  border-radius: 0;
  padding-bottom: 35px;
  padding-top: 10px;
}
.navbar-right{
	padding-top:20px;
}
.navbar-right li {
  padding-bottom: 15px;
  padding-top: 15px;
  border-right: 0 none;
}
.house-heading-mobile p{
	display:block;
	font-family: "Lato",sans-serif;
	font-size:30px;
	text-align:center;
	font-weight:700;
	padding-top:70px;
	color:#333333;
}
.house-home-header {
  height: auto;
  padding-bottom: 120px;
}
.house-heading-text {
  padding-top: 120px;
}
.house-friendly {
  padding-left: 15px;
  padding-bottom: 30px;
}
.house-heading-text h1 {
  color: #2a2a2a;
  font-family: "Lato",sans-serif;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 15px;
  margin-top: 0;
}
.house-heading-text2 h2 {
  color: #2a2a2a;
  font-family: "Lato",sans-serif;
  font-size: 54px;
  font-weight: 900;
  margin-bottom: 0;
  margin-top: 0;
}
}

/* Wide Mobile Layout: */

@media only screen and (min-width: 480px) and (max-width: 767px) {
.navbar-toggle {
  background-color: black;
}
.navbar-toggle .icon-bar {
  background: #fff;
}
.navbar-brand > img {
  margin-top: 10px;
  width: 100%;
}
.navbar {
  background-color: none;
  border: medium none;
  border-radius: 0;
  padding-bottom: 35px;
  padding-top: 10px;
}
.navbar-right{
	padding-top:20px;
}
.navbar-right li {
  padding-bottom: 15px;
  padding-top: 15px;
  border-right: 0 none;
}
.house-heading-mobile p{
	display:block;
	font-family: "Lato",sans-serif;
	font-size:30px;
	text-align:center;
	font-weight:700;
	padding-top:70px;
	color:#333333;
}
.house-home-header {
  height: auto;
  padding-bottom: 120px;
}
.house-heading-text {
  padding-top: 120px;
}
.house-friendly {
  padding-left: 15px;
  padding-bottom: 30px;
}
.house-heading-text h1 {
  color: #2a2a2a;
  font-family: "Lato",sans-serif;
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 15px;
  margin-top: 0;
}
.house-heading-text2 h2 {
  color: #2a2a2a;
  font-family: "Lato",sans-serif;
  font-size: 54px;
  font-weight: 900;
  margin-bottom: 0;
  margin-top: 0;
}
}