body {
  font-size: 16px;
  color: #000000;
}

body, html {
  height: 100%;
}

.navbar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.navbar-toggler {
  padding: .2rem .44rem;
}

.navbar-toggler-icon {
  width: 1.25em;
  height: 1.25em;
}

.navbar-light .navbar-toggler {
  border-color: rgba(0,0,0,.25);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0,0,0,.85);
}

@media (min-width: 992px) {
  .nav-item + .nav-item {
    margin-left: 30px;
  }
}

.page {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.text-bolder {
  font-weight: 500;
}

.text-small {
  font-size: 14px;
}

.category td {
  background: #e2f2ff;
}

h1 {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
}

.img-cover {
  width: 100%;
  max-width: 480px;
}

.content {
  padding: 30px 0;
}

.footer {
  margin-top: auto;
}

.socials {
  font-size: 14px;
}

.socials a {
  color: #000000;
}

@media (max-width: 767px) {
  .img-cover {
    max-width: 240px;
  }
}
