.p1-color-heading {
   color: purple;
    margin-bottom: 1em;
   margin-top:1.5em;
}

.p2-color-heading {
   color: #ce5700;
    margin-bottom: 1em;
   margin-top:1.5em;
}

.p3-color-heading {
   color: #43962e;
   margin-bottom: 1em;
   margin-top:1.5em;
   font-weight: bold;
   font-style: italic;
}
.nav-link {
   color:white;
}

.bottom-spacing {
    margin-bottom:6em;
}

.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: yellow;
}
.nav-link:focus, .nav-link:hover {
    color: yellow;
}
 .navbar{
    background-color: rgb(0, 142, 108) !important;

}

.content-block {
   min-height: 80vh !important;
}

.image-previews {
   margin-bottom: 1rem;
}

.image-previews > img {
   padding: 1rem 1rem 0 0;
   max-width: 100%;
   width: 450px;
}

#batch-table caption {
   caption-side: top;
   color: black;
}