/* Custom color scheme - Black/Grey/White */
:root {
  --primary-color: #000000;
  --secondary-color: #333333;
  --accent-color: #666666;
  --light-grey: #cccccc;
  --white: #ffffff;
}

/* Override theme colors */
body {
  background-color: #1a1a1a;
  color: #ffffff;
}

.site-header {
  background-color: #000000;
  border-bottom: 2px solid #333333;
}

.slider-title,
.feature-title,
.team-name,
.news .entry-date .date {
  background-image: linear-gradient(90deg, #ffffff, #cccccc) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.button {
  background: linear-gradient(90deg, #333333, #666666) !important;
  border-color: #666666 !important;
}

.button:hover {
  background: linear-gradient(90deg, #000000, #333333) !important;
}

a {
  color: #cccccc;
}

a:hover {
  color: #ffffff;
}

.fullwidth-block .container {
  border-bottom-color: #333333;
}
