/* * {
  border: 1px solid red;
} */

html, body {
  min-width: 320px;   /* pick what makes sense for your design */
}

body {
  overflow-y: auto;
}

.title {
  font-size: 3em;
  font-weight: 700;
  font-style: italic;
  margin: 20px;
  width: 350px;
}

.h1-width {
  color: #e7cb11;
  padding-top: 5px;
  padding-bottom: 15px;
  font-size: 3rem;
  text-align: center;
  font-style: italic;
  border: 3px solid #dddcae;
  border-radius: 50px;
  text-shadow: 2px 2px 3px #000;
  background-color: #555;
}

.pill {
  border: 1px solid transparent;
  text-decoration: none;
  border-radius: 10px;
  padding: 8px 8px;
}

.p-bold {
  font-weight: 600;
}

.p-font-medium {
  font-size: medium;
}

.p-font-large {
  font-size: large;
}

.p-font-larger {
  font-size: larger;
}

.p-font-xlarge {
  font-size: x-large;
}

.main-display {
  margin: 25px;
  display: inline-block;
}

.div-border {
  border: 1px solid;
}

.h3-mb {
  padding: 25px 0;
}

.button-font {
  font-size: 2.5rem;
}

.recipe-font {
  font-size: 2rem;
}

.breakfast-bg {
  background-color: #e7bc40;
}

.lunch-bg {
  background-color: #95f199;
}

.dinner-bg {
  background-color: #faf734;
}

.bg-1 {
  background-color: #85dfcd;
}

.bg-3 {
  background-color: #f6ce99;
}

.add-shadow {
  width: 45%;
  color: #c1bdb2;
  text-shadow: 2px 2px 3px #000;
  color: #d5d4d1;
}

.action-menu-item {
  margin-left: 15px;
  color: #f9f507;
}

.action-menu-item:hover {
  background-color: #2a4df9;
  border: 1px solid #2a4df9;
  border-radius: 20px;
  text-decoration: none;
  color: #f9f507;
  padding: 8px 8px;
  cursor: pointer;
}

.menu-item-color {
  color: rgb(255, 255, 255);
}

.menu-item-color:hover {
  background-color: #2a4df9;
  border: 1px solid #2a4df9;
  border-radius: 20px;
  text-decoration: none;
  color: #fff;
  padding: 8px 8px;
}

.edit_label a:hover {
  background-color: #2a4df9;
  text-decoration: none;
  color: #fff;
}

.centered-div {
    top: 2%;
    left: 12.5%;
    height: 600px;
    padding: 15px 15px;
    margin-top: 280px;
    position: fixed;
    overflow-y: auto;
    transform: translate(-5%, -12.5%);
}

.hidden {
    display: none;
}

.visible {
    visibility: visible;
}

#openRegister,
#openRegister:visited {
  color: #fff;
  text-decoration: none;
}

#welcome {
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
  visibility: hidden;
  color: rgb(255, 102, 0);
  text-shadow: 1px 1px 3px #000;
}

#recipe_header {
  text-decoration: none;
}

#bfooter {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;

  /* override Bootstrap container / col layout */
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 20px 100px;
  background-color: #6aa9c8;
  font-size: 14px;
  box-sizing: border-box;
  z-index: 1000;
}

/* remove extra Bootstrap column padding if you want exact 100px */
#bfooter .col {
  padding-left: 0;
  padding-right: 0;
}

#bfooter p {
  margin: 0 15px;
  padding: 17px 0;
  color: #000;
  text-align: left;
  align-items: left;
  justify-content: center;
}

#bfooter a {
  color: #000;
}

#bfooter a:hover {
  color: #fff;
}

#bfooter ul {
  display: flex;
  color: #000;
  width: 70%;
  margin: auto 0 auto 230px;
}

#bfooter ul li {
  margin: auto 15px;
  font-size: 14px;
  padding: 20px 50px 20px 0;
  text-align: right;
  list-style-type: none;
  text-decoration: none;
}

#footer-text {
  text-align: left;
}

#footer-contact {
  text-align: right;
}

#headliner {
  position: relative;
  left: -1500px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

ul {
  height: auto;
  justify-content: center;
  align-items: center;
}

li {
  width: auto;
  font-size: 20px;
}

li a {
  padding: 0 15px;
}

#ul-nav {
  display: flex;
  margin: auto;
}

#li-welcome {
  /* width: 140px; */
  color: orange;
  font-weight: 700;
  text-align: center;
  padding: 5px 5px;
  margin-left: 40px;
  border-radius: 8px 8px;
  background-color: #555555;
}

#options {
    height: 35px;
    width: 250px;
    background-color: beige;
}

.sticky-div {
  position: sticky;
  top: 230px;
  left: 120px;
}

table {
  background-color: transparent;
}

td {
  width: auto;
  height: 35px;
  background-color: transparent;
}

table th {
  height: 30px;
  background-color: orange;
}

.divs {
  height: auto;
  width: auto;
}

.rLinks {
  color: #000;
  text-decoration: none;
}

#recipes1 a:hover {
  color: #fff;
}

.menu-functions {
  margin-left: -15px;
}

.menu-padding {
  padding-left: 15px;
}

/* .slide-target {
  position: relative;
  left: -600px;
  text-align: center;
  align-items: center;
  justify-content: center;
  opacity: 0;
} */


/**********************************************************************/
/* Media Queries                                                      */
/**********************************************************************/
@media screen and (min-width: 320px) and (max-width: 675px) {
  .h1-width {
    width: 115%;
    padding: 8px 5px 18px 5px;
    font-size: 1.5rem;
    text-align: center;
    font-style: italic;
    border: 3px solid #dddcae;
    border-radius: 50px;
    text-shadow: 2px 2px 3px #000;
    background-color: #555;
  }

  /* :root {
    --bs-nav-link-hover-color: #2A4DF9;
  } */

  #navbarSupportedContent {
    margin: auto;
  }

  #ul-nav {
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  #ul-nav li {
    margin: 6px;
  }

  #ul-nav li a:hover {
    margin-top: 7px;
    padding: 5px 4px;
    background-color: #2a4df9;
    border-radius: 25px;
  }

  #li-welcome {
    margin: auto;
  }

  #bfooter {
    font-size: 10px;
    padding: 15px 20px;
  }

  #footer-text {
    margin-left: 25px;
    text-align: left;
    align-items: flex-start;
  }

  #footer-contact {
    font-size: 12px;
  }
}