/* RGB(170, 169, 173)
   RGB(128, 128, 128)
   RGB(86, 87, 89)
*/

body {
    font-family: 'Poppins', serif !important;
    margin-bottom: 60px !important; 
    color: rgb(1, 66, 37) !important;
}

.bg-ssbm-dark {
    background-color: rgb(1, 66, 37) !important;
}

a {
    color: #aaa9ad !important;
}

.card-title {
    color: #aaa9ad !important;
}

.navbar .navbar-nav .nav-item .nav-link {
    color: rgb(128, 128, 128) !important;
    font-size: 1rem;
}

.navbar .navbar-nav .nav-item.active .nav-link {
    font-weight: bold !important;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
    color: #4bbb4f !important;
}

.navbar .navbar-toggler .navbar-toggler-icon {
    color: rgb(86, 87, 89) !important;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    /* line-height: 60px; */
    font-size: 0.75rem;
    background-color: rgb(86, 87, 89);
}

.footer > .container {
    padding-top: 15px;
    text-align: center;
}

.styled {
    border: 0;
    align-items:right;
    line-height: 2.5;
    float: right;
    padding: 0 20px;
    margin-right: 5px;
    font-size: 0.75rem;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    /*border-radius: 10px;*/
    background-color: rgba(0, 66, 37);
    background-image: linear-gradient(to top left,
                                      rgba(0, 0, 0, .2),
                                      rgba(0, 0, 0, .2) 30%,
                                      rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
                inset -2px -2px 3px rgba(0, 0, 0, .6);
  }
  
  .styled:hover {
    background-color: rgba(128, 128, 128,);
  }
  
  .styled:active {
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
                inset 2px 2px 3px rgba(0, 0, 0, .6);
  }
  
  .styled2 {
    border: 0;
    line-height: 2.5;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom:5px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    /*border-radius: 10px;*/
    background-color: rgba(0, 66, 37);
    background-image: linear-gradient(to top left,
                                      rgba(0, 0, 0, .2),
                                      rgba(0, 0, 0, .2) 30%,
                                      rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
                inset -2px -2px 3px rgba(0, 0, 0, .6);
  }
  
  .styled2:hover {
    background-color: rgb(128, 128, 128);
  }
  
  .styled2:active {
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
                inset 2px 2px 3px rgba(0, 0, 0, .6);
  }
  
  .carousel#makersCarousel .carousel-inner .carousel-item img {
    height: 20rem;    
  }