.card-ovelay-s{
        background: #ffffff9e;
}

.hr-green{
    width: 500px;
    height: 10px;
    color: white;
    margin: 0 auto;
    margin-top: 1em;
    margin-bottom: 1em;
}

.home-card{
    max-height: 700px;
    overflow: hidden;
}

.green-tile{
    border-color: #0DA14B;
    border-width: 1px;
    box-shadow: 10px 10px 0px 0px #0DA14B;
}

.glogo {
    max-width: 30px;
}

i.bi.bi-star-fill {
    color: #ffc107;
    padding: 0.1em;
}

a {
  color: inherit;
  text-decoration: inherit;
}

/** colors **/

.c1{color: #FAF9F9;}
.c2{color: #D8C6A1;}
.c3{color: #E6B130;}
.c4{color: #EC8986;}
.c5{color: #261D3D;}

.b1{background-color: #FAF9F9;}
.b2{background-color: #D8C6A1;}
.b3{background-color: #E6B130;}
.b4{background-color: #EC8986;}
.b5{background-color: #261D3D;}