 body, html { height: 100%; }
    body {
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#160651+0,3c065e+68,46108a+99 */
  background: #a11c76; /* Old browsers */
  background-clip: content-box;

  background:  linear-gradient(135deg, #ede3ea 0%,#970E48 99%);
  background-attachment:fixed;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#160651', endColorstr='#46108a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    }

    .navbar {  transition:all 500ms; opacity: 0; background: rgba(0,0,0,0.65);}
    .scrolled {  opacity: 1;}
    .FAB{ position: fixed; top:10px; right:17px; transition: all 500ms; opacity: 1;}
    .FAB.hidden{opacity:0!important;}

    .full-height{ display: block; min-height: 100vh; width: 100%;}
    .h-center{ display: block; position: absolute; top:50%; transform: translateY(-50%); width: 100%;}

  .features{ list-style: none; padding:0px; margin:0px; text-align: center;}
  .features>li{ padding: 0px; margin: 10px; display:inline-block; width: 300px;}
  .features>li>p{ color:white; margin-top: 10px; font-size: 14px; font-weight: bold;}

  .footer-menu{ list-style: none; padding: 0px; text-align: center;}
  .footer-menu>li{padding: 0px 10px; margin: 0px; display:inline-block;}
  .footer-menu>li>a{color:rgba(255, 255, 255, 0.61); font-size: 12px;}

