body {
  font-family: "proxima-nova",-apple-system, BlinkMacSystemFont,      "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",      "Fira Sans", "Droid Sans", "Helvetica Neue",      sans-serif;
  background-color: #009247;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header-wrapper {
  background-image: url("img/cloth_alike.png");
  position: relative;
}

.header {
  background-color: #829786;
  background-color: rgba(63, 123, 47, 0.4);
}

.container {
  max-width: 1000px;
}

h1 {
  font-weight: 900;
  font-size: 3em;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-text-stroke: 0;
  color: #151c17;
  text-shadow: none;
  margin-bottom: 0;
}

h4 {
  color: #EEE;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  margin-top: 0;
  letter-spacing: 3px;
  font-weight: bold;
  margin-bottom: 3px;
}

h4#tagline {
  color: rgba(0, 0, 0, 0.6);
}

.pickup p {
  color: #151c17;
  color: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}

.pickup .pickup--day {
  padding-top: 15px;
  padding-bottom: 5px;
}

.pickup .pickup--day .caption {
  z-index: 10;
  position: relative;
}

.text-shadow-dark {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.text-shadow-light {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

.header {
  text-align: center;
}

.recycle-icon {
  margin-top: 9px;
}

.recycle--item {
  margin-top: 2em;
}

@media (min-width: 768px) {
  .header {
    text-align: left;
  }
  .recycle-icon {
    margin-top: 18px;
  }
  h1#title {
    font-size: 4em;
    margin-top: 20px;
  }
  h1#title, h4#tagline {
    margin-left: 32px;
  }
  .recycle--item {
    margin-top: 1.2em;
  }
}

@media (min-width: 992px) {
  h1#title, h4#tagline {
    margin-left: 12px;
  }
  .recycle--first {
    margin-left: 8.3333%;
  }
}

.pickup .pickup--day.monday {
  background: #009247;
}

.pickup .pickup--day.tuesday {
  background: #008340;
}

.pickup .pickup--day.wednesday {
  background: #00783b;
}

@media (min-width: 768px) {
  .pickup-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .pickup .pickup--day {
    background: transparent;
  }
  .pickup .pickup--day.tuesday {
    background: transparent;
  }
  .pickup .pickup--day.wednesday {
    background: transparent;
  }
  .pickup .pickup--day::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    transform: skew(-15deg, 0deg);
    -webkit-transform: skew(-15deg, 0deg);
    -moz-transform: skew(-15deg, 0deg);
    -ms-transform: skew(-15deg, 0deg);
    transform-origin: 0 35%;
    z-index: 1;
  }
  .pickup .pickup--day.monday::after {
    background: #009247;
  }
  .pickup .pickup--day.tuesday::after {
    background: #008340;
  }
  .pickup .pickup--day.wednesday::after {
    background: #00783b;
  }
}

.recycle-icon .fa-circle {
  color: #FFF;
  color: rgba(255, 255, 255, 0.6);
}

.recycle-icon .fa-recycle {
  color: #009247;
  opacity: 0.9;
}

.recycle h5 {
  display: block;
  width: 100%;
  padding: 9px;
  background: #333;
  background: rgba(255, 255, 255, 0.1);
  color: #FFF;
  font-weight: bold;
}

.recycle h5 span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 21px;
}

h3 {
  font-size: 2em;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 0;
}

h6 {
  font-size: 1.4em;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 0;
  font-weight: bold;
}

.list-recylables h6 {
  color: #EEE;
  color: rgba(255, 255, 255, 0.9);
}

.footer {
  margin-top: 1em;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  padding-top: 1em;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer p strong {
  font-weight: 900;
}

.recyclable--item {
  margin-bottom: 48px;
}

.recyclable--item img {
  box-shadow: -20px 20px 0 0 #009247;
  max-width: 100px;
}

.recyclable--item img:hover {
  filter: grayscale(0%);
}

.list-recylables {
 /* background: #151c17; */
background: #34413a; 
  
/*background: #666666;*/
  background: #536c5f; 
  color: #FFF;
  padding-top: 12px;
  padding-bottom: 12px;
}

.list-recylables img {
  border: 6px solid #FFF;
  max-width: 120px;
  filter: grayscale(70%);
}

.list-recylables img:hover {
  filter: grayscale(0%);
}

.crushing-it h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 21px;
}

.middies {
  background-color: #151c17;
  background-color: #444;
}

.middies div.no-padding {
  padding: 0;
}

.img-z {
  z-index: 10;
}

.text-overlay {
  z-index: 20;
  position: absolute;
  bottom: 54px;
  right: 0;
  left: 0;
  text-align: center;
  width: 100%;
  color: #FFF;
  font-weight: 900;
}

.text-overlay span {
  display: block;
  font-family: "armalite-rifle",sans-serif;
  text-transform: uppercase;
  font-size: 150%;
}

.pickup {
  background-color: #009247;
}

