body {
  --textColor1: #e6d9af;
  --textColor2: #073d12;
  --backgroundColor: rgb(162, 199, 229);
  --backgroundColorPop: #046e8f;
  --accentColor: #25c39e;

  margin: 0;
  padding: 0;
  width: 100%;
  /* height: 100%; */
  overflow-x: hidden;

  color: var(--textColor1);
  background-color: var(--backgroundColor);
}

/* @font-face {
  font-family: "mynerve", sans-serif;
  src: url(https://use.typekit.net/wtb5yvv.css);
} */

h1 {
  font-family: "mynerve", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h2 {
  font-family: "mynerve", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h3 {
  font-family: "mynerve", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h4 {
  font-family: "mynerve", sans-serif;
  font-weight: 400;
  font-style: normal;
}

p {
  font-family: "mynerve", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* p{
  font-family: brandon-grotesque, sans-serif;
  font-style: normal;
  font-weight: 100;;
} */

.container {
  width: 100%;
  background-color: rgba(162, 199, 229, 0.6);
}

/* NAV BAR STYLING */
.navBar {
  background-color: var(--backgroundColorPop);
  width: 100%;
  /* height: 60px; */
  height: 60px;
  display: flex;
  flex-direction: row;
  padding: 10;
  /* top: 100%; */
  align-items: center;
  position: fixed;
  top: 0px;
  z-index: 1;
}

.navHolder {
  width: 100%;
  height: 60px;
  z-index: 0;
  padding: 10;
}

.navBar-opacity {
  background-color: rgba(4, 110, 143, 0.7);
}

.websiteName {
  width: 50%;
}

.websiteName a {
  text-decoration: none;
}

.websiteNameText {
  color: var(--textColor1) !important;
  text-decoration: none;
}

.navBarButtons {
  justify-content: right;
  top: 20%;
  width: 50%;
  display: flex;
  padding-right: 20px;
  height: 100%;
  align-items: center;
}

.navBarButtons button {
  height: 40px;
  margin-left: 20px;
  background-color: var(--accentColor);
  border: 3px solid var(--backgroundColor);
  border-radius: 10px;
}

/* .navBarButtons button:hover { */
/* cursor: pointer; */
/* } */

/* button animation */
.navBarButtons button:hover {
  cursor: pointer;
  background-color: rgba(4, 110, 143, 0.7);
  border: 3px solid var(--accentColor);
  animation: shake 0.5s ease-in-out infinite;
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px) rotate(3deg);
  }
  50% {
    transform: translateX(5px) rotate(-3deg);
  }
  75% {
    transform: translateX(-3px) rotate(2deg);
  }
  100% {
    transform: translateX(0);
  }
}

.buttonText {
  color: var(--textColor1) !important;
  margin: 0;
  padding: 5px;
  font-size: 17px;
}

/* FOOTER STYLING */

.footerBar {
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: column;
  background-color: var(--backgroundColorPop);
  margin-bottom: 0px;
  font-size: 22;
  margin-top: 50px;
}

.footerTopHalf {
  text-align: center;
  width: 70%;
  margin-left: 15%;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0px;
}

.footerTopHalf h3 {
  margin-bottom: 0px;
}

.footerBottomHalf {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}

.footerLinks {
  flex: 3;
  display: flex;
  flex-direction: row;
  margin-left: 10px;
}

.footerA {
  padding-right: 25px;
  text-decoration: none;
}

.footerLinks a p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-style: none;
  color: var(--textColor1);
  text-decoration: none;
}

.footerCopyright {
  flex: 5;
  margin-top: 0px;
  display: flex;
  justify-content: end;
  padding-right: 10px;
}

.footerCopyright h4 {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* INDEX STYLING */

.pageHeader {
  width: 100%;
  /* margin-left: 15%; */
  /* padding-left: 20px; */
  /* padding-right: 20px; */
  text-align: center;
  color: var(--textColor2);
  display: flex;
  justify-content: center;
}
.factOfTheDay {
  background-color: var(--accentColor);
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 20px;
  padding: 20px;
  border-radius: 10px;
  border: 3px solid var(--backgroundColorPop);
}

.factOfTheDayContainer {
  height: 100vh;
}

.todaysDate {
  font-size: 40px;
  /* margin: 0; */
  margin-top: 20px;
  margin-bottom: 20px;
}
.factOfTheDay h1 {
  margin: 0;
  font-size: 70;
}

.lifeOfJimmy {
  background-color: var(--accentColor);
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 15%;
  margin-right: 15%;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 10px;
  border: 3px solid var(--backgroundColorPop);
}

/* ACCOUNT PAGE STYLING */

.canDrinkCountdown {
  background-color: var(--accentColor);
  width: 70%;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 20px;
  padding: 20px;
  border-radius: 10px;
  border: 3px solid var(--backgroundColorPop);
}

.daysRemaining {
  font-size: 25;
}

.logoutButtonDiv {
  /* width: 70%; */
  /* margin-left: 15%; */
  margin-top: 20px;
  display: flex;
  justify-content: center;

}


.logoutButtonDiv button {
  height: 60;
  /* margin-left: 20px; */
  background-color: var(--accentColor);
  border: 3px solid var(--backgroundColorPop);
  border-radius: 10px;
  width: 300px;
  transition: transform .2s;
}


.logoutButtonDiv button:hover {
  transform: scale(1.05);
  cursor: pointer;

}

/* FORM STYLING */

.loginForm {
  background-color: var(--accentColor);
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 15%;
  margin-right: 15%;
  padding: 20px;
  border-radius: 10px;
  border: 3px solid var(--backgroundColorPop);
}

.loginForm h2 {
  /* width: 70%;
  margin-left: 15%; */
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  color: var(--textColor2);
}

.loginForm form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.loginForm input {
  width: 70%;
  margin-left: 15%;
  margin-bottom: 10px;
  height: 40px;
  border-radius: 10px;
  border: 3px solid var(--backgroundColorPop);
  background-color: var(--backgroundColor);
}

.loginForm input::placeholder {
  color: var(--textColor2);
  padding-left: 15px;
}

.pfp-container label {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  color: var(--textColor2);
}

.loginForm input[type="submit"]:hover {
  cursor: pointer;
}

.loginForm label {
  color: var(--textColor2);
}

/* INGREDIENTS FORM */

.ingredientsForm {
  background-color: var(--accentColor);
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 10%;
  margin-right: 10%;
  padding: 20px;
  border-radius: 10px;
  border: 3px solid var(--backgroundColorPop);
}

.ingredientsForm form {
  width: 100%;
}

.ingredientsForm input {
  width: 70%;
  /* margin-left: 15%; */
  margin-bottom: 10px;
  height: 40px;
  border-radius: 10px;
  border: 3px solid var(--backgroundColorPop);
  background-color: var(--backgroundColor);
}

.fileUploadButton {
  width: 49.3%;
  /* margin-left: 15%; */
  margin-bottom: 10px;
  height: 40px !important;
  border-radius: 10px;
  border: 3px solid var(--backgroundColorPop);
  background-color: var(--backgroundColor);
  display: inline-block;
  text-align: center;
  /* text-justify: center; */
  margin-left: 25%;
}

.fileUploadButton:hover {
  cursor: pointer;
}

.recipeCategory {
  display: flex;
  flex-direction: row;
  margin-left: 20.3%;
}

.alcoholCategory {
  display: none;
  flex-direction: row;
  margin-left: 20.3%;
}

.selectedRadioButton {
  width: 20%;
  /* margin-left: 15%; */
  margin-bottom: 10px;
  height: 40px !important;
  border-radius: 10px;
  border: 3px solid var(--textColor2);
  background-color: var(--backgroundColorPop);
  display: inline-block;
  text-align: center;
  /* text-justify: center; */
  /* margin-left: 25%; */
  margin-right: 5px;
}

.unselectedRadioButton {
  width: 20%;
  /* margin-left: 15%; */
  margin-bottom: 10px;
  height: 40px !important;
  border-radius: 10px;
  border: 3px solid var(--backgroundColorPop);
  background-color: var(--backgroundColor);
  display: inline-block;
  text-align: center;
  /* text-justify: center; */
  /* margin-left: 25%; */
  margin-right: 5px;
}

.selectedRadioButton p {
  color: var(--textColor1);
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 12;
}

.unselectedRadioButton p {
  color: var(--textColor2);
  justify-content: center;
  display: flex;
  align-content: center;
  margin: 12;
}

.ingredientsForm label {
  color: var(--textColor2);
}

.recipeNameDiv {
  justify-content: center;
  display: flex;
}

.ingredient {
  justify-content: center;
  display: flex;
}

.ingredientsContainer {
  display: flex;
  align-content: center;
  justify-content: center;
}

.recipeNameDiv label {
  align-content: center;
  margin-bottom: 10px;
  margin-right: 2%;
  font-size: 18;
}
.ingredient label {
  align-content: center;
  margin-bottom: 10px;
  margin-right: 2.75%;
  font-size: 18;
}

.extraIngredient {
  justify-content: center;
  display: flex;
  margin-left: 9.6%;
}

.extraIngredient input {
  width: 77.5%;
}

.extraIngredient label {
  align-content: center;
  margin-bottom: 10px;
  margin-right: 2.8%;
  font-size: 18;
}

.removeIngredientButton {
  width: 10%;
  margin-left: 8px;
  margin-bottom: 10px;
  height: 40px;
  border-radius: 10px;
  border: 3px solid var(--backgroundColorPop);
  background-color: var(--backgroundColor);
}

.removeIngredientButton:hover {
  cursor: pointer;
}

.addIngredientButton {
  width: 10%;
  margin-left: 20.5%;
  margin-bottom: 10px;
  height: 40px;
  border-radius: 10px;
  border: 3px solid var(--backgroundColorPop);
  background-color: var(--backgroundColor);
}

.addIngredientButton:hover {
  cursor: pointer;
}

.recipeSubmitButton {
  width: 50% !important;
  margin-left: 25%;
}

#recipeInstructions {
  resize: none;
  overflow-y: hidden;
  height: 84px;
  margin-left: 35px;
}
#recipeImage {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

#recipeDescription {
  resize: none;
  overflow-y: hidden;
  height: 84px;
  margin-left: 35px;
}

.recipeInstructions {
  display: flex;
  justify-content: center;
}

.recipeInstructions label {
  /* display: flex; */
  align-content: flex-start;
  /* margin-bottom: 10px; */
  /* margin-right: 2.75%; */
  font-size: 18;
  margin-top: 10px;
}

.recipeInstructions textarea {
  width: 70%;
  /* margin-left: 15%; */
  margin-bottom: 10px;
  height: 40px;
  border-radius: 10px;
  border: 3px solid var(--backgroundColorPop);
  background-color: var(--backgroundColor);
}

.recipeSubmitButton:hover {
  cursor: pointer;
}

/* 21 check */
.ageCheck {
  height: 520px;
  width: 35%;
  background-color: rgba(162, 199, 229, 0.13);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border-radius: 10px;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 40px rgba(8, 7, 16, 0.6);
  padding: 50px 35px;
  display: flex;
  flex-direction: column;
}

.ageCheck form {
  width: 100%;
}

.ageCheck h1 {
  text-align: center;
  font-weight: bold;
}

.ageCheck input {
  width: 70%;
  margin-left: 15%;
  margin-bottom: 10px;
  height: 40px;
  border-radius: 10px;
  border: 3px solid var(--backgroundColorPop);
  background-color: var(--backgroundColor);
}

