/* Home page — additional overrides (main styles are in site.css) */

.page-home #yt_maintop {
  background: #fff !important;
  margin-top: 0;
}

.page-home .little {
  margin-top: 0px;
  margin-bottom: 0;
}

.page-home #yt_maintop::before {
  height: 1px;
  background: var(--color-primary);
  content: "";
  display: block;
}

.page-home #yt_maintop::after {
  height: 1px;
  background: var(--color-primary);
  content: "";
  display: block;
}
