@media screen and (min-width: 601px) and (max-width: 1200px) {

body {
  margin: 0 auto;
}


* { box-sizing: border-box; }

h1 {
  font-weight: bold;
  font-family: 'Boberia Com', serif;
  color: #513825;
  font-size: 2em;
  line-height: 1.1em;
  margin: 45px 0 30px 0;
  text-align: left; 
}

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

}

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

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

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

p {
  text-align: left;
  font-size: 1.4em;
  margin:0 0 18px 0;
}

.intro-caption {
  font-size: 1.2em;
  padding:0 0 18px 0px;
}



.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:50px
}

#contact {
  height:50px
}

a {  
  font-size: 1.3em;
  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;
}



.hero-container { 
  width: 100%; 
  height: 1000px; 
  background-image: url('../images/showcase-mahoney-honey-jars-800.png');
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: right -140px;
}

.caption-container {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: left;
  max-width: 90%;
  position: relative; 
  top:-300px; 
  left:-18%; 
  margin:0 auto;
}

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

.about-section {
  display: flex;
  justify-content: center;
  align-items: center;
  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;
}



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




.img-container {
  display: flex;
  align-items: center;
  padding-top:0px;
  width:80%;
  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:1.4em;
  font-weight:900;
}

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

.fancybeetextbox {
  width: 100%;
  font-size: 16px;
  padding: 16px 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, 214, 121, 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;
}








}