.submit-btn {
  color: #046e8f;
}

input.submit-btn:hover {
  cursor: pointer;
  background-color: rgba(4, 110, 143, 0.7);
  border: 3px solid var(--accentColor);
  animation: shake 0.5s ease-in-out infinite;
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px) rotate(3deg);
  }
  50% {
    transform: translateX(5px) rotate(-3deg);
  }
  75% {
    transform: translateX(-3px) rotate(2deg);
  }
  100% {
    transform: translateX(0);
  }
}

/* RECIPES LIST CSS */

.cooking {
  background-color: white;
}

.recipeHeader {
  display: flex;
  justify-content: center;
}
.recipes {
  width: 80%;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  margin-left: 10%;
}
.singleRecipe {
  border: 3px solid var(--backgroundColorPop);
  display: flex;
  height: 200px;
}

.blurHolder {
  display: flex;
  width: 100%;
}

.blurHolder img {
  height: 100%;
  object-fit: cover;
}

.recipeListInfo {
  margin-left: 4px;
}

.recipeListA{
  color: #4a90a4;
}

.recipeListImage img {
  /* width: 100%; */
  object-fit: contain;
  height: 100%;
  display: flex;
  justify-content: flex-start;
}

/* RECIPES Single CSS */

/* .singleRecipeBackground{
  background-color: rgba(162, 199, 229, 0.5);
  color: black;
}

.recipeName {
	display: flex;
	flex-direction: column;
	width: 60%;
} */

.singleRecipeBackground {
  background-image: url("images/recipebackground.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
}

.recipeContainer {
  width: 60%;
  margin: 0 auto; /* Center the container horizontally */
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  padding: 20px;
  margin-top: 2%;
}

.recipePhoto {
  width: 50%;
  height: 300px;
  display: flex;
  /* flex-direction: end; */
  justify-content: flex-end;
}

.twentyonedata {
  display: none;
}
.singleRecipeHeader {
  display: flex;
  color: #013544;
  align-items: center;
  border-radius: 8px;
  margin-bottom: 20px;
}

.singleRecipeHeader img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  border-radius: 20px;
  justify-content: center;
  margin: 5px 3px 5px 3px;
}

.singleRecipeDiv {
  color: #013544;
}

.singleRecipeDiv h2 {
  width: 90%;
  margin-left: 5%;
  text-align: center;
  margin-bottom: 1;
  color: #4a90a4;
}
.singleRecipeDiv h4 {
  width: 90%;
  margin-left: 5%;
  font-size: 20;
  margin-top: 10px;
  margin-bottom: 5px;
}
.singleRecipeDivIngredients {
  width: 90%;
  margin-left: 5.5%;
}

