/* Enter Your Custom CSS Here */

/* main body background color */
#wrapper {
  background: #222222 !important;
}


/* bars on either side of main body - two wings */
body {
  font-size: 1.4em;
  line-height: 1.618;
  color: #6c6360;
  font-family: "Open Sans", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  padding: 0 1.618em;
  background: #000000;
}

/* letters in footer */
#footer {
  padding: 2.618em 0;
  border-top: 1px solid #e8e4e3;
  color: #ffffff;
  background: #000000;
}

/* Mystile footer area backbround */
.footer-wrap {
  background: #000000 !important;
}