/*
 *
 * Smart Deno
 * A web template project for Deno
 * Copyright (c) 2020-25 Alessio Saltarin
 * MIT License
 *
 */

body {
  font-family: "Ubuntu", sans-serif;
}

a:link {
  text-decoration: none;
  color: #7d20a6;
}

a:visited {
  text-decoration: none;
  color: #7d20a6;
}

a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #7d20a6;
}

a:active {
  text-decoration: none;
  color: #7d20a6;
}

.featuresfiller {
  margin-bottom: 250px;
}

.features {
  background-color: darkgray;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}

.xnavigator {
  color: #b180ca;
  font-weight: 400;
}

.loginform {
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 40px;
  color: #333;
  background-color: darkgray;
}

.xtitle {
  color: #b180ca;
  font-weight: 700;
}

.coverimage {
  width: 800px;
}

.nav-masthead .nav-link {
  padding: 0.25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
  border-bottom: 0.25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}
