.bg-bema-gradient {
  background: hsla(47, 100%, 63%, 1);
  background: linear-gradient(45deg, hsla(47, 100%, 63%, 1) 0%, hsla(26, 100%, 50%, 1) 100%, hsla(207, 100%, 25%, 1) 100%);
  background: -moz-linear-gradient(45deg, hsla(47, 100%, 63%, 1) 0%, hsla(26, 100%, 50%, 1) 100%, hsla(207, 100%, 25%, 1) 100%);
  background: -webkit-linear-gradient(45deg, hsla(47, 100%, 63%, 1) 0%, hsla(26, 100%, 50%, 1) 100%, hsla(207, 100%, 25%, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#FFD744", endColorstr="#FF7000", GradientType=1 );
  color: rgba(255,255,255,0.8);
  border: none;
}

.btn-bema-light {
  background: rgba(255,255,255,0.8);
  color: #FF7000;
}

.card-footer-no-border {
  border: none !important;
  background: none !important;
}

.bg-bema-black {
  background: #000000;
}

.glass-effect {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.hero-caption.glass-effect {
  position: absolute;
  top: 10%;
  /*margin: 30px;*/
  padding: 15px;
  border-radius: 6px;
}

.mask {
  background-color: rgba(0,0,0,0.7);
}

.bm-gradient-heading {
  color: #FF7000;
  background-image: -webkit-linear-gradient(45deg, #FF7000 0%, #FFD744 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

#intro-diagonal {
  overflow-x: hidden;
  /*overflow-y: visible;*/
}

.btn-bema-gradient-outline {
  background: -webkit-linear-gradient(black, black) padding-box, -webkit-linear-gradient(45deg, #FF7000 0%, #FFD744 100%) border-box;
  color: rgba(255,255,255,0.8);
  /*background-image: -webkit-linear-gradient(45deg, #FF7000 0%, #FFD744 100%);*/
  /*background-clip: text;*/
  /*-webkit-background-clip: text;*/
  /*text-fill-color: transparent;*/
  /*-webkit-text-fill-color: transparent;*/
}

/* flip cards */

.flipcard {
  perspective: 500px;
  height: 320px;
}

.flipcontent {
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  transition: transform 1s;
  transform-style: preserve-3d;
}

.flipcard:hover .flipcontent {
  transform: rotateY( 180deg );
  transition: transform 0.8s;
}

.front, .back {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  backface-visibility: hidden;
  padding: 15px;
}

.front {
  background: hsla(47, 100%, 63%, 1);
  background: linear-gradient(45deg, hsla(47, 100%, 63%, 1) 0%, hsla(26, 100%, 50%, 1) 100%, hsla(207, 100%, 25%, 1) 100%);
  background: -moz-linear-gradient(45deg, hsla(47, 100%, 63%, 1) 0%, hsla(26, 100%, 50%, 1) 100%, hsla(207, 100%, 25%, 1) 100%);
  background: -webkit-linear-gradient(45deg, hsla(47, 100%, 63%, 1) 0%, hsla(26, 100%, 50%, 1) 100%, hsla(207, 100%, 25%, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#FFD744", endColorstr="#FF7000", GradientType=1 );
  color: rgba(255,255,255,0.8);
  border: none;
}

.back {
  background: #4D81DC;
  background: linear-gradient(to bottom left, #4D81DC 0%, #0FE0B1 100%);
  color: white;
  transform: rotateY( 180deg );
}

.icon-bottom {
  transform: translateY(190%);
  display: inline-block;
  cursor: pointer;
}

.bg-bema-gradient-blue {
  background: #4D81DC;
  background: linear-gradient(to bottom left, #4D81DC 0%, #0FE0B1 100%);
  color: white;
}

.blockquote-footer {
  color: rgba(255,255,255,0.58);
}

.emphased {
  font-size: 1.9rem !important;
}

@media (min-width: 300px) {
  #intro-diagonal {
    margin-top: 113px;
  }
}

