@font-face {
  font-family: "Roboto";
  src: url("/static/fonts/Roboto.ttf");
}

.card-text > a {
  color: #ddd;
  text-decoration: none;
}

.card-text > a:hover {
  color: #ddd;
  text-decoration: underline;
}
.card-text > a:active {
  color: #ddd;
  text-decoration: underline;
}

.card-text > a:visited {
  color: #ddd;
  text-decoration: none;
}

h1 {
  font-family: "Roboto", serif;
  font-weight: bold;
}

h2 {
  font-family: "Roboto", serif;
  font-weight: bold;
}

h3 {
  font-family: "Roboto", serif;
  font-weight: bold;
}

body {
  background-color: #c7c4c3;
  overflow-x: hidden;
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  background-image: url("/static/images/bg.png");
  background-size: cover;
  background-position-x: center;
}

.navbar {
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
}

.navbar-toggler {
  color: #fff;
  border-color: #fff;
  background-color: #fff;
}

.navbar-toggler-icon {
  fill: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
}

.nav-link:hover {
  color: #fff;
}

.navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #fff;
}

.dropdown-menu {
  --bs-dropdown-spacer: 0.5rem;
}

.navbar-nav .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.3);
}

.dropdown-item {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}

#tagline {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  backdrop-filter: blur(4px);
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
  margin: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.175);
  border-bottom: 1px solid rgba(0, 0, 0, 0.175);
}

#body {
  margin-top: 35vh;
  background-color: hsl(43, 51%, 92%);
  width: 100vw;
  padding: 2rem;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  row-gap: 2rem;
  background: none;
}

.card {
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  min-width: 14rem;
  width: 15rem;
  max-width: 16rem;
  width: 32%;
  justify-content: space-between;
}
.card > a.btn {
  color: #000;
}
.card-title {
  color: #fff;
}

.card-body {
  flex: 0;
  text-align: right;
}

.card-body > h5 {
  text-align: left;
}

.card-body > p {
  text-align: left;
}

#content {
  border-radius: 2rem;
  padding: 2rem;
  max-width: calc(50vw - 2rem);
  background-color: rgb(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  color: #eee;
  overflow: hidden;
  z-index: -1;
}

#content > h2 {
  color: #fff;
}

#contact {
  border-radius: 2rem;
  text-align: center;
  padding: 2rem;
  max-width: calc(30vw - 2rem);
  background-color: rgb(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  color: #eee;
}

#contact img {
  width: -webkit-fill-available;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}

#contact h3 {
  color: #fff;
}

#contact-buttons {
  margin: 0.5rem;
}

#contact-buttons > a {
  color: #000;
  border-radius: 0;
  margin: 0.5rem;
}

#contact-buttons > a:hover {
  color: #000;
  text-decoration: none;
  background-color: hsl(45, 99%, 65%);
  border-color: hsl(45, 99%, 40%);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
#contact-buttons > a:active {
  color: #000;
}
#contact-buttons > a:visited {
  color: #000;
}

#contact h2 {
  color: #fff;
}
footer {
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  color: #eee;
  width: 100vw;
  margin: auto;
  padding: 0 2rem 0 2rem;
  height: 4rem;
  position: relative;
  display: flex;
  align-items: center;
}

footer a {
  color: #eee;
  text-decoration: none;
}

footer a:hover {
  color: #eee;
  text-decoration: underline;
}

footer a:visited {
  color: #eee;
}
