@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,400;0,700;1,300;1,700&display=swap');

.va {
  display: flex;
  align-items: center;
}

html {
  font-family: 'Roboto Condensed', sans-serif;
  color: white;
}

a {
  color: #45b2d3;
}

a:hover {
  text-decoration: underline;
  color: #45b2d3;
}

hr {
  background: #060606;
  height: 1px;
}

.hero {
  background: #060606;
}

.title,
.subtitle {
  color: white;
}

strong,
b {
  color: #dab381;
}

.navbar .navbar-item {
  color: #e4e2ff;
}

.navbar .navbar-item.is-active {
  color: #e4e2ff;
  font-weight: 700;
}

.navbar .navbar-item:hover {
  
  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;
}

.blog-posts .post img {
  border-radius: 6px;
}

.blog-posts .post .post-category {
  color: #45b2d3;
}

.enjoy-within {
  color: #dab381;
}

.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;
  font-family: 'Roboto Condensed', sans-serif;
  color: #92a3ab;
}

.blog-posts .post .featured .featured-image img {
  height: 380px;
}
