/* These styles are generated from project.scss. */
.modal-content {
  background-color: #212529;
  color: white;
  padding: 13px;
}
.list-group-item {
  background-color: #212529;
  color: white;
}
.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

/* Nav Bar CSS */
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}
.bd-mode-toggle {
  z-index: 1500;
}

/* raised buttons for the tiles */
.btn-success.raised {
	box-shadow: 0 3px 0 0 #1B371B;
}
.btn-secodary.raised {
	box-shadow: 0 3px 0 0 #292B2C;
}
.btn-warning.raised {
	box-shadow: 0 3px 0 0 #483417;
}



h1 {
  font-size: 1rem;
  text-align: center;
}
.navbar-logo {
  width:80px;
  height:80px;
}

@media screen and (max-width: 600px){
  h1 {
    font-size: 0.8rem;
  }
  .nav-icon {
    font-size: 0.8rem;
  }
  .navbar-logo {
    max-width: 20px;
    max-height: 20px;
  }
  .side_add_cols {
    width:100px;
    height:240px;
  }
  .clue_form_size {
    width:40px;
    height:40px;
    font-size: 0.8rem;
  }
  .keyboard_sizes {
    width: 30px;
  }
}
@media screen and (max-width: 800px) and (min-width: 600px){
  h1 {
    font-size: 1.0rem;
  }
  .nav-icon {
    font-size: 1.0rem;
  }
  .navbar-logo {
    max-width:40px;
    max-height:40px;
  }
  .side_add_cols {
    width:120px;
    height:240px;
  }
  .clue_form_size {
    width:40px;
    height:40px;
    font-size: 1.0rem;
  }
  .keyboard_sizes {
    width: 30px;
    text-align: center;
    padding: auto;
    margin:auto;
  }
}

@media screen and (max-width: 1000px) and (min-width: 800px){
  h1 {
    font-size: 1.4rem;
  }
  .nav-icon {
    font-size: 1.4rem;
  }
  .navbar-logo {
    max-width:60px;
    max-height:60px;
  }
  .side_add_cols {
    width:125px;
    height:300px;
  }
  .clue_form_size {
    width:50px;
    height:50px;
    font-size: 1.4rem;
  }
  .keyboard_sizes {
    width: 35px;
  }
}

@media screen and (min-width: 1000px){ 
  h1 {
    font-size: 2.2rem;
  }
  .nav-icon {
    font-size: 2rem;
  }
  .navbar-logo {
    max-width:80px;
    max-height:80px;
  }
  .daily_stars_text {
    font-size: fs-1;
  }
  .side_add_cols {
    width:150px;
    height:360px;
  }
  .clue_form_size {
    width:60px;
    height:60px;
    font-size: 2rem;
  }
  .keyboard_sizes {
    width: 35px;
  }
}

.avatar {
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}