/* Text Styling */
.text-primary{
    color: #5f9ea0;
}
.text-secondary{
    color: #b6f148;
}
.link-font{
    font-size: 25px;
}

/* *********************************** */
/* Backgrounds */

.section-color{
    background-color: #333;
    color: #fff;
}

/* *********************************** */

/* Button Styling */
 /* .btn{
    background: #333;
    color: #A9CCE3;
    padding: 12px 20px;
    opacity: 0.8;
    border: none;
    bord

/* *********************************** */
/*  Two Columns */

.two-column{
    background: #fff;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;

}

