body {
  font-family: 'Arvo';
  font-size: 20px;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(255,255,255,0.9);
  background-color: rgb(247,175,213);
  border-color: transparent;
  border-radius: 5px;
}

#logo {
  max-height: 45px;
  margin-right: 15px;
  margin-top: -7px;
  display: inline-block;
}

.container-fluid.text-sm-center {
  padding: 100px;
}

#promo {
  padding: 30px;
  background-color: rgba(255,255,255,0.75);
}

.container.text-center.site-section {
  padding: 30px;
  margin-top: 50px;
}

#welcome {
  font-weight: normal;
}

#welcome h1 {
  margin-bottom: 20px;
  font-size: 35px;
}

#welcome p {
  color: rgb(120,120,120);
}

#why h1 {
  font-size: 35px;
  margin-bottom: 45px;
  margin-top: 45px;
}

#why .item h2 {
  font-weight: bold;
}

#why .item i {
  font-size: 35px;
  color: rgb(230,127,181);
}

#why .item p {
  color: rgb(154,167,177);
}

.row .item {
  margin-top: 40px;
}

.row .item h2 {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 25px;
}

.dark-section {
  background-color: rgb(239,250,255);
}

#gallery {
  padding: 0px;
}

#gallery h1 {
  padding-top: 20px;
  padding-bottom: 20px;
}

#gallery .col-lg-4 {
  padding: 13px;
}

