@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.calloutBox {
  background-color: #BC002D;
  color: #000;
  float: right;
  width: 350px;
}
.horizontal {
  background-color: #FFF;
  border-bottom: 5px solid #BC002D;
  border-left: none;
  border-right: none;
  border-top: 5px solid #BC002D;
  color: #000;
  margin: 0 5px;
  padding: 20px 20px;
}
.H1SubHead { font-family:  Verdana, Helvetica, Tahoma, Arial, Franklin Gothic, sans-serif; font-weight: bold; color: #000000; font-size: 14pt; text-decoration:none; /*this changes color of the unvisited header link*/}



.H2SubHead { font-family:  Verdana, Helvetica, Tahoma, Arial, Franklin Gothic, sans-serif; font-weight: bold; color: #000000; font-size: 12pt; text-decoration:none; /*this changes color of the unvisited header link*/}
.H2SubHead:visited { color: #000000; /*this changes color of visited  header link*/}
.H2SubHead:visited { color: #000000; /*this changes color of the most recently visited header link*/}
.H2SubHead:hover { text-decoration:underline; color:#000000; }

.AboutPlain { font-family: Verdana, Helvetica, Tahoma, Arial, Franklin Gothic, sans-serif; font-weight: plain; color: #000000; font-size: 9pt; text-decoration:none; }
.AboutPlain:link { font-family: Verdana, Helvetica, Tahoma, Arial, Franklin Gothic, sans-serif; font-weight: plain; color: #004276; font-size: 9pt; text-decoration:underline; }
.AboutPlain:visited { font-family: Verdana, Helvetica, Tahoma, Arial, Franklin Gothic, sans-serif; font-weight: bold; color: #004276; font-size: 9pt; text-decoration:none; }
.AboutPlain:hover { font-family: Verdana, Helvetica, Tahoma, Arial, Franklin Gothic, sans-serif; font-size: 9pt; text-decoration: underline}

.AboutBold { font-family: Verdana, Helvetica, Tahoma, Arial, Franklin Gothic, sans-serif; font-weight: bold; font-size: 8pt; }

.BodyPlain { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 10pt; color: #000;}
.BodyBold { font-family: Tahoma, Verdana, Arial, sans-serif; font-weight: bold; font-size: 10pt; }
.BodyItalic { font-family: Tahoma, Verdana, Arial, sans-serif; font-style: italic; font-size: 10pt; }
.BodyBoldItal { font-family: Tahoma, Verdana, Arial, sans-serif; font-style: italic; font-weight: bold; font-size: 10pt; }

.CaptionPlain { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 8pt; color: #000;}
.CaptionBold { font-family: Tahoma, Verdana, Arial, sans-serif; font-weight: bold; font-size: 8pt; }

.NavigationPlain { font-family: Verdana, Helvetica, Tahoma, Arial, Franklin Gothic, sans-serif; font-size: 8pt;  text-decoration:none;}
.NavigationPlain:link { font-family: Verdana, Helvetica, Tahoma, Arial, Franklin Gothic, sans-serif; font-size: 8pt; color: #000000; text-decoration: none;}
.NavigationPlain:visited { font-family: Verdana, Helvetica, Tahoma, Arial, Franklin Gothic, sans-serif; font-size: 8pt; color: #800040; text-decoration: none;}
.NavigationPlain:hover { font-family: Verdana, Helvetica, Tahoma, Arial, Franklin Gothic, sans-serif; font-size: 8pt; color: #0000ff; text-decoration: underline;}

.CallBoxPlain { font-family: Verdana, Tahoma, Helvetica, Arial, Franklin Gothic, sans-serif; font-size: 7pt;  text-decoration:none;}

.PullQuote {font-family: 'Bowlby One', cursive; font-size: 14pt;}

.FunnyQuote {font-family: 'Mountains of Christmas', cursive; font-size: 14pt;}
.InteractiveQuote {font-family: 'Life Savers', cursive; font-size: 14pt;}
.PlayfulQuote {font-family: 'Henny Penny', cursive; font-size: 14pt;}
.PersonalQuote {font-family: 'Oregano', cursive; font-size: 14pt;}
.WebQuote {font-family: 'Carter One', cursive; font-size: 14pt;}

.myButton {
	box-shadow:inset 1px 2px 0px 0px #a4e271;
	background:linear-gradient(to bottom, #9ca83a 5%, #929d37 100%);
	background-color:#9ca83a;
	border-radius:6px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 7px;
	text-decoration:none;
	text-shadow:0px 1px 0px #929d37;
}
.myButton:hover {
	background:linear-gradient(to bottom, #929d37 5%, #9ca83a 100%);
	background-color:#929d37;
}
.myButton:active {
	position:relative;
	top:1px;
}
.container {
    width: 1170px;
}
.clear {
    clear: both;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col-sm-3 {
    width: 25%;
}

.oval { 
   width: 860px;
   height: 560px;
   background: yellow; 
   -moz-border-radius: 50%; 
   -webkit-border-radius: 50%; 
   border-radius: 50%;
}
.flex-container {
  display: flex;
  background-color: ffffff;
}

.flex-container > div {
  background-color: #ffffff;
  margin: 5px;
  padding: 10px;
}


[class*="col-"] {
  float: left;
  padding: 15px;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

// home page boxes

.flex-container {
 display: flex;
   flex-wrap: wrap;
}
  background-color: DodgerBlue;
  width="100%";
}

.flex-container > div {
  background-color: #f1f1f1;
  width: 50px;
  margin: 10px;
  text-align: center;
  line-height: 75px;
  font-size: 30px;
}
.w3-content {
  max-width: 250px;
  margin-left: auto;
}


/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
