.emptycontainer{
    height: 56px;
}
.smallemptycontainer{
    height: 25px;
}

.justify{
    text-align: justify;
}
.dark{
    color: azure !important;
}
.active{
    color: #CC692F !important;
}
.logodes{
    height: 30px;
}
a{
    text-decoration: none !important;
    color: #CC692F !important;
}

.first-cont{
    background-color: #FFFFFF;
}

.second-cont{
    background-color: #77777736;
}

.primary{
    color: #CC692F;
}

.footer{
    background-color: #212529;
    color: #ffffff !important;
}

*{
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

.card-title{
    text-align: center;
}

.btn-primary{
    background-color: #CC692F !important;
    border: 1px solid #CC692F !important;
}

.border-primary{
    border: 1px solid #CC692F !important;
}
.social{
    width: 40px !important;
}