/* Formatting */
.justified{
    text-align: justify;
}

/* Colours */
.bg-custom-primary{ background-color: #084F6A;}
.bg-custom-secondary{background-color: #022635;} /* Original: 06374A*/

.text-custom-primary{color:#65aacc;}
.text-custom-secondary{color:#94c5da;}

/* Elements */
.card{box-shadow:0px 1px 2px #aaa; border-radius: 15px; }

.btn.bg-custom-primary:hover{background-color: #00648f;} /*btn elements using bg-custom-primary*/