.singleRecipeDivIngredients h3 {
  text-align: left;
  font-size: 25;
  color: #5d9980;

  padding-bottom: 0px;

  margin-bottom: 5px;
}
.singleRecipeDivIngredients ul {
  margin: 0;
  padding-left: 15;
  color: #4a90a4;
  font-size: 18;
}

.recipeName {
  flex-grow: 1;
  width: fit-content;
  font-size: large;
  text-align: center;
}

.recipeName h1 {
  font-size: 70;
  margin: 0;
  color: #4a90a4;
}

.recipeName p {
  margin: 5px 0;
  font-size: 30;
  color: #5d9980;
}

.recipeContainer:hover {
  background-color: #eaeaea;
  transition: background-color 0.3s ease;
}

.recipeListInfo p {
  color: var(--textColor2);
}

.singleRecipeDiv {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.todaysFact {
  /* text-align: ; */
  font-size: 30;
  margin: 0;
  text-align: center;
}

/* MAP PAGE */
.MapBox {
  width: 80%;
  display: flex;
  margin-left: 10%;
  border: 1px solid black;
}
#map {
  height: 500px;
  position: relative;
  border-right: 1px solid black;
  width: 100%;
}

.mapListButton {
  height: 50px;
  background-color: #4a90a4;
  border: 1px solid black;
  position: relative; /* Add this line */
  transition: 500ms ease-out;
}

.mapListButton:hover{
  cursor: pointer;
  background-color: #013544;;
  
}

.mapListButton span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: darken(aquamarine, 40%);
  transition: 0.4s ease-in-out, 0.4s ease-in-out;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.mapListButton:hover {
  color: lighten(aquamarine, 25%);
}

.mapListButton:hover span {
  width: 112.5%;
  height: 112.5%;
}

.mapListButton:active {
  background-color: aquamarine;
}

.mapListResetButton {
  height: 47.5;
  background-color: aquamarine;
  border: 1px solid black;
}

.mapListResetButton p {
  color: black;
  font-size: 15;
  text-align: center;
}

/* .mapListButton {
  $btn-color: random-color($max:200);
  $btn-color-dark: shade($btn-color, 40%);
  color: tint($btn-color);
  
  span {
    @include absolute();
    display: block;
    @include size(0);
    border-radius: 50%;
    background-color: $btn-color-dark;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  
  &:hover {
    color: tint($btn-color, 75%);
    
    span {
      @include size(225%, $btn-width*2.25);
    }
  }
  
  &:active {
    background-color: $btn-color;
  }
} */
.mapListButton p {
  color: black;
  font-size: 15;
  text-align: center;
}
.mapList {
  width: 20%;
  display: flex;
  flex-direction: column;
  height: 500px;
  overflow-y: auto;
}

.hiddenData {
  display: none;
}

.blurRecipe {
  filter: blur(10px);
}

.RIPJimmy {
  width: 100%;
}

.jimmyHomepageImage {
  width: 100%;
  object-fit: fill;
  height: 100vh;
  margin-top: 0%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;

  background-image: url("/images/ripjimmy.png");
}

.TwentyOneCheckBackgroundImage {
  width: 100%;
  object-fit: cover;
  height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;

  background-image: url("images/palmtree11.jpeg");
}

/* media queries */
@media (max-width: 710px) {
  .navBar {
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    /* padding: 10; */
    /* align-items: center; */
  }

  .websiteName {
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
  }

  .websiteNameText {
    margin-bottom: 0px;
  }

  .navBarButtons {
    width: 100%;
    flex-direction: column;
    margin-top: 5px;
    height: 100%;
    align-items: center;
  }
  /* come back and fix the button sizing later */
  .navBarButtons button {
    margin-left: 0px;
    margin-bottom: 5px;
    width: 100%;
  }
}

@media (max-width: 890px) {
  .footerBar {
    height: 150px;
  }
}

@media (max-width: 570px) {
  .footerBar {
    height: 220px;
  }
}
.leaflet-pane{
  z-index: 0 !important;
}

.leaflet-top{
  z-index: 0 !important;
}

.margaritavilleContainer {
  margin-top: 2%;
}

.jimmyLifeText
{
  font-size: 100;
  width: 100%;
  text-align: center;
  color: #5d9980;
  margin-bottom: 0px;
  margin-top: 30%;
}

.disclaimerContainer{
  width: 80%;
  color: var(--textColor2);
  align-content: center;
  margin-left: 10%;
}

.aboutContainer{
  width: 80%;
  color: var(--textColor2);
  align-content: center;
  margin-left: 10%;
}

.margaritavilleBlub{
  width: 80%;
  margin-top: 20px;
  color: var(--textColor2);
  align-content: center;
  margin-left: 10%;
}

.margaritavilleBody {
  min-height: 80vh;
}