header {
  font-family: "Abril Fatface", cursive;
  background-image: url(image/P1096108.JPG);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  height: 400px; /* or whatever fits your design */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body {
  font-family: "Open Sans", sans-serif;
  background-image: linear-gradient(to bottom right, #41213e, #d4afc0);
  /* background-image: url(image/IMG_4348.JPG); */
  background-size: cover;
  background-repeat: no-repeat;
}

.modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: auto;
}

.modal img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.row {
  padding-bottom: 20px;
}

h1 {
  font-family: "Abril Fatface", cursive;
  color: white;
  font-size: 4.375rem;
}

h2 {
  font-family: "Abril Fatface", cursive;
  color: white;
  font-size: 4.375rem;
}
.drop-shadow {
  text-shadow: 0px 2px 2px rgba(85, 76, 76, 0.589);
}
.lead {
  color: black;
  font-size: 2.2rem;
}
.mycustom-jumbotron {
  border: 0px solid #f7f7f8;
  /* width: 1100px; */
  /* border-radius: 20px; */
  margin: 0 auto;
  /* border-radius: 20px; */
}
.my-p {
  color: white;
}
/* Email bullshit */
.tbox {
  width: 47%;
  padding: 50px;
  border: 1px solid white;
  box-sizing: border-box;
  margin-top: 50px;
}
.tbox p:last-of-type {
  font-size: 0.7rem;
  padding-left: 30px;
}
.dropdown {
  display: none;
  position: absolute;
  padding-top: 20px;
  text-align: center;
  z-index: 1;
}
.navbutton:hover .dropdown {
  display: block;
  margin-left: -36px;
}
.dropdown .navbutton {
  width: 120px;
  background-color: white;
}
.dropdown .navbutton a {
  color: #0093e9;
}
.dropdown .navbutton:hover {
  background-color: grey;
  transition-duration: 1s;
}
.inputwrapper {
  margin-bottom: 30px;
  color: bisque;
  width: 300px;
}

input[type="text"],
[type="email"],
textarea {
  padding: 12px 20px;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 0.85rem;
  box-sizing: border-box;
}
.newline {
  display: block;
  margin-bottom: 5px;
}
.margin-right-a {
  margin-right: 25px;
}
form {
  margin: 30px 0px;
}
.myjumbotron {
  background-color: #997d66;
  height: 1024px;
}
.mylinks a {
  font-size: 2rem;
  display: block;
  color: bisque;
  padding: 20px;
}

.navbutton a {
  border-style: solid;
  border-width: 1px;
  padding: 11px 25px;
  font-family: "Playfair Display", serif;
  display: inline-block;
  /* position:relative; */
  color: white;
  margin-bottom: 20px;
  text-align: center;
}
.mycontainer {
  max-width: 1024px;
  min-height: 1024px;
}
.mybox {
  min-height: 100px;
  font-size: 2rem;
  color: white;
  margin: 20px 10px;
  text-align: center;
}
.mybox a {
  color: bisque;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
.figure-caption {
  font-size: 2rem;
  font-family: cursive;
  color: #f8f9fa; /* Bootstrap's light text */
  text-shadow: 1px 1px 2px black;
}
#contact {
  padding: 40px 20px; /* Adds space around the section */
  background-color: linear-gradient(
    to bottom right,
    #41213e,
    #d4afc0
  ); /* Optional: makes it visually distinct */
}
.main2 {
  max-width: 800px; /* Limits width for readability */
  margin: 0 auto; /* Centers the container */
  padding: 20px; /* Adds internal spacing */
  background-color: inear-gradient(
    to bottom right,
    #41213e,
    #d4afc0 /* Optional: white background */
  );
}
