@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif&family=Nunito+Sans:wght@400;600&display=swap');


.va {
  display: flex;
  align-items: center;
}

html {
  font-family: 'Nunito Sans', sans-serif;

  color: #191b1f;;
}

.hero-heada {
  padding-top:0.0rem;
}

.navbar-brand {
  background: url(https://www.beepstreet.com/BeepstreetWWW/images/bs_logo3.png) no-repeat center center;
  background-size: 80%;
  width: 160px
}


a {
  color: #3b7adf;
}

a:hover {
  /*text-decoration: underline;*/
  color: #3b7adf;
}

hr {
  background: #24272c;
}

.hero {
  /*background: #060606;*/
  background: #191b1f;
}

.title,
.subtitle {
  color: white;
}

.navbara {
   height: 128px;
 
}

.navbar .navbar-item {
  color: #e4e2ff;

}

.footer {
  background: #191b1f;
}

.navbar .navbar-item.is-active {
  color: #e4ffe4;
  background-color: transparent;
  font-weight: 700;
}

h4  {
  color: lightskyblue !important;
}





.navbar .navbar-item:hover {
  background: transparent;
  color: white;
}

.navbar .navbar-item a {
  margin-left: 1rem;
  color: #e4e2ff;

}

.blog-posts {
  min-height: 100vh;
  background: #191b1f;
  padding-top: 4rem;
  padding-bottom: 10rem;
}

.blog-posts article {
  padding: 1.5rem;
}

.container {
  color:#c2d3db;
}


.blog-posts .post img {
  border-radius: 6px;
}

.blog-posts .post .post-category {
  color: #3b7adf;
}

.blog-posts .post .post-title {
  font-size: 2.2rem;
}

.blog-posts .post .post-excerpt {
  line-height: 1.5rem;
  letter-spacing: .03rem;
  font-size: 1.2rem;
  
  color: #92a3ab;
}

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

.current-track {
        
        color: #FFCC66;;
    }

.blog-posts .post .featured .featured-image img {
  height: 380px;
}
   
