body {
	margin-top: 50px; /* 50px is the height of the navbar - change this if the navbarn height changes */
}

.full-width-image-1 {
	background-color: #CD6319;
	background-size: cover;
	text-align: center;
	padding: 5px;
}
.heart {
	color: #ff0000;
}

.logo-wrapper {
	display: inline-block;
}

.section {
	padding-top: 75px;
	padding-bottom: 75px;
}

.section-heading {
	font-size: 4em;
	margin: 30px 0;
}

.section-lead {
	margin: 30px 0;
}

.section-paragraph {
	margin: 30px 0;
}

footer {
	margin: 50px 0;
}

ul, ol {
  text-align: left;
}

ul li, ol li {
  list-style-type: square;
}

#box-container {
  margin: 0;
  padding: 0;
}
/* line 103, sass/_base.scss */
.box {
  list-style-type: none;
  float: left;
  margin-bottom: 1rem;
  margin-left: 1%;
  margin-right: 1%;
  width: 48%;
}
/* line 111, sass/_base.scss */
.box:nth-child(2n+1) {
  clear: both;
  margin-left: 0;
}
/* line 116, sass/_base.scss */
.box:nth-child(2n+0) {
  margin-right: 0;
}
/* line 120, sass/_base.scss */
.box a {
  display: block;
  width: 100%;
  height: auto;
}
/* line 125, sass/_base.scss */
.box a img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media (max-width: 768px) {

.section-heading {
	font-size: 2em;
}

.section {
	padding-top: 25px;
	padding-bottom: 25px;
}

}