/* CSS Document */
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding:0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.1em;
  line-height: 1.3em;
  width: calc(100vw-22px);
}
ul {
	margin-left: 10px;
}
ul li {
	list-style-type: square;
}
.content {
	padding: 5px;
}
.picture {
	border: solid 1px #442117;
	-webkit-box-shadow: 3px 3px 15px -3px #000000; 
	box-shadow: 3px 3px 15px -3px #000000;
	margin: 5px;
}
.pictureRight {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
/***********************
* Top navigation bar   *
***********************/
#myTopnav {
  position: sticky;
  top: 0;
  overflow: hidden;
  bagkround-color:#703A24;
}
.topnav {
  overflow: hidden;
  /*background-color: #543;*/
  background-color: #E7F0CA;
  background:url(../img/navBarWood.png);
  background-repeat:repeat-x;
  z-index:400;
  box-shadow: 0 5px 5px rgba(0,0,0,0.5); 
  border-top: solid 1px #557F90; 
  border-bottom: solid 1px #302000;
  text-shadow: 1px 1px 2px #302000;
  width:calc(100vw-22px);
  position: fixed;
}
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  text-shadow: 1px 1px 2px #302000;
}
.topnav a:hover {
  background-color: rgba(238, 238, 204, 0.7);
  text-shadow: none;
  color: #302000;
}

.topnav a.active {
  background-color: #60AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

/*****************************
* Top Navigation Bar
*****************************/
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  	z-index:400;
  }
  .topnav a {
  	font-size: 1.75em;
  }
  .topnav {
	  background-color: #703A24;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  	z-index:400;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  	z-index:400;
  }
  .fade-in-text {
	  font-size:1em;
  }
}

/***********************
* Slide show generator *
***********************/

.slideshow {
	width: calc(100vw-22px);
	height: calc(44vw-40px);
	position: relative;
	z-index: 1;
	background-image: url('img/MyersRound_BG.png');
	background-repeat:no-repeat;
	background-position: center;
	background-attachment: fixed;
}

.container {
	width: calc(100vw - 22px);
	height: 43vw;
	background-color: #DBDBEA;
	background-image: url('/milkTest/img/MyersRound_medium-outline.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20%;  /* Adjust this value to control logo size */
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	z-index:0;
}

.fade-in-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: fadeIn 3s ease-in forwards;
}

.fade-in-text {
  position: absolute;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size: 2em;
  color:white;
  z-index:5;
  margin:auto;
  text-align: center;
  top: 70%;
  opacity:0;
  animation: inOut 8s ease-in forwards;
  text-shadow: rgba(0,0,0,0.9) 3px 3px 5px;
}

.fade-in-downArrow {
	position: absolute;
	font-family:Georgia, "Times New Roman", Times, serif;
	z-index:10;
	text-align: center;	
	margin-top:80vh;
	cursor:pointer;
	opacity:0.5;
  	animation: inOut 3s infinite;
}

@keyframes fadeIn {
  0% {
	opacity: 0;
  }
  100% {
	opacity: 1;
  }
}
@keyframes inOut {
	0% {
		opacity: 0;
	}
	
	50% {
		opacity:1;
	}
	100% {
		opacity:0;
	}
}

body {
	padding:0;
	margin:0;
	background-color:#EFF3F5;
}

article {
	hyphens: auto;
	padding: 10px 20px;
	font-size: 1em;
}
h1 {
	font-size: 2em;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#article1 {
	padding: 30px 20px;	
}

.flexGallery {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 98vw;
}
.galleryBox {
	width: 1fr;
	padding: 10px;
	background-color:#FFF;
	border: solid 1px #442117;
	-webkit-box-shadow: 3px 3px 15px -3px #000000; 
	box-shadow: 3px 3px 15px -3px #000000;
	margin: 10px 5px; 
}
.galleryPlaceholder {
	width: 1fr;
	padding: 10px;
	background-color:transparent;
	border: solid 1px transparent;
	margin: 10px 5px; 
}
.galleryImage {
	
}
.galleryHeader {
	font-weight: bold;
	line-height: 1em;
}
.galleryDescription {
	font-size:0.8em;
}
.adminForm {
	margin:0;
	padding: 0 10px;
	
}

.ladyB {
    width: 196px;
    height: 240px;
    background: transparent;
    color: transparent;
    border-radius: 50%;
    text-align: center;
    float:left;
    /*shape-outside: ellipse();*/
}
.spanLadyB {
    padding-top: 16px;
    display: inline-block;
}

.myersBeef {
	width: 180px;
	height: 180px;	
    background: transparent;
    color: transparent;
    border-radius: 50%;
    text-align: center;
	float: right;
	margin:0.5em;
	/*shape-outside: circle();*/
}
.spanMyersBeef {
    padding-top: 16px;
    display: inline-block;
}

.scriptureFooter {
	display: flex;
  	clear:both;
	height: 70px;
    background-image: radial-gradient(white, transparent, transparent);
   	justify-content: center;
  	align-items: center;
	color: black;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 1em;
 	text-shadow: 2px 2px 0 #FFF, -2px 2px 0 #FFF, -2px -2px 0 #FFF, 2px -2px 0 #FFF;
}

.subhead {
	font-size: 1.3em;
	font-weight:500;
	font-variant:small-caps;
	color: #060;
}

.productGrid {  
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr 1fr;
	gap: 5px 5px;
	grid-auto-flow: row;
}

/* For * in required form fields */
.required {
	font-weight: bold;
	color: red;
}

