@charset "UTF-8";
/*!
 * Custom Stylesheet
 * 
 */
:root {
  --bs-dark-rgb: 0, 0, 0;
}

body {
  height: 100%;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 3rem;
}

.navbar {
  --bs-navbar-brand-padding-y: 1rem;
  --bs-navbar-brand-font-size: 2.5rem;
  /*--bs-navbar-brand-color: rgba(253,184,19, 0.8);*/
  /*--bs-navbar-brand-hover-color: rgba(253,184,19, 1);*/
  --bs-navbar-toggler-padding-x: 0;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28253,184,19, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: transparent;
  --bs-navbar-toggler-border-radius: 0;
  --bs-navbar-toggler-focus-width: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 65%, #000 100%);
}

.navbar-brand {
  font-family: 'Kaushan Script', cursive;
}
.cover {
  position: relative;
  width: 100%;
  height: auto;
  /*min-height: 50rem;*/
  /*padding: 15rem 0;*/
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.7) 90%, #000 100%), url("../assets/img/cover.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

footer {
  background-color: #111;
}