body {
  font-family: 'Blinker', sans-serif;
  margin-bottom: 3em;
}

.navbar-brand {
  font-size: 2em;
  font-family: 'Parisienne', cursive;
}

.navbar-brand img{
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #000080;
  border-radius: 50%;
}

nav li a {
  font-size: 1.2em;
}

#index #title {
  margin-top: 1em;
  margin-bottom: 1em;
}

#index #pageMapList {
  margin-top: 20px;
  margin-bottom: 20px;
}

#index h4 {
    text-align: justify;
}

#index .card {
  margin-top: 1em;
  margin-bottom: 1em;
}

#index .middle {
  line-height: 50px;
  height: 50px;
}

#index .middle div {
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
}

#index .icon {
  text-align: center;
}

#index .iconSVG {
  height: 30px;
  width:30px;
  margin-right: 20px;
}

#index .card-header {
  font-size: 1.5em;
}

#program .icon {
  width: 50px;
  height: 50px;
  padding: 5px 0;
  border: 3px solid #000080;
  border-radius: 40px;
  text-align: center;
}

.accordion-button {
  padding: 3px;
}

#program .col {
  line-height: 50px;
  height: 50px;
  text-align: center;
}

#program .col div {
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
}

.iconSVG {
  height: 30px;
  width:30px;
}

.time {
  font-size: 1.2em;
  border-bottom: 2px solid #000080;
  font-weight: bold;
}

.title {
  font-size: 1.2em;
}

.carousel-caption {
  text-shadow: 2px 2px #000080;
}

.carousel-caption {
  font-size: 1.2em;
}

.gift-quote {
  margin-top: 50px;
  font-size: 3.5em;
  font-family: 'Parisienne', cursive;
}

.gift-quote p {
  margin-bottom: 0px;
}

#my_form_container {
  text-align: center;
}

#my_form {
  margin-top: 50px;
  width: 100%;
  height: 3000px;
}

.gift_info {
  font-size: 1.5em;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .gift-quote {
    margin-top: 50px;
    font-size: 2em;
    text-align: center;
    padding-left: auto;
    padding-right: auto;
  }
}
