/* Stylesheet */

* {
	font-family: 'Raleway', helvetica, sans-serif;
	color: #333;
}

h1, h2, h3, h4 {
	text-transform: none;
	color: #111;
}

h1 {
	font-size: 2em !important;
}

h3 {
	font-size: 1.3em !important;
	line-height: 1.7em !important;
}

@media (min-width: 768px)  {
	h1 {
		font-size: 4em !important;
	}
}

a, a:link {
	color: #00b200;
}

.navbar {
	margin-bottom: 0 !important;

}

.hero h1, .hero h3, .hero p, .hero small {
	color: #fff;
    font-size: 75%;
}

@media (min-width: 768px) {
.hero-wrap { 
	background-image: url(../img/hero-pdx.png); 
	background-position: 50% 50%;
margin-top: -40px;}
}

.hero-wrap-inner {
	background-color: #111;
	margin-top: -20px;
}

.hero-wrap-inner h1 {}

@media (min-width: 768px) {
	.hero-wrap-inner {
background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.25) 50%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.5)), color-stop(50%,rgba(0,0,0,0.25)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.25) 50%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.25) 50%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.25) 50%,rgba(0,0,0,0.5) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.25) 50%,rgba(0,0,0,0.5) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
padding-top: 50px;
padding-bottom: 30px;
}
}

.navbar-default, .footer {
background-color: #009F01;
border: none;

}

.navbar-default .navbar-brand, .navbar-default .navbar-text {
	color: #fff;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: 0;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background-color: #fff;
}

@media (min-width: 768px) { .contact {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}}

.e-band {
	background-color: #fff;

}

.e-3up {
	background-color: #f7f7f7;
}

.e-quotes {
		background-color: #1F120F;
		margin-top: -30px;

}

.e-quotes .container {

	padding-left: 12%;
	padding-right: 12%;

}

.footer {
	background-color: #1F120F;
	color: #fff;
}

.footer h3, .footer h2 {
	color: #fff;
}

p.quote {

	font-size: 1.3em;
	line-height: 1.7em;
	font-style: italic;
	color: #fff;

}

p.byline {
	color: #fff;
}



@media (min-width: 768px) {
	.hero {
	margin: 35px 70px;
}
}

.cleaning-img {
	display: none;
}

@media (min-width: 768px) {
	.cleaning-img {display: block;}
}

.hero p {
	font-size: 1em;
	margin: 15px 0;
	}

@media (min-width: 768px) {.hero p {
	font-size: 1.5em;
	margin: 35px 0;
}
}

.e-div {
	padding-top: 1em;
	padding-bottom: 1em;
}

@media (min-width: 768px) { .e-div {
	padding-top: 2em;
		margin-top: 1.5em;
	padding-bottom: 2em;
}
}


.row {
  margin-left: 0px;
  margin-right: 0px;
}

.alert {
    padding: 15px;
    border: 1px solid red;
    background-color: #ffc0cb;
    border-radius: 6px;
}

strong {
    font-weight: 900;
    font-size: 18px;
    display: block;
}
