
        /* Reset some default styles for better consistency */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

	p {margin-bottom: 20px;}
	h2,h3 {margin-bottom: 30px;}
	h1 {
		font-weight: normal; 
		font-size: 200%; 
		color: #8b0100; 
		text-align: center;
		margin: 40px auto 40px auto;
		}
		
	h1.banner-text {
		font-weight: normal; 
		font-size: 400%; 
		color: #a27708; 
		text-align: center;
		margin: 0px auto 0px 25%;
		padding: 60px 0 0 0;
		
		}

        /* Global styles */
        
             
        
        body {
      
            font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
            background-color: #f7eed5;
        
        }

    .pagewrap { 
    	max-width: 1200px;
    	border-right: 1px solid #5f4729;
    	border-left: 1px solid #5f4729;
    	margin: 0 auto;
    }    
        
  /* Other Fonts and colors */
        
        .brown {color: #7a5c35;}
       .green {color: #006600;}
       .bold {font-weight: bold;}
		.blurb160 {font-size: 160%; text-align: center;}
		.blurb120 {font-size:120%;}
		.topblurb {margin: 0px 0 35px 0px;}
		
		.acme {
  font-family: "Acme", sans-serif;
  font-weight: 400;
  font-style: normal;
}

}

.clearboth {clear: both;}


/* Links */

a:link {color: #8b0100;}
a:visited {color: #555555;}
a:hover {color: #000000; }
a:active {color: #dd0000;} 

details a {color: #006000!important;} /* color the links in the item card accordians */


/* Fancy Links */
 
a.fancy {
	color: #8b0100;
  position: relative;
  text-decoration: underline 2px dotted #8b0100;
}

a.fancy::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #18272F;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

a.fancy:hover::before {
  transform-origin: left;
  transform: scaleX(1);
} 
 
 
a.fancy:visited {color: #555555; text-decoration: underline dotted  2px #555555;} 
a.fancy:active {color: #dd0000;} 


/* ****** Details accordian *******/

details {
  padding: 10px;
  background-color: #f7eed5;
  border-radius: 5px;
}




summary {
  padding: 10px;
  padding-left: 20px;
  background-color: #cccccc;
  cursor: pointer;
  list-style: none;
  color: #006000;
}

summary::-webkit-details-marker {
  display: none;
}


summary {
  display: flex;
}

summary::before {
  content: '';
  width: 35px;
  height: 35px;
  background: url(images/chevs35.png);
  background-position: top left;
  background-repeat: no-repeat;
  margin-right: 10px;
  transition: 0.4s;
}

details[open] > summary::before {
  transform: rotate(180deg);
}


     
/* ****** Section styles  ******* */


 

/****** Header ******/

        .header {
        	position: relative;
            height: 200px;
            margin-bottom: 0;
            background-color: #f2efe7;
            border-bottom: 2px solid #5f4729;
        }
        
#logo {
		position: absolute;
		top:20px; left: 3%;
		width: 30%;
		}
		
		
.logoimg { width: 100%;} /* width of containing div is set above -  now fill it.*/




 /* Navigation styles */
        nav {
        	
            background-color: #006000;
            padding: 0px;
            padding-top: 0px;
            display: flex;
            justify-content: center;
        }


        #flexnav {   /*nav is a flexbox in order to position the ul*/
  display: flex;
  justify-content: right;
  
}

  #flexnav ul { /*ul is a flexbox, line items are its children*/
    display: flex;
    flex-flow: row wrap;
	list-style: none;
	margin: 0 15% 0 0;
	padding: 0px;
}

/* li nav effects*/

 #flexnav ul li {
	
	flex: 0 1 auto;

	background-image: linear-gradient(to bottom, transparent 50%, #f8e9c2 50% 96%,  #5f4729 96%);
	
	background-size: 100% 200%;
	background-position: top center; /* transparent half of background showing*/
	display: block;
	text-align: center;
	text-decoration: none;
	transition: all .20s ease-in-out; 

	}

#flexnav ul li:hover {
	
	background-position: bottom center; /* non-transparent half of background showing*/
	}
	


/* highlight current page menu item*/
li.current
 {
	background-position: bottom center!important; /* non-transparent half of background showing*/
	
}

/* color current page menu item*/
li.current a { color: black!important;}


/*li a nav effects*/


#flexnav ul li a {
	color: #FFFFFF;
	font-size: 120%;
	text-decoration: none;
	display: block;
	padding: 1em 1.5em;	
	
}


/*the hover,  and lines*/
	
	

#flexnav ul li a:hover {
	color: black;
	
	}	

ul.jumpnav {
	text-align: center;
	margin-bottom: 30px;

	}

ul.jumpnav li {
	display: inline-block;
	margin-right: 30px;
	}



/* Main content container */


            .container {
            
            margin: 0px auto 0px auto;
            background-color: #f6f6f6;
  			border-top: 1px solid #b0b0b0;
        }
        
        
		
        
        /* Content area styles */
        
        .content {
            font-size: 120%;
            line-height: 1.4;
            padding: 0px 15% 0px 15%; 
            background-color:#f7eed5;
            color: #483217;
        }
        
        .float-right {
        display: block;
        width: 30%;
        float: right;
        margin: 30px 0 30px 30px;
        }
        
        
        .float-left {
        display: block;
        width: 30%;
        float: left;
        margin: 30px 30px 30px 0px;
        }
        
     .centered45 {
        display: block;
        width: 45%;
        margin: 30px auto 30px auto;
        }
     
     
      /*flex container-cards */     
 
   
     /* set up a row of divs in a flex container*/
     
    .flexrow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

   /* style the divs */
   
	.flexcolumn {
	flex: 1 1 35%;
	
  	padding: 20px 10px 0 10px;
  	margin: 20px;
  	border: 1px solid #888888;
  	background-color: #e9e9e9;
  	border-radius: 20px;
}

   /*make those column divs also contain flex containers, with vertically stacked children*/

  .flexcolumninside {
  
  display: flex;
  flex-direction: column;
  align-items:center;
  padding: 10px 30px 30px 30px;
  font-size: 100%;
  color: #8b0100;
  }
  
   .flexcolumninside a:link {
   padding:5px 0;
   }
   
   
.flexcolumninside a:visited {
 color:black;
 background-color: none;
 }
 
 .flexcolumninside a:hover {
 color:red;
 background-color: #aaaaaa;
 }



.top20 {margin-top: 20px;}


  /* make the divs stack on small screens*/

@media screen and (max-width: 800px) {
  .flexcolumn {
    flex: 1 0 100%;
   font-size: 110%;
  }
} 
     
     
     
     
     
     
        
        

    
  
     
   
        /* Footer styles */
        
        
         .footnote {
        margin-top: 50px;
      	font-size: 80%;
      	font-style: italic;
      	background-color:#f7eed5;
      	}
      
        
        .footer1 {margin-bottom: -6px;}
        
        footer {
            height: auto;
            background-color: #006000; 
             
            color: #fff;
            text-align: right;
            padding: 30px 100px 20px 70px;
            
        }

		
   /* *******responsive styles******* */
   
   
   @media only screen and (max-width: 840px) {

   h1.banner-text {display: none;} /* the logo shows the name */
   
   
   #logo {
		position: relative;
		width: 50%;
		top:20px; left: 25%;
		}                     /* enlarge and center the logo*/
   
   
   .header { 
		height: auto; 
   		padding-bottom: 30px;
   		} /*make the header tall enough to contain the logo */
   		
   		 #flexnav { justify-content: center;} /* instead of right- the menu does not need to leave room for the logo anymore */
   		 
   		 #flexnav ul {
	margin: 0 auto 0 auto;
	padding: 0px;
}
   
   }
   
   
   
    @media only screen and (max-width: 575px) {
   
    nav { border-top: 2px solid black;} /* separate the nav from the header*/
  
   #flexnav ul {
	margin: 0 auto 0 auto;
	padding: 0px;
}
   
   #flexnav ul li { 
   	width: 100%;
   	font-size: 130%;
   	border-top: 2px solid #dddddd;
   }                                  /* menu items go to full width and get dividers */
   
   

    footer { 
    text-align: center;
    font-size: 130%;
    
    }
    
    .float-left, .float-right {
        display: block;
        width: 70%;
        float: none;
        margin: 30px auto 30px auto;
        }
    
    
    
    }
    
    
    

   
