/* Desktop Layout */

#contact_success{
	display:none;
}
#contact_error{
	display:none;
}
.washington-heading-mobile p{
	display:none;
}
/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
.navbar {
  padding-bottom: 15px;
  padding-top: 15px;
}
.navbar li {
  border-right: 0 none;
  margin-top: 5px;
  padding: 0;
}
.navbar li a {
  font-size: 14px !important;
}
.navbar-brand > img {
  margin-top: 20px;
  width: 80%;
}
.washington-heading-mobile p{
	display:none;
}
.washington-home-header {
	background-size: cover;
	height: auto;
	padding-bottom: 120px;
}
.washington-heading-text {
	padding-top: 120px;
}
}

/* 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: 100%;
}
.navbar {
  background-color: none;
  border: medium none;
  border-radius: 0;
  padding-bottom: 35px;
  padding-top: 10px;
}
.navbar{
	padding-top:20px;
}
.navbar li {
  padding-bottom: 15px;
  padding-top: 15px;
  border-right: 0 none;
}
.washington-heading-mobile p{
	display:block;
    font-family: 'Poppins', sans-serif;
	font-size:36px;
	text-align:center;
	font-weight:700;
	padding-top:70px;
	color:#fff;
}
.washington-home-header {
	background-size: cover;
	height: auto;
	padding-bottom: 120px;
}
.washington-heading-text {
	padding-top: 120px;
}
.washington-heading-text h1 {
	color: #ffffff;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 47px;
	font-weight: 900;
	margin-top: 25px;
	margin-bottom: 40px;
}
.washington-heading-text button#btn {
	background: none;
	border-radius: 3px;
	border: none;
	border: 2px solid #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	margin-top: 25px;
	padding: 14px 41px;
	margin-left: 0px;
}
.washington-heading-text2 h2 {
	color: #ffffff;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 55px;
	font-weight: 900;
	margin-top: 15px;
}
}

/* 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{
	padding-top:20px;
}
.navbar li {
  padding-bottom: 15px;
  padding-top: 15px;
  border-right: 0 none;
}
.washington-heading-mobile p{
	display:block;
    font-family: 'Poppins', sans-serif;
	font-size:36px;
	text-align:center;
	font-weight:700;
	padding-top:70px;
	color:#fff;
}
.washington-home-header {
	background-size: cover;
	height: auto;
	padding-bottom: 120px;
}
.washington-heading-text {
	padding-top: 120px;
}
.washington-heading-text h1 {
	color: #ffffff;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 75px;
	font-weight: 900;
	margin-top: 25px;
	margin-bottom: 40px;
}
.washington-heading-text button#btn {
	background: none;
	border-radius: 3px;
	border: none;
	border: 2px solid #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	margin-top: 25px;
	padding: 14px 41px;
	margin-left:15px;
}
.washington-heading-text2 h2 {
	color: #ffffff;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 75px;
	font-weight: 900;
	margin-top: 15px;
}
}