@charset "utf-8";

.container{width:95%;max-width:1600px;margin:auto;clear:none;float:none;margin-bottom:1%;border-left:none;border-right:thin solid #B7ADAD;border-bottom:thin solid #B7ADAD;box-shadow:10px 10px 10px #686868;background-color:#FFFFFF;font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";font-size: 18px}
@media only screen and (max-width:850px){.container{width:98%;border:none;box-shadow:none;font-size: 16px}}
.mainbody {
	padding:0px 5px 0px 5px}


/*note that the 'hover' MUST come after the 'link' and 'visited' to be effective*/
.navbar
	a:link {
	font-family:Arial, Helvetica, san-serif;
	font-size:20px;color:darkolivegreen;
	text-decoration:none}
.navbar a:visited {
		color:darkolivegreen}
.navbar a:hover {
		color:red;}

@media only screen and (max-width:650px){.navbar a:link{font-size: 16px}}
@media only screen and (max-width:650px){.navbar a:visited{font-size: 16px}}
@media only screen and (max-width:650px){.navbar a:hover{font-size: 16px}}




.flex-container {
	display: flex;
	flex-flow: row wrap;
	justify-content:left;
}
	.flex-container > div {
  	width: 46%;
   	padding: 10px;
	font-size: 18px;
 	text-align: left}
@media only screen and (max-width:850px){.flex-container > div {width:100%;font-size: 16px}}


/* TEXT STYLES */
.header
	{width:98%;display: block;
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		font-size:2em;color:darkolivegreen;
		text-align:left}
@media only screen and (max-width:650px){.header{font-size:1.5em;color:darkolivegreen;padding: 5px 5px 5px 5px}}

h1{display: inline;font-size:1.2em;color:maroon}
@media only screen and (max-width:650px){h1{font-size:1em}}

.style1
{color:darkred;}

.style2
{display: block;font-size: 16px;color: darkblue}
@media only screen and (max-width:350px){.style2{display: none}}

/*WRAPS THE TEXT AROUND A CIRCULAR IMAGE*/
.circle-left
{float:left;shape-outside: circle(50%);border-radius: 50%; shape-margin: 5px}
.circle-right
{float:right;shape-outside: circle(50%);border-radius: 50%; shape-margin: 5px}



h2 {display: inline;font-size:1.3em;font-weight: bold; color:darkolivegreen}
@media only screen and (max-width:650px){h2{font-size:1em}}
.heading {display: inline;font-size:1.3em;font-weight: bold; color:darkolivegreen}
@media only screen and (max-width:650px){.heading{font-size:1em}}
.subheading {display: inline;font-size:1.1em;font-weight: bold; color:darkolivegreen}
@media only screen and (max-width:650px){.subheading{font-size:0.9em}}

/*IMAGE ATTRIBUTES*/
.imgl
{float:left;margin-right:10px}
.imgr
{float:right;margin-left:10px;clear:none}

/*FOR ON-PAGE LINKS*/
.textlink {font-size:1em;font-weight: bold}
.textlink
	a:link {
	color:darkblue;
	text-decoration:none}
.textlink a:visited {
		color:darkblue}
.textlink a:hover {
	color:darkblue;text-decoration: underline}


.clearfix:before, .clearfix:after {content: "020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }

.copyright
{float: right;margin-right:20px;font-size: 12px}
@media only screen and (max-width:650px){.copyright{display:none}}

.mobilehide{}
@media only screen and (max-width:650px){.mobilehide{display:none}}

/*THIS NEXT SECTION IS FOR THE SLIDESHOW*/
* {box-sizing: border-box}
body {font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";font-size: 1em}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {width: 98%;
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color:red;
  font-weight:100;
  font-size: 50px;
  transition: 0.3s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
@media only screen and (max-width:650px){.prev,.next{font-size:25px}}
/* 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);
}

/* Caption text */
.text {
  color:black;
  font-size: 1em;
  padding: 8px 12px;
 /*position:absolute;
  bottom:auto;*/
  width: 100%;
  text-align:center;
}

/* Number text (1/3 etc) */
.numbertext {
  color:whitesmoke;
  font-size: 16px;
  padding: 8px 12px;
  position: absolute;
  top: 30px;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
		
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition:background-color 0.3s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

/*END OF SLIDESHOW SECTION*/
