.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
  }

  .poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-semi-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }

  .poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
  }

  
html, body {
    height: 100%;
    font: 1em/1.5 "Poppins", sans-serif;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Georgia', serif;
}

section {

    padding: 1em;
}

section.bg-grey {
    background-color: #f7f7f7;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .active>.nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link {
    color: #8A4300;
    font-weight:bold;
}

a {
    color:#8A4300;
    font-weight: 600;
    text-decoration: underline;
}

a.btn {
  color:#8A4300;
  font-weight: 600;
  text-decoration: none;
}

.navbar-light a {
  font-weight:bold;
  text-decoration: none;
}


/* over-riding Bootstrap defaults */
h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.25rem;
}

p + h2, h2 + h3 {
    margin-top: 2rem;
}

