@font-face {
  font-family: 'boberia_comsemibold';
  src: url('../boberiacom-semibold-webfont.eot?#iefix') format('embedded-opentype'), 
       url('../boberiacom-semibold-webfont.woff') format('woff'), 
       url('../boberiacom-semibold-webfont.ttf')  format('truetype'),
       url('../boberiacom-semibold-webfont.svg#svgboberiacom-semibold-webfont') format('svg');
}

html { font-size:18px; scroll-behavior: smooth; }

@media screen and (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

* {
  margin: 0;
  padding: 0; /* Often used in conjunction with margin: 0 for a full reset */
}

body {
  font-family: Arial, sans-serif;
  margin: auto;
  padding: 0;
  align-items: center;
  justify-content: center;
  color: #513825;
  scroll-behavior: smooth;
}





* { box-sizing: border-box; }

h1 {
  font-weight: bold;
  font-family: 'boberia_comsemibold', serif;
  color: #513825;
  font-size: 32px;
  line-height: 36px;
  margin: 45px 0 30px 0;
  text-align: left;
}

.title-caption {
  margin: 45px 0 10px 0;

}

.lower-case { text-transform: lowercase; }

h2 {
  font-weight: bold;
  font-family: 'boberia_comsemibold', serif;
  font-size: 1.8em;
  margin-bottom: 20px;
  text-align: left;
}

h3 { 
  font-weight: bold;
  font-family: 'boberia_comsemibold', serif;
  font-size: 1.8em;
  margin-bottom: 20px;
}

p {
  text-align: left;
  font-size: 20px;
  line-height: 24px;
  margin:0 0 18px 0;
}

.main-wrapper {
  width:100%;
  display: flex;
  text-align: center;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 auto;
}

.header-logo { 
  z-index: 100;
  width:100%;
  height: 80px;
  position: fixed;
  top:0;
  left:0;
  background-image: url('../images/mobile-logo-mahoney-hives-horiz-cntr-fc.svg');
  background-repeat: no-repeat;
  background-size: 250px;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  margin: 0 auto;
  padding: 10px 0;
}


.intro-caption {
  font-size: 17px;
  line-height: 20px;
  padding:0 0 18px -200px;
}




.nav-container {
  position: fixed;
  bottom: 0 !important;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  width:100vw;
  height: 2em;
  background-color: orange;
  padding: .6em;
}

.nav-link-containers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: .5em;
}

#about {
  height:50px
}

#contact {
  height:50px
}

a {  
  font-size: .9em;
  font-weight:900;
  color: #513825;
  text-decoration: none;
  transition-duration: .2s;
}

a:hover { color: #ffffff; }

.anchor-about {
  position: relative;
  top:20px;
  width:100%;
  height:1px;
}

/* Section spacing */
section {
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  margin: 0px 0 80px 0;
  padding:80px 0 80px 0;
  border-bottom:4px dotted rgb(250, 217, 156 .7); 
}

.master-wrapper {
  z-index: 40;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
}



.hero-container { 
  width: 100%; 
  height: 1000px; 
  background-image: url('../images/showcase-mahoney-honey-jars-2000.png');
  background-repeat: no-repeat;
  background-size: 85%;
  background-position: 100px 100px;
  margin: 0 auto;
  padding:0px;
}

.caption-container {
  max-width: 500px;
  position: relative; 
  top:-270px; 
  left:-220px; 
  margin:auto;
}


.about-section {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.copy-image-container {
  position:relative; 
  display: flex; 
  flex-direction: row; 
  justify-content: center; 
  max-width:1000px; 
  min-width: 80%;
  margin: 0 auto;
  gap: 60px;

}


.copy-container {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 560px;
  text-wrap: wrap;
  text-align: left;
}







.img-container {
  display: flex;
  align-items: flex-start;
  padding-top:60px;
  justify-content: center;
  margin: auto;
}

.img {
  width:100%;
  filter: drop-shadow(5px 5px 10px rgba(161, 127, 79, 0.8));
  border-radius: 3vw;
}

/* Contact Section */
.contact-info-container {
  max-width:500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.contact-info { width:500px; }

.p-contact-info {
  margin-bottom: 30px;
  font-size:16px;
  font-weight:900;
  text-align: center;
}

.fancy-bee-email-container {
  width:100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap:20px;
}

.fancybeetextbox {
  width: 100%;
  font-size: 16px;
  padding: 8px 25px;
  background:#fff;
  border:1px dotted orange;
  border-radius:20px;
  filter: drop-shadow(10px 10px 10px rgba(161, 127, 79, 0.3));
  margin-bottom: 24px;
}


input:focus,
textarea:focus {
  outline: none; /* Removes the default blue outline */
  border:2px dotted orange;
  filter: drop-shadow(0px 0px 0px rgba(251, 211, 108, 0.8));
}

.fancybeeformtextarea {
  width:100%; 
  font-size:1em; 
  padding:20px 25px; 
  background:#fff; 
  border:1px dotted orange; 
  border-radius:12px; 
  filter: drop-shadow(10px 10px 10px rgba(161, 127, 79, 0.3));
  margin-bottom: 24px;
}

.emailbutton {
  display:flex;
  justify-content: center;
  align-items: center;
  font-size: 1em; 
  color:#fff; 
  text-align:center; 
  padding:12px 40px; 
  background-color:orange; 
  border: none; 
  border-radius:20px; 
  filter: drop-shadow(10px 10px 10px rgba(161, 127, 79, 0.3));
  margin: 0 auto;
  cursor: pointer;
}

/* Modal Styles */
        /* Modal overlay */
        .modal-overlay {
          display: none;
          position: fixed;
          top: 0; left: 0;
          width: 100vw;
          height: 100vh;
          background-color: rgba(0, 0, 0, 0.8);
          justify-content: center;
          align-items: center;
          z-index: 9999;
          opacity: 0;
          transition: opacity 0.4s ease;
        }
    
        .modal-overlay.active {
          display: flex;
          opacity: 1;
        }
    
        .modal-content {
          background: #fff;
          padding: 40px 30px;
          border-radius: 10px;
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
          max-width: 500px;
          text-align: center;
          align-content: center;
          justify-content: center;
          position: relative;
        }
    
        .modal-close {
          position: relative;
          top: 20px;
          cursor: pointer;
        }
    
        .modal-close:hover {
          color: #000;
        }

.content-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 1200px;
  margin: auto;
}












