.body {  font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #000000; text-decoration: none}
.fine {  font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #000000; text-decoration: none}
a.fine {  font-size: 10px; color: #0066CC; text-decoration: none}
a.fine:hover {  color: #0099FF; text-decoration: underline}
a.body {  font-weight: bold; color: #00CC00; text-decoration: none}
a.body:hover {  text-decoration: underline}
#galleryNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D25400;
	text-decoration: none;
	background-color: #FFD0B0;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
	border: 1px solid #FF6600;
	letter-spacing: 1px;


}
#galleryNav a {
	color: #D25400;

}
#galleryNav a:link {
	text-decoration: none;

}
#galleryNav a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FF6600;
	width: 100%;


}
#galleryNav a:visited {
	text-decoration: none;

}

.newBox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 115%;
	color: #000000;
	background-color:#FDE173;
	display: block;
	width: 575px;
	padding: 10px 20px 10px 20px;
	border: 1px solid #000;
	margin-left: 45px;
}

.newBoxBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	background-color: #009;
	color: #FFFFFF;
	font-weight: bold;
	width: 575px;
	padding: 5px 0 5px 0;
	display: block;
	text-indent: 10px;
}

.numbers {
    border-style: ridge;    /* options are none, dotted, dashed, solid, double, groove, ridge, inset, outset */
    border-width: 2px;
    border-color: #666666;  /* change the border color using the hexadecimal color codes for HTML */
    background: #222222;    /* change the background color using the hexadecimal color codes for HTML */
    padding: 2px 0px;
    width: 55px;
    text-align: center;
    font-family: Arial;
    font-size: 28px;
    font-weight: bold;    /* options are normal, bold, bolder, lighter */
    font-style: normal;   /* options are normal or italic */
    color: #FFFFFF;       /* change color using the hexadecimal color codes for HTML */
}
.title {    /* the styles below will affect the title under the numbers, i.e., “Days”, “Hours”, etc. */
    border: none;   
    padding: 0px;
    width: 55px;
    text-align: center;
    font-family: Arial;
    font-size: 18px;
    font-weight: normal;  /* options are normal, bold, bolder, lighter */
    color: #5E585A;       /* change color using the hexadecimal color codes for HTML */
    background: transparent;    /* change the background color using the hexadecimal color codes for HTML */
}
#tableCounter {
    width: 400px;
    border: none;    /* options are none, dotted, dashed, solid, double, groove, ridge, inset, outset */
    margin: 0px auto;
    position: relative;    /* leave as "relative" to keep timer centered on your page, or change to "absolute" then change the values of the "top" and "left" properties to position the timer */
    top: 0px;        /* change to position the timer */
    left: 0px;        /* change to position the timer; delete this property and it's value to keep timer centered on page */
}

.centerFun
{
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	color: #F60;
	text-align: center;
	font-style:normal;
	margin-bottom: -5px;
}

.lilheadlines
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #FF6600;
	
}


.swimHeadlines
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #33CC00;
	
}

.swimHeadlinesBlue
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color:#0000CC;
	
}

#headerBar
{
	background-image: url(images/hedbg.gif);
	background-repeat: repeat-x;
	height: 80px;		
}

.menuHeaderBarStyle
{
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 20px;
	color: #000000;
	text-align: right;
	margin-left: 20px;	
}

#headerBar a
{
	color: #000000;
		
}


#headerBar a:link {
    color: #000000;
}


#headerBar a:visited {
    color:#3F0303;
}

#headerBar a:hover
{
	text-decoration: none;
	color: #FFFFFF;
}

#LIT
{
	float:right;	
	margin-right:60px;
}

.blurb
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align:left;
	color: #000000;	
	width: 700px;
}

.largeHeadline
{
	font-family: Arial "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	color: #B13725;
	font-weight: bold;	
}

.greenHeadings
{
	margin-top:5px;
	margin-bottom:0px;
	font-family: 'Chicle', cursive;
	/* font-family: 'Irish Grover', cursive; */
	font-size: 56px;
	color:#33cc00;
	 /* WebKit (Safari/Chrome) Only */
  -webkit-text-stroke: 1px black;
  
  /* If we weren't using text-shadow, we'd set a fallback color
     and use this to set color instead
    -webkit-text-fill-color: white; */
 
  
  text-shadow:
    3px 3px 0 #000,
    /* Simulated effect for Firefox and Opera
       and nice enhancement for WebKit */
   -1px -1px 0 #000,  
    1px -1px 0 #000,
   -1px  1px 0 #000,
    1px  1px 0 #000;
}


/* IMAGE GALLERY COVERS */
 * {
    box-sizing: border-box;
	}
	
 .row {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.column img
	{
    margin-top: 8px;
    vertical-align: middle;
	}
	
.column2 {
    -ms-flex: 50%; /* IE10 */
    flex: 50%;
    max-width: 50%;
    padding: 0 4px;
}

.column2 img
	{
    margin-top: 8px;
    vertical-align: middle;
	}

.column3 {
    -ms-flex: 20%; /* IE10 */
    flex: 20%;
    max-width: 20%;
    padding: 0 4px;
}

.column3 img
	{
    margin-top: 8px;
    vertical-align: middle;
	}
	
	
/* Caption text */
.text {
  color:#FFFFFF;
  font-size: 2.5em;
  position: relative;
  line-height: 90%;
  bottom: 3.5%;
  width: 100%;
  left: 2%;
  font-family: 'Chicle', cursive;
  text-shadow: -1px 1px 2px #000,
				  1px 1px 2px #000,
				  1px -1px 0 #000,
				  -1px -1px 0 #000;
}

.text a
{
	text-decoration: none;	
}
	
/* MODAL BOX */
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
  
}

/* The Close Button */
.close {
  color: #FFF;
  float: right;
  font-size: 1.5em;
  font-weight: bold;
  font-family:Arial, Helvetica, sans-serif;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.readMore
{
	border-radius:2px;
	border: 1px solid #000;
	padding: 2px 10px;
	margin-top:-10px;
}

.readMore:hover
{
	background-color:#693;
	border-radius:2px;
	border: 1px solid #000;
	padding: 2px 10px;
}

 /* Modal Header */
.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-header h2
{
	font-family:Arial, Helvetica, sans-serif;	
}

/* Modal Body */
.modal-body
{
	padding: 2px 16px;
	height: 500px;
	font-size: 1.2em;
	color:#000;
	text-align:left;
	font-size: 18px;
	font-weight:normal;
	overflow:scroll;
}

/* Modal Footer */
.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@keyframes animatetop {
  from {top: -300px; opacity: 0}
  to {top: 0; opacity: 1}
} 	
	
	
	
	
@media screen and (max-width: 950px) {
  .column
   {
  	  -ms-flex: 50%;
	  flex: 50%;
	  max-width: 50%;
  }
  
  .column2 {
    -ms-flex: 100%; /* IE10 */
    flex: 100%;
    max-width: 100%;
}
}

@media screen and (max-width : 550px) { /* FOR VERY SMALL SCREENS */
.column {
    -ms-flex: 100%; /* IE10 */
    flex: 100%;
    max-width: 100%;
    padding: 0 4px;
}
}