@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular_0.ttf'); /* IE9 Compat Modes */
  src: url('../fonts/Roboto-Regular_0.ttf')  format('truetype');
  font-style:normal;
  font-weight:normal;
}
@font-face {
  font-family: 'RobotoLig';
  src: url('../fonts/Roboto-Light_0.ttf'); /* IE9 Compat Modes */
  src: url('../fonts/Roboto-Light_0.ttf')  format('truetype');
  font-style:normal;
  font-weight:400;
}
@font-face {
  font-family: 'RobotoBol';
  src: url('../fonts/Roboto-Bold_0.ttf'); /* IE9 Compat Modes */
  src: url('../fonts/Roboto-Bold_0.ttf')  format('truetype');
  font-style:normal;
  font-weight:normal;
}
.site-header,
.site-footer {
    background: #111;
    color: #fff;
    padding: 15px;
}

.site-main {
    padding: 20px;
}
