       

/* .navbar-brand img {
    height: 80px;
    margin-left: -84px
} */
.navbar navbar-inverse navbar-sticky navbar-mobile bootsnav on menu-center {
    background-color: #fff;
    /* min-height: 80px; */
}

nav.navbar.navbar-inverse ul.nav > li > a {
    padding: 30px 12px;
    color: #000;
}
.dropdown-toggle {
color: #000;
}

.top-header.dark {
    background-color: #0F5D9F !important;

    border-bottom: 1px solid rgba(255,255,255,0.15);
}


*{
    margin: 0;
  }
  
  body{
    height: 200vh;
  }
  
  .shareit {
    top: 150px;
  }
  
  .shareit a {
    display: flex;
    justify-content: center;
    align-items: center;
     width: 50px;
    height: 50px;
    font-size: 24px;
    color: #fff;
      opacity: 0.75;
      transition: opacity 0.15s linear;
    text-decoration: none;
  }
  
  .shareit a:hover {
      opacity: 1;
  }
  
  .facebook {
       background: #3b5998;
  }
  
  .twitter {
        background: #55acee;
  }
  
  .linkedin {
    background: #0077b5;
  }
  
  .reddit {
        background: #FF4500;
  }
  
  .tumblr {
        background: #000000;
  }
  
  .pinterest {
        background: #cb2027;
  }




