﻿.copyright, .copyright a, footer a {
    color:#6D6E71;
}

footer a:hover
{
    color:#11386a;
}

.red-theme .nav-title {
    border-bottom: 5px solid #ee492e;
}

.blue-theme .nav-title {
    border-bottom: 5px solid #00aeef;
}

.dark-blue-theme .nav-title {
    border-bottom: 5px solid #11386a;
}

.green-theme .nav-title {
    border-bottom: 5px solid #95d222;
}

footer ul {
    text-align: left;
    list-style-type: none;
    list-style-position: inside;
    text-indent: -0.5em;
    padding-left: 1em;
}

footer ul li::before
{
  content: "\2022";
  font-weight: bold;
  display: inline-block; 
  width: 0.7em;
}

footer ul li a 
{
    font-size:12px;
}

footer .red-theme ul li::before
{
   color:#ee492e;
}

footer .blue-theme ul li::before {
    color: #00aeef;
}

footer .dark-blue-theme ul li::before {
    color: #11386a;
}

footer .green-theme ul li::before {
    color: #95d222;
}


