body {
  font-family: "Maven Pro";
}

h2.node__title {
  display: none;
}

.card-button {
  position: absolute;
  right: -25px;
  font-size: 3em;
}

.wave-corner{
position:absolute;
right:0;
bottom:0;
}

.dashboard-image-icon img {
  float: right;
  opacity: 0.5;
  filter: grayscale(1);
  width: 50px;
}

.title-element-fullwidth{
  color: #ffffff;
  font-size: 5em;
  font-weight: 100!important;
  font-family: 'Montserrat'!important;
  background: linear-gradient(135deg, #87bc3f47 -17%, #1f2123);
}

#bkgd-linear, #bkgd-img, #bkgd-filter{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  min-height: 900px;
}

#bkgd-filter{
  z-index: -1;
  background-image: linear-gradient(#87ab4929 25%, #41ad535e 75%, #42ad5294 100%);
}

hr {
  border-top: 1px solid rgba(168, 208, 227, 0.38);
}

.masthead-linear{
  z-index:0;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}

.masthead-img::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right,#1f2123,#5c8b22ed);
  opacity: 0.96;
}

.masthead-img{
  z-index:1;
  background-repeat: no-repeat;
  background-position: center 75%;
  background-attachment: scroll;
  background-size: cover;
}


@media (min-width:992px) {
  #myBtn_scrollTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 999;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #8BC340;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 100%;
  }
}