.button {
	color: white;
	background-color: #d50000;
}

.line-color {
	border-color: #d50000;
	 max-width: 600px;
}

.section-theme {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url('../img/waffles-breakfast.jpg');
  text-align: center;
  color: black;
}

.white-section-heading {
	color: white;
	font-size: 50px;
	font-weight: bold;
}

.our-products-faded-text {
	 color: white;
	 font-weight: bold;
	 font-size: 20px;
}

h2 {
	 color: gray;
	 font-weight: bold;
	 font-size: 40px;
}

.icon-color {
	color: #d50000;
}