body{
    /*various text*/
    color: black;
}

.backgroundPrimary {
    /*page background*/
    background-color: #e9e4da !important;
}

.backgroundHeader {
    /*header background*/
    background-color: rgba(13, 21, 29, 1) !important;
}

.backgroundFooter {
    /*footer background*/
    background-color: rgba(13, 21, 29, 1) !important;
}
  
.border-bottom{
    /*border bottom for header body*/
    border-bottom: none;
}

.logo{
    /*used for logo dimensions*/
    width: 33%;
    height: 40%;
}

#slogan {
    /*slogan in header*/
    color: #a5957f;
}

.uwid {
    /*uwid word color*/
    color: #a4957d;
}

.uwid-text{
    /*uwid code color*/
    color: black;
}

.text-color{
    /*little text color*/
    color: #a4957d;
}

.subtitle-color{
    /*location text color*/
    color: black;
}

.article-informations h4 {
    /*article info titles text*/
    color: #a4957d;
    font-weight: bold;
}

.article-informations h5 {
    /*article info labels*/
    background: white;
    font-weight: normal;
}

.article-informations hr {
    /*article info divider*/
    color: #a4957d;
    border: 1px solid;
}

a,
a:visited,
a:link,
a:hover,
a:focus,
a:active {
    /*footer text*/
    color: #a4957d !important;
    font-weight: normal;
}