a {
    color: #a9b11a;
    text-decoration: none; }

p {
    text-align: justify;
    text-justify: inter-character; }

.container p {
    margin-bottom: 1.8em;
    line-height: 1.8em; }

h1 {
    margin-bottom: 2em; margin-top: 2em;}
h2 {
    margin-bottom: 2em; margin-top: 2em;}
h3 {
    margin-bottom: 2em; margin-top: 2em;}

a:hover {
    color: #666;
    text-decoration: none; }

.nav-link:hover {
    color: #666 !important; }

.overlay-color {
    background-color: #c3c856; 
    opacity: 0.8;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden; }

.carousel-caption {
    font-size: 10vmin;
    bottom: 20%; }

.card {
    padding: 1em;
    border: 0px; }

.card-title {
    text-transform: uppercase; }