﻿/* Mother Earth Living Colors*/

.primary-color-background {
    background-color: #00b9f2 !important;
}

.primary-darker-color-background {
    background-color: #00aeef !important;
}

.secondary-color-background {
    background-color: #84908f !important;
}

.secondary-darker-color-background {
    background-color: #5c6666 !important;
}

.primary-color {
    color: #00b9f2 !important;
}

.primary-darker-color {
    color: #00aeef !important;
}

.secondary-color {
    color: #84908f !important;
}

.secondary-darker-color {
    color: #5c6666 !important;
}


.primary-color-border {
    border-color: #00b9f2 !important;
}

.primary-darker-color-border {
    border-color: #00aeef !important;
}

.secondary-color-border {
    border-color: #84908f !important;
}

.secondary-darker-color-border {
    border-color: #5c6666 !important;
}

a#read-article:hover {color:white !important}