html {
  position: relative;
  min-height: 100%;
}

body {    
    min-width:320px;
    width: auto !important;
    margin-bottom:55px;
    font-family: 'Roboto', sans-serif;
    h1,h2,h3,h4,h5,h6,p {
        font-family: 'Roboto', sans-serif;
    }        
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -text-rendering: optimizeLegibility;
}

.nbh {
    height:60px;
    background: rgba(255, 255, 255, 0.17);
    border-radius: 0px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8.6px);
    -webkit-backdrop-filter: blur(8.6px);
    border: 1px solid rgba(255, 255, 255, 0.12);            
}

.promo {    
        text-align:center;
        color:#fff;  
        text-shadow: 1px 1px #000;
}

/*social media styling*/


.biflexitem {
    padding: 15px 20px;
}

.biflexitem, .footflexitem {
    color: #A0A0A0;
}

.biflexitem:hover {
    color: #4A4A4A;
    text-decoration: none;
}

.birowbgclr {
    background-color: #F2FAFE;
}

.footer_social_links {
    list-style: none;
    font-size: 2.1875rem;
    margin: 0;
    padding: 1px;
    display: flex;
    flex-direction: row;
}

.footer__social__links a {
    color: #4a4a4a;
}
   
.foot-link {
    color: #A0A0A0;
}

/*social media styling*/

.pagetop {
    margin-top:70px;
}

.footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height:55px;
  line-height:52px;
}


.navbar-toggler-icon {
    background-image: url('../images/ffhmenu.png');
}

.scroll::-webkit-scrollbar {
    display: none;
}

.reveal{
  position: relative;
  transform: translateY(50px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active{
  transform: translateY(0);
  opacity: 1;
}

.sb-save-btn {
  width: 60px;
  height: 60px;
  line-height: 75px;
}

.sb-float-btn {
  position: fixed;
  bottom: 10px;
  right: 15px;
  height: 65px;
  z-index:4 !important; 
}