/* HOME PAGE FROM HERE ON IN 
#mainHero{
	margin-bottom:29px;
	max-width: 529px;
	max-height: 664px;
	overflow:hidden;
	}*/


a:link {
	color:black;
	text-decoration: underline;
 }
 /* visited link */
 
 a:visited {
	color: black;
	text-decoration: none;
 }
@media (max-width: 992px) and (min-resolution:190dpi) and (orientation:portrait),
	   (max-width:600px) {
	  :root {
	
	--article-font-size:22px;}

}
/*  Over-ride the top padding for the header and snav because
    the President's message pushed them down
*/
/*
header{
	padding-top:10px;
}
#snav{
	padding-top:0px;
}
*/

img {
	max-width: 100%
	;
}


#mainHero {
	max-width:100%;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	text-align:center;
}
#mainHero img{
	max-width:27%;
	padding-right:60px;
	margin-left:auto;
	margin-right: auto;
}
#herocaption {
	text-align:center;
	padding-bottom: 25px;
	margin-right:65px;

}

.ul_index	{
	list-style-type: circle;
	list-style-position:inside;
	padding-left:40px;
	color: #77787b;
}


.rowf {
  display: flex;
  flex-wrap: wrap;
  padding: 0 6px;
  margin-bottom: 80px;
  
}

/* Create  equal columns that sits next to each other */
.columnf {
  flex: 33%;
  max-width: 100%;
  padding: 0 4px;
}

.columnf img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

.figrow {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create three equal columns that sits next to each other */
.figcolumn {
  flex: 33%;
  max-width: 33%;
  padding: 0 4px;
}

.figcolumn img {
	margin-top: 8px;
	vertical-align: middle;
	width: 100%;
	/* image-orientation: ; */
}


/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 3;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 80%;
  max-width: 900px;
}
.caption-container {
	text-align:center;
}

.mySlides {
	
	background-color:black;
}


/* Add Animation - Zoom in the Modal */
#bigpic1, #bigpic2, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}


/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}


/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.zoom_1 {
	animation-name: zoom;
	animation-duration: 0.6s;
   }
   
   .zoom_2 {
	animation-name: zoom_left;
	animation-duration: 0.6s;
   }
   
   @keyframes zoom_left {
	from {transform:scaleX(0)}
	to {transform:scaleX(2)}
   }
   
   .fadein {
	animation-name: fadekey;
	animation-duration: 3s;
	animation-fill-mode: forwards
   }
   
   @keyframes fadekey {
	  0% { opacity: 0;}
	  100% { opacity: 1;}
   }
   /* Add Animation - Zoom in the Modal */
   #bigpic1, #bigpic2, #caption {
	animation-name: zoom;
	animation-duration: 0.6s;
   }
   
   @keyframes zoom {
	from {transform:scale(0)}
	to {transform:scale(1)}
   }
   

.article_sectionrow {
	display: flex;
	flex-wrap: wrap;
	padding: 0 4px;
   }
   
   /* Create 2 columns that sits next to each other */
   .article_column {
	flex: 65%;
	max-width: 65%;
	padding: 0 4px;
   }
   .section_column {
	   flex:35%;
	   max-width: 35%;
	   padding:0 4px;
   }
   
   

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .columnf {
    flex: 50%;
    max-width: 50%;
  }
  #mainHero img{
	max-width:  100%;
	padding-right:0px;
}

}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .columnf {
    flex: 100%;
    max-width: 100%;
  }
  #mainHero img{
	max-width:  100%;
	padding-right:0px;
}

}


article{
	width:100%;
	float: left;
	padding-bottom: 15px;
	margin-bottom: 20px;
	background-image:url(../images/articleDivide.png);
	background-position: center bottom;
	background-repeat: no-repeat; 
}

#artwrapper {
	width: 341px;
	float:left;
	}
h1 {
	/* color: #74491f; */
	font-style:normal;
	font-weight:bold;
	font-size:27px;
	margin: 0;
	text-align:center;
}

p	{
	
	align-items: center;
	/* display: inline-flex; */
}
section {
	/* color: #74491f; */
	float:right;
	clear: right;
	width:100%;
	margin-top:-5px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	padding-bottom: 5px;
	margin-bottom: 10px;
	background-image:url(../images/sectionDivide.png);
	background-position: bottom center;
	background-repeat: no-repeat; 
	word-break:normal;
	}
	
/*  h2 {
	 font-size: 14px;
	 margin-bottom: -2px;
	 }
section p {
	font-size:14px;
	line-height:18px;
	}
 */	