@media (min-width: 750px) {
  #bodyContent .container:first-child {
    margin-top:10.3rem;
  }

}

body {
  background-color: #fff100;
}
section#bodyContent {
  background-color:#fff100;
}
section .container:first-child {
  /* add some room at the top of each section to make room for sticky nav */
  padding-top:0;
}


.title.row h1 {
  margin-top:2.1rem;
  margin-bottom: 1.9rem;
  font-size:5.13rem;
  line-height:5.73rem;
  letter-spacing: -.02em;
}

.byline {
  text-align: center;
  margin-bottom:2rem;
}

.gallery .images img:first-child {
  max-height:42.8rem;
  width:auto;
  margin:0 auto;
}

.gallery p.caption {
  margin-top:2rem;
  color:rgb(242,146,0);
}

.gallery.controls {
  position:relative;
  margin-top:0;
  margin-bottom:6rem;
}
.gallery p.caption {
  font-size:1.8rem;
  line-height:2.8rem;
  margin-bottom:0;
}

.gallery.controls ul {
  list-style: none;
}

.gallery.controls ul li {
  display:inline-block;
}

.gallery.controls li i.fa::before
{
  content: "\f111";
  color:black;
}

.gallery.controls li.active i.fa::before
{
    content: "\f10c";
    color:rgb(242,146,0);
}

.article p,
.article li {
  font-size:2.1rem;
  line-height:3.6rem;
}

/*.article a {
  font-family:"Souvenir-Bold",serif;
  text-decoration:underline;
  text-decoration-color:#F68C5A;
  -moz-text-decoration-color:#F68C5A;
  -webkit-text-decoration-color:#F68C5A;
}*/

.article ul {
  margin-top:-1em;
  list-style-type: none;
  margin-left: 0;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom:0rem;
}

.article ul li:before {
  content: "-  ";
}
