.text-orange{
    color:#d58535;
}

.background-orange{
    background-color: #d58535;
}

.text-grey{
    color:#262323;
}

.background-grey{
    background-color: #262323;
}

.text-white{
    color:white;
}

.background-black{
    background-color: black;
}

.background-lightgrey{
    background-color: #f4f4f4;
}

.background-black-transparent{
    background-color: rgba(0,0,0,0.7);
    background-image: url("../img/IMG_8999.png");
}