/*
 * Alerts
 */

.alert {
  border-radius: 0px;
}

/*
 * Cover page
 */
h1.cover-heading {
  font-size: 4rem;
}

p.cover-text {
  font-size: 1.7rem;
}

.cover-card {
  background-color: rgba(245, 245, 245, 0.6);
  max-width: 30rem;
  padding-top: 30px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 30px;
  border-radius: 15%;
}

.cover-card-block {
  opacity: 1
}


/*
 * forms
 */
.nolabel label {
  display: none;
}

ul.errorlist {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/*
 * Typefaces
 */

.low-key {
  color: #777777;
  font-weight: 300;
}

.list-title {
  margin-top: 10px;
  margin-bottom: 20px;
}

/*
 * Profile
 */
.profile-image {
  width: 120px;
  clear: both;
  float: left;
}

.profile-text {
  overflow: hidden;
  padding-left: 20px
}

h3.profile-title {
  margin-bottom: 0px;
}

.profile-username {
  color: #777777;
  font-weight: 300;
  font-style: italic;
}


/*
 * Hyperlinks
 */
.content a {
  text-decoration: none;
  color: #0d6efd;
}

.content a:hover {
  text-decoration: underline;
  color: #0d6efd;
}


/* Roboto Serif Variable Font */
@font-face {
  font-family: 'Roboto Serif';
  src: url('/static/fonts/RobotoSerif-VariableFont_GRAD,opsz,wdth,wght.ttf') format('truetype');
  font-weight: 100 900;
  /* variable weight range */
  font-stretch: 75% 125%;
  /* optional width range */
  font-style: normal;
  font-display: swap;
}

/* Montserrat Variable Font */
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  /* variable weight range */
  font-style: normal;
  font-display: swap;
}

* {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.rounded-30 {
  border-radius: 30px;
  border-width: 0px;
}


body {
  background-color: #F2FBE0;
  color: #0A1400;
}

.navbar-brand {
  color: #336402;
  letter-spacing: -4px;
  font-weight: 700;
  font-size: 2.5rem;
}

.nav .nav-link {
  border-radius: 0;
}

.homepage-category-nav.active {
  color: #2B351C;
}

.homepage-category-nav {
  color: #576B38;
  font-size: 2rem;
}

.homepage-category-nav:hover {
  color: #000000
}

/* on mobile */
@media (max-width: 768px) {
  .homepage-category-nav {
    height: 5vh;
  }
}

.heroimage {
  height: 60vh;
}

#recipeSidebar.show~.offcanvas-toggle-button {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.2s, opacity 0.2s linear;
  pointer-events: none;
}

.offcanvas-toggle-button {
  transition: opacity 0.2s linear;
}

#recipeSidebar .filters-scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
}

p.smug-infobox {
  text-align: center;
}

.more-info-section {
  background-color: #9FB979;
  color: #142800;

}

.bottom-get-started-section {
  font-weight: 600;
}

.py-10 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.btn-primary {
  background-color: #336402;
  border-color: #336402;
}

.btn-primary:hover,
.btn-primary:active {
  background-color: #2B5800;
  border-color: #2B5800;
}

.btn-outline-primary {
  color: #336402;
  border-color: #336402;
}

.btn-outline-primary:hover,
.btn-outline-primary:active {
  background-color: #336402;
  color: #FFFFFF;
  border-color: #336402;
}



.soul-food-container {
  min-height: 40vh;
  position: relative;
  background-color: #9FB979;
}

.soul-food-text {
  font-size: clamp(5rem, 15vw, 12rem);
  line-height: 1;
  text-shadow:
    -2px -2px 0 #2F4F4F,
    2px -2px 0 #2F4F4F,
    -2px 2px 0 #2F4F4F,
    2px 2px 0 #2F4F4F;
}

.text-behind {
  top: 20%;
  z-index: 1;
}

.text-infront {
  bottom: 20%;
  z-index: 3;
}

.soul-food-image {
  z-index: 2;
  max-width:70%
}

@media (max-width: 768px) {
  .soul-food-image {
    z-index: 2;
    max-width:100%
  }
}

.pe-15 {
  padding-right: 15rem !important;
}

.ps-15 {
  padding-left: 15rem !important;
}

.card {
  border: 0;
}

.py-10 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.navbar-left-links>.nav-item {
  font-size: 25px;

}

.navbar-left-links>.nav-item>.nav-link {
  color: #2B5800;
  text-transform: uppercase;
}

.navbar-left-links>.nav-item>.nav-link:hover {
  color: #0d1501;
  text-transform: uppercase;
}

.footer-container {
  background-color: #a6bb7e;
  color: #142800;
}

.footer-social-icon {
  font-size: 24px;
  color: #142800;
}


.pagination > .page-item > .page-link {
  color: #142800;
  border: 0;
}

.page-item.active .page-link {
  color: #ffffff;
  background: #142800;
}


.dropdown-menu {
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  border-radius: 5px;
}

.dropdown-menu a {
  color: white;
}

.dropdown-toggle:focus {
  background-color: #2B5800;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu a:hover {
  color: white;
  background-color: rgba(255, 255, 255, 0.1);
}

.range-slider {
  position: relative;
  height: 40px;
  margin-bottom: 1rem;
}

.range-slider input[type=range] {
  position: absolute;
  width: 100%;
  height: 6px;
  top: 17px;
  background: #E0F0C0;
  border-radius: 30px;
  pointer-events: all;
  outline: none;
  border: none;
}

.range-slider input[type=range]::-moz-range-thumb,
.range-slider input[type=range]::-ms-thumb,
.range-slider input[type=range]::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  background: #336402;
  border-radius: 50%;
  border: 2px solid #142800;
  cursor: pointer;
  pointer-events: all;
  transition: background 0.2s ease;
}

.range-slider input[type=range]:hover::-moz-range-thumb,
.range-slider input[type=range]:hover::-ms-thumb,
.range-slider input[type=range]:hover::-webkit-slider-thumb {
  background: #2B5800;
}
