/**
 * Theme for Keystroke.team
 */
/********************************************************************/
/* HEADER */
.sp-header > .container {
  padding: 15px 30px;
}
.sp-header .sp-header-logo img {
  max-height: 90px;
}
/********************************************************************/
/* TOP */
.sp-top > .container {
  background: #eee;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.container-style-wide .sp-top {
  background: #eee;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.container-style-wide .sp-top > .container {
  border-bottom: none;
  border-top: none;
}
