body {
  color: #535353;
background-color: #FAFAFA;}

a {
  color: #818285; }

a:hover {
  color: #535353;
  text-transform: none;
  text-decoration: none;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s; }

a:not(:hover) {
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s; }

.bg_light {
  background-color: #FAFAFA;
  color: #535353; }

.bg_dark {
  background-color: #3a3a3a;
  color: #ffffff; }

.link {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 600;
  padding-bottom: 25px;
  clear: both; }

.icons {
  padding-top: 15px;
  padding-bottom: 25px; }

a {
  background-color: transparent;
  color: #818285;
  padding-left: 5px;
  padding-right: 5px;
  clear: both; }
  a span {
    margin: 0; }

a:hover {
  background-color: transparent;
  color: #535353;
  text-decoration: none;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  text-transform: uppercase; }

a:not(:hover) {
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s; }

a:active,
a:focus {
  text-decoration: none; }

p {
  color: #535353; }
