@font-face {
  font-family: "RobotoFlex";
  src: url("../static/fonts/RobotoFlex-VariableFont_GRAD,XOPQ,XTRA,YOPQ,YTAS,YTDE,YTFI,YTLC,YTUC,opsz,slnt,wdth,wght.ttf") format("truetype");
  font-weight: 100 900;
}
header {
  height: 100px;
  font-family: "RobotoFlex", "arial", sans-serif;
}

body {
  font-family: "RobotoFlex", "arial", sans-serif !important;
  font-size: 1em;
  overflow: hidden;
}
.base-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 1fr 1.1fr repeat(12, 1fr) 0.9fr;
  gap: 0px 0px;
  height: 100vh;
}
.badge-pill{
  font-size: 100% !important;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.pit_base {
  margin-top: 15px;
}

.jumbotron {
  background-color: #20303D;
  color: white;
  font-family: "RobotoFlex", "arial", sans-serif;
  padding: 2rem 2rem;
  border-radius: 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 2px;
}

/*
  this should be changed to inside the extra_css block at some point
  */

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: auto;
}

.page-container {
  grid-column: 1/13;
  grid-row: 2/15;
  max-height: 100% !important;
  overflow-x: hidden;
  overflow-y: auto;
}

.clads {
  grid-column: 1/13;
  grid-row: 2/15;
  max-height: 100% !important;
  margin-top: 15px;
  overflow-x: hidden;
}
.nav-el {
  grid-row: 1/2;
  grid-column: 1/13;
  max-height: 100%;
  max-width: 100%;
}

.fp-nav {
  font-weight: 500;
  font-size: 1.1rem;
  color: #20303D;
  position: relative;
}

.fp-nav:hover {
  color: #366e7d;
  text-decoration: none;
}

/* underline on hover */
.fp-nav.active::after {
  animation: fade-in 0.5s ease-in-out forwards;
  content: "";
  display: block;
  height: 2rem;
  background-color: #5dc1dd39;
  position: absolute;
  /* margin-bottom: 2.5rem; */
  border-radius: 10rem;
  padding-left: 2rem;
  /* padding-right: 2rem; */
  width: 100%;
  left: 0;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/* selects all siblings before, selects all siblings */
.fp-nav:has(~ .fp-nav:hover), .fp-nav:hover ~ .fp-nav {
  animation: fade-out 0.25s ease-in-out forwards;
}

@keyframes fade-out {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.5;
  }
}

.navbar {
  background-color: #ffffff !important;
  box-shadow:rgba(0, 0, 0, 0.1) 0px 2px 2px;
}

.footer-copyright {
  grid-row: 15/16;
  grid-column: 1/13;
  margin-bottom: 0 !important;
  background-color: #20303D;
  color: white;
  font-family: "RobotoFlex", "arial", sans-serif;
  text-align: center;
  display: flex;
  box-shadow:inset 0px 2px 2px 0px rgba(0,0,0,0.1);
  padding: 0.25rem;
}
.footer-text {
  justify-self: center;
  margin-bottom: 0 !important;
}

.footer-content{
  align-self: center;
  justify-self: center;
  flex: auto;
  margin-right: .1em;
  margin-left:.1em
}

.login-form {
  width: 340px;
  margin: 50px auto;
  font-size: 15px;
}
.login-form form {
  margin-bottom: 15px;
  background: #f7f7f7;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  padding: 30px;
}
.login-form h2 {
  margin: 0 0 15px;
}
.form-control,
.btn {
  min-height: 38px;
  border-radius: 2px;
}
.btn {
  font-size: 15px;
  font-weight: bold;
}

.container {
  margin-bottom: 5px;
}

.navbar-brand{
  margin-right: 1rem;
}

@media (max-width: 990px){
  #navbarNavAltMarkup {
    background-color: #20303D;
    padding: 1rem;
  }
  .fp-nav {
    color: #f7f7f7;
  }
  .fp-nav:hover {
    color: #71d3e4;
  }
  .fp-nav.active {
    color: #71d3e4;
  }
  #nav-logo{
    width: 100px!important;
  }
  #primary-nav-wrap{ 
    padding: 0 !important;
  }
}

@media (max-width: 500px){
  .footertext{
    display: none !important;
  }
  .navbar-brand{
    margin-right: 0.5rem;
  }
}

#nav-logo{ 
  width: 125px;
}

.background-image {
  height: 110%;
  width: 110%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  filter: blur(25px);
}

.card-ui {
  border-radius: 1.5rem; 
  box-shadow: 0 0 1rem 0 rgba(0,0,0,0.2);
  padding: 3rem;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.card-ui-light {
  border-radius: 1.5rem; 
  box-shadow: 1px 1px 5px 0px rgba(0,0,0,.1);
  padding: 1rem;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}

#animated-track{
  border-radius: 0.5rem;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-content: space-between;
  justify-content: space-around;
  align-items: center;
  gap: 0.5rem;
  margin: 0 auto 2rem;
}

.dev-icon {
  font-size: 0.875rem;
  line-height: 1.25rem;
  background-color: #90caf9;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-left: 1rem;
  border-radius: 0.5rem;
}

#loading-sig{
  margin-bottom: 0;
  text-align: center;
  display: none;
  position: absolute;
  width: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  animation: slide-in 0.5s ease-in-out forwards 
}

@keyframes slide-in {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}

.dark-button img {
  filter: invert(100%);
}

.dark-button:hover img {
  filter: none;
}

.option {
  display: block;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.options-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1rem;
  gap: 2rem;
  flex-wrap: wrap; 
}

.options-wrapper {
  padding: 1rem 4rem;
}
