﻿:root {
  --scrollbar-width: calc(100vw - 100%);
}

#dvCont {
  margin-top: -50px;
}

#dvMainPic {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100vw - var(--scrollbar-width));
  height: 100vh;
  background: url("../../../img/home/tipoff_home5.jpg") no-repeat top center;
  background-size: cover;
  color: c(home-hero-text);
}
#dvMainPic > div {
  position: sticky;
  top: 50px;
  padding: 40px 40px;
  background-image: linear-gradient(to top, c(home-hero-overlay-top), c(home-hero-overlay-bottom));
  font-weight: 100;
  font-size: 1.5em;
}
#dvMainPic > div > div {
  display: flex;
}
#dvMainPic > div > div > div {
  flex: 1 1 auto;
  border-left: solid 1px c(home-hero-border);
  padding: 0 30px 40px 30px;
}
#dvMainPic > div > div > div:first-child {
  border-left: none;
}
#dvMainPic strong {
  font-weight: 500;
}
#dvMainPic i.fa {
  display: block;
  float: left;
  margin-right: 15px;
  font-size: 2em;
  margin-top: 8px;
  opacity: 0.7;
}

#dvContent {
  margin-top: 100vh;
  min-height: 1200px;
}
