@media screen and (max-width: 600px) {
  @media screen and (prefers-reduced-motion: reduce) {
    html { font-size:1.3rem; scroll-behavior : auto; }
  }
body {
  margin: 0 auto;
}


* { box-sizing: border-box; }

h1 {
  font-weight: bold;
  font-family: 'boberia_comsemibold', serif;
  color: #513825;
  font-size: 1.8rem;
  line-height: 2.15rem;
  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.1em;
  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: 1.3rem;
  line-height: 1.5rem;
  margin:0 0 18px 0;
}

.intro-caption {
  font-size: 1rem;
  padding:0 0 18px -200px;
}



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

.nav-link-containers {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

#about {
  height:0px
}

#contact {
  height:0px
}

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

a:hover { color: #ffffff; }



.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;
}

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

.content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  width:80%;
  margin: auto;
}

/* Section spacing */
section {
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap:0px;
  margin: 0 auto;
  border-bottom:6px dotted rgb(252, 227, 178); 
}



.hero-container { 
  width: 100%; 
  height: 100vh; 
  background-image: url('../images/showcase-mahoney-honey-jars-1500.png');
  background-repeat: no-repeat;
  background-size: 130%;
  background-position: -80px 75px;
}

.caption-container {
  max-width: 90%;
  position: relative; 
  top:120px; 
  left:4%; 
  margin:0 auto;
}






.copy-image-container {
  position:relative; 
  left:0;
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  gap:40px; 
  width:100%; 
  margin: 0 auto;
  padding: 0 30px 50px 30px;
}



.copy-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 100%;
  text-wrap: wrap;
  text-align: left;
}




.img-container {
  display: flex;
  align-items: center;
  padding-top:0px;
  width:100%;
  justify-content: center;
}

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

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

.contact-info { width:500px; }

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

.fancy-bee-email-container {
  width:100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fancybeetextbox {
  width: 100%;
  font-size: .8em;
  padding: 14px 25px;
  background:#fff;
  border:3px dotted orange 80%;
  border-radius:30px;
  margin:12px 0;
  filter: drop-shadow(10px 10px 10px rgba(161, 127, 79, 0.3));
}


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

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

.emailbutton {
  display: block;
  font-size:1.3em; 
  color:#fff; 
  text-align:center; 
  padding:12px 40px; 
  background-color:orange; 
  border: none; 
  border-radius:30px; 
  filter: drop-shadow(10px 10px 10px rgba(161, 127, 79, 0.3));
  margin: 20px auto;
}

footer {
  display: flex;
  direction: row;
  justify-content: center;
  align-items: center;
  gap:20px;
  margin:0 auto;
}








}