
.c_container {
    position: relative;
    text-align: center;
    color: white;
  }

  .c_bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
  }

  .c_top-left {
    position: absolute;
    top: 8px;
    left: 16px;
  }

  .c_top-right {
    position: absolute;
    top: 8px;
    right: 16px;
  }

  .c_bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
  }

  .c_centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .c_top-header {
    position: absolute;
    top: 8px;
    left: 0px;
  }
.bg-black-025{
    background-color: rgba(0,0,0,.25);
}
.bg-black-05{
    background-color: rgba(0,0,0,.5);
}
.c_border
{
border: 1px solid #288477;
}


.l-link
{
    margin: 0%;
    padding: 0%;
    padding-left: 2px;
    text-decoration:none;
    color:#288477 ;
    font-size: small;

}


