.rodem-ci-main-nav {
  height: 50px;
}

.rodem-ci-main-nav {
  height: 50px;
}

.underline:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 8px;
  border-radius: 5px;
  background: #ffd200;
  z-index: -1;
}

.underline {
  position: relative;
  z-index: 1;
}

.fit-cover {
  object-fit: cover;
}

.hero-background {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  background-image: url(http://rodemsys.com/wp/wp-content/uploads/sky-view-at-rockefeller-center-ny.jpg);
  background-clip: padding-box;
}

