html, body {
  margin: 0;
  padding: 0;
  font-family: 'Lato', 'Lato Light', 'Lato Light Italic';
}
/*  Font for Exhibits on Bio page*/
.eFont {
  font-family: 'Lato-Light';
  font-size: .8 rem;
  margin-left: 2rem;
  margin-right: 2rem;
}
.eTopMargin {
  margin-top: -3rem;
}
.img {
  width: 100%;
  margin: 10px;
  display: inline-block;
  padding: 5px;
}
.jumbotron  {
  background-color: #C5E0B4;  /*light green */
  text-align: center;
}
.container h3 {
  text-align: center;
  font-weight: bold;
}
.container p {
  font-size: 20px;
  padding: 50px;
}
.h1, h1 {
  font-size: 4rem;
}
h1 a {
  text-decoration: none;
  color: white;
  text-shadow: 1px 1px 2px gray;
}
/* favicon */
.test {
  color: gray;
  text-shadow: 1px 1px 2px white;
  font-size: 50px;
}
.test-pad {
  margin-top: -40px;
}
/* favicon end */
h2 {
  color: #7F7F7F;
  margin-left: 20px;
  font-weight: 800;
}
h4 {
  text-align: center;
}
h4 a {
  margin-left: 20px;
  text-decoration: none !important;
  color: black;
  font-weight: bold;
}
.navbar {
  background-color: #c5e0b4; /*light green */

}
.navbar-light {
  color: black;
}
.nav-link {
  text-align: center;
  color: black;
}
.navbar-nav {
  border: none;
  border-radius: 0px;
  font-weight: bold;
  font-size: 1.5em;
}
.navbar-toggler {
  border-color: black;
}
.navbar-toggler .icon-bar {
      display: block;
      width: 22px;
      height: 2px;
      border-radius: 1px;
      background-color: red;
}
.navbar-toggler .icon-bar + .icon-bar {
    margin-top: 4px;
    background-color: black;
}
.navbar .navbar-collapse {
  text-align: right;
}

.home-img {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.nobull {
  list-style-type: square;
}
/* MY STORY PAGE-------- CAROUSEL ------------*/

#myCarousel .list-inline {
    white-space:nowrap;
    overflow-x:auto;
}

#myCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}

#myCarousel .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
}

#myCarousel .carousel-indicators > li.active img {
    opacity: 0.7;
}
.big-chevron-left {
  font-size: 3em;
  float: left;
}
.big-chevron-right {
  font-size: 3em;
  float: right;
}

/* CONTACT PAGE ------------- CONTACT PAGE ------------*/

.contact p{
  text-align: center;
}
.contact-hdr {
  font-size: 12px;
  font-weight: 400;
  margin-top: -40px;
  margin-bottom: -20px;
  text-align: center;
}

.footer {
  background-color: #c5e0b4;
  font-size: 2rem;
  color: black;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.copyright li:before {
font-family: 'FontAwesome';
content: '\f1f9';  /* fa-copyright */

  color: #ffffff; /*white*/
}
.etsy-favicon {
  margin-right: 100px;
}
#center {
  text-align: center;
}
.modal.in .modal-dialog,
.modal.fade .modal-dialog {
-webkit-transform: translateZ(0);
-moz-transform: inherit !important;
-o-transform: inherit !important;
transform: translateZ(0);
}
.modal-font {
  color: #0e2455;
}
.fade {
  transition-duration: 1.5s;
}
#exhibit-modal {
  max-width: 100%;
}