.pickup-wrapper {
  overflow: hidden;
}

.header {
  padding-bottom: 15px;
}

.contact-us-button {
  z-index: 100;
}

.contact-us-button a {
  background: #009247;
  padding: 12px 32px;
  width: 100%;
  float: left;
  text-align: center;
  line-height: 18px;
  color: #FFF;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none !important;
  overflow: hidden;
  z-index: 100;
}

.contact-us-button a:hover {
  text-decoration: none;
  background: #00783b;
}

@media (min-width: 1050px) {
  .contact-us-button {
    position: absolute;
    top: 42px;
    right: 24px;
  }
  .contact-us-button a {
    border-radius: 22px;
  }
}

.businesses {
  margin-top: 24px;
}

.businesses--single {
  background: rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
}

.footer--contact .h3 a {
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
}

.footer--contact--item {
  display: block;
  width: 100%;
  padding: 9px 12px;
  margin-top: 12px;
  margin-bottom: 12px;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.footer--contact--item h4 {
  margin: 0;
}

@media (max-width: 1200px) {
  .h1.text-overlay {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .text-overlay {
    bottom: 24px;
  }
  .h1.text-overlay {
    font-size: 21px;
  }
  .footer--contact .h3 a {
    font-size: 15px;
    letter-spacing: 1px;
  }
  h1#title {
    margin-top: 9px;
  }
  h4#tagline {
    font-size: 15px;
    letter-spacing: 1px;
  }
  h1#title {
    font-size: 2em;
    margin-bottom: 6px;
  }
  .header .fa-3x {
    font-size: 2em;
  }
  .list-recylables h3 {
    font-size: 1.8em;
  }
  .list-recylables h6 {
    font-size: 1.2em;
  }
}

@media (min-width: 1100px) {
  .title-tagline {
    padding-left: 0;
  }
  .recycle-icon-wrapper {
    padding-right: 0;
    text-align: right;
  }
}

.collapse-content {
  background-color: #49544e;
  color: #FFF;
  padding: 25px 0;
  z-index: 200;
}

#collapseContact .h3 {
  color: #EEE;
  font-weight: bold;
  margin: 0;
}

#collapseContact .h3 a {
  color: #EEE;
  font-weight: bold;
}

@media (max-width: 1000px) {
  #collapseContact .h3 {
    font-size: 16px;
  }
}

@media (max-width: 750px) {
  #collapseContact .h3 {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .collapse-content {
    padding: 12px 0 3px;
  }
}

.recycle-icon-wrapper, .title-tagline {
  overflow: hidden;
}

@media (min-width: 760px) and (max-width: 1120px) {
	
	/* 760px */
	
	.middies .h1.text-overlay {
		font-size: 24px; 
	}

}
@media (min-width: 760px) and (max-width: 900px) {
	
	body h1#title {
    font-size: 2.5em;
    margin-bottom: 6px;
    
	}
	body h4#tagline {
    	font-size: 16px;
    	letter-spacing: 0.5px; 
    }

	body .text-overlay {
		bottom: 34px; 
	}

}

@media (min-width: 760px) and (max-width: 992px) {
	body .recycle--item {
		width: 25%; 
	}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */
 	body .recycle--item {
		width: 25% !important; 
	}
		body h1#title {
		margin-top: 0px; 
	}
		h1#title, h4#tagline {
		margin-left: 0; 
	}
	.middies .h1.text-overlay {
		font-size: 21px; 
	}
	body .recycle-icon-wrapper {
		width: 12% !important;
	}
	body .title-tagline {
		width: 88% !important; 
	}
	body .recycle-icon {
		margin-top: 21px !important;
	}
	body h1#title, body h4#tagline {
		margin-left: 0 !important; 
	}
}

@media (min-width: 760px) and (max-width: 800px) {
	body .recycle-icon-wrapper {
		width: 12%;
	}
	body .title-tagline {
		width: 88%; 
	}
	body h1#title {
		margin-top: 25px; 
	}
	body h1#title, body h4#tagline {
		margin-left: 0; 
	}
	body .recycle-icon {
		margin-top: 12px;
	}
	
}

@media (min-width: 801px) and (max-width: 890px) {
	
		body .recycle-icon-wrapper {
		width: 12%;
	}
	body .title-tagline {
		width: 88%; 
	}
	body .recycle-icon {
		margin-top: 12px;
	}

	
}

@media (min-width: 891px) and (max-width: 950px) {
	
		body .recycle-icon-wrapper {
		width: 14%;
	}
	body .title-tagline {
		width: 86%; 
	}

	
}

@media (min-width: 951px) and (max-width: 1050px) {
	
		body .recycle-icon-wrapper {
		width: 10%;
	}
	body .title-tagline {
		width: 90%; 
	}
	
}

@media (min-width: 801px) and (max-width: 1050px) {
	body h1#title, body h4#tagline {
		margin-left: 0; 
	}
}