#services {
  position:sticky;
  top:64px;
  z-index:2;
  padding:.5rem;
  background-color: #44546A !important;
  background: linear-gradient(350deg, #008dc5, #6db7d4);
  animation-delay:.1s;
}

#services .row {
  margin:0;
}

#services::before {
  opacity:1;
  background-size: cover;
}

#services a {
  margin-bottom:0;
  color:#fff;
  font-size:16px;
  letter-spacing: .1em;
  text-align: left;
  text-decoration: none;
}

#services a img {
  filter: invert(1);
  width: 16px;
  vertical-align: middle;
  padding-bottom: 3px;
  margin-right: .25rem;
  animation: MoveLeftRightSmall 2s linear infinite;
}

#services h1:before, #services h1:after {
  background-color:#fff;
}

#content {
  animation-delay:.75s;
  padding-top: 70px;
}

#content::before {
  content: none;
}

#content .row {
  width:1400px;
  max-width:100%;
  margin:0 auto;
  overflow: visible;
  padding:1rem;
}

#content .row h1 {
  margin: 0;
  margin-bottom:.5rem;
  font-size: 24px;
  letter-spacing: .1em;
  border-bottom: 1px solid #aaa;
  padding:0;
  padding-bottom: .5rem;
  color:#005476;
}

#content .row .calendar {
  padding:0;
  margin-left:-.15rem;
  font-size:15px;
}

#content .row .calendar img {
  width:26px;
  vertical-align: middle;
  margin-right:.15rem;
  padding-bottom:5px;
  filter: brightness(0) saturate(100%) invert(14%) sepia(99%) saturate(12%) hue-rotate(32deg) brightness(93%) contrast(88%);
}


#content .row video {
  padding:0;
  margin:1rem auto;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
}

#content .row .context {
  font-size:18px;
  line-height:1.5;
  font-family: 'Yuanti', sans-serif;
  padding:0;
  margin:1rem 0;
  letter-spacing: .05em;
}

#content .row .context img {
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
  width:100%;
  height:auto;
}

.context p {
  margin-bottom:0;
}

#header {
  position:relative;
}

.ql-hidden {
  display:none;
}
footer {
  z-index:1;
}
@media only screen and (min-width: 768px) {
  #content .row {
    margin-top:.75rem;
    padding:0;
  }
  #content .row h1 {
    font-size: 26px;
  }
  #content {
    padding-top: 90px;
  }
  #services {
    top:80px;
  }
}
