@font-face {
  font-family: SourceSans3;
  src: url(/fonts/SourceSans3-Regular.ttf);
}

html {
    scroll-padding-top: 60px; /* height of sticky header */
}

body {
    font-family: SourceSans3;
    padding-top: 50px;
    padding-bottom: 70px;
    overflow-y: scroll;
}

a {
    color: #6c757d !important;
    text-decoration: none !important;
}
a.dropdown-item:active {
    color:#3b3d3f !important;
    background-color:#007d40 !important;
}

h1 {
    color: #007d40;
}

h2 {
    padding-top: 0.4em;
}

.justify {
    text-align: justify;
}

/* header nav border */
.saw-border-color {
    border-color: #007D40 !important;
}