/*!
 * Start Bootstrap - The Big Picture HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
	margin-bottom: 50px;
	background: none;
}

.full-row {
    width: 100%;
    min-width: 100%;
    position: relative;

}

.img {
    background: #6D808B;
    color: #fff;
}

.img img {
    width: 100%;
    height: auto;
    padding: 0;
}

.img h1 {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 3em;
}

.description p {
    font-size: larger;
}

.sale {
    text-align: center;
    background: #ffc;
    padding: 1em;
}
.sale h3 {
  font-weight: bold;
}
@media (max-width: 640px) {
  .sale h3 {
    font-size: 24px;
  }
}
