body {
  background-image: linear-gradient(100deg,rgb(208, 218, 227) 0%, rgb(255, 255, 255) 100%);
  background-size: 100%;
  position: relative;
}
body::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url('../../images/silverlines-1.png') repeat-y;
  background-position: top right;
  background-size: 100%;
  opacity: 0.3;
  z-index: 0;
}
a {
  border: none;
}
#wrapper {
  position: relative;
  z-index: 1;
}
#header .slogan {
  width: 100%;
  font-size: 1.2em !important;
}
#sidebar {
  background: #fff;
}
