@import url('https://fonts.googleapis.com/css?family=Nunito');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');

body{
    font-family: 'Nunito', sans-serif;
    padding-top: 50px;
}

.jumb {
    background-color: #a1cb80;
    margin-top: 3em;
    padding-bottom: 3em;
    text-align:center;
}

.jumb > p {
    padding-top: 1em;
    font-size:larger;
}

.row {
    hyphens: auto;
    text-align: justify;
}

.navbar {
    background-color: #bcdaa4;
}

.navbar.footer {
    background-color: #e4f0db;
    
}

.navbar.footer p {
 font-size:14px;
 padding-left:2em;
 padding-top:0.5em;
 color: grey;
}

.nav-item > a {
    color: #31481e;
    text-decoration: none;
}

.nav-item > a:hover {
    color: black;
}

a {
    color: #62913b;
    text-decoration: none;
}

a:hover {
    color: #afd392;
}

li, p {
    font-size: 13pt;
    padding-bottom: 0.5em;
}

.navbar-nav .nav-link.active {
    color: #f2f7ed;
    font-weight: bold;
}

.navbar-brand.active {
    color: #31481e;
    font-weight: bold;
}



.sticky-md-top {
    top: 100px;
}


h1 {
    font-size: 20pt;
    font-family: 'Roboto Slab', serif;
    padding-top: 2em;
}

h2 {
    font-size: 16pt;
    font-family: 'Roboto Slab', serif;
    scroll-margin-top: 80px;
}

h3 {
    font-size: 14pt;
    font-family: 'Roboto Slab', serif;
    scroll-margin-top: 80px;
}

.card-img-bottom {
    width: 150px;
    height: 50px;
    object-fit: contain;
    padding-left: 0.5em;
    text-align: right;
}

.card {
    width: 400px;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
    
}