/* body{background-color: #39ff14;} */
body{background-color: #56a0d3;}

table.banner{border-radius: 10px;border-spacing: 0;background:#ddecf6}
td.bannerh1{border-radius: 10px;font-size:32.0pt;font-family:Copperplate Gothic Light;color:black;language:EN;background:#ddecf6;font-variant:small-caps;font-weight:bold}
td.bannerh2{border-radius: 10px;font-size:24.0pt;font-family:Brush Script MT,cursive;color:black;language:EN;background:#ddecf6}
td.bannerh3{border-radius: 10px;font-size:16.0pt;font-family:Copperplate Gothic Light;color:black;language:EN;background:#ddecf6;font-variant:small-caps;font-weight:bold}

table.tnav{border-radius: 10px;border-spacing: 0;background:#C4A484}
td.menuon{border-radius: 10px;font-size:14.0pt;font-family:Copperplate Gothic Light;color:white;language:EN;font-variant:small-caps;background:#5C4033}
td.menuoff{border-radius: 10px;font-size:14.0pt;font-family:Copperplate Gothic Light;color:black;language:EN;font-variant:small-caps;background:#C4A484}
a.topnav:link{font-size:12.0pt;font-family:Copperplate Gothic Light;color:black;language:EN;background:#C4A484;font-variant:small-caps;text-decoration:underline}
a.topnav:visited{font-size:12.0pt;font-family:Copperplate Gothic Light;color:black;language:EN;background:#C4A484;font-variant:small-caps;text-decoration:none}
a.topnav:hover{font-size:14.0pt;font-family:Copperplate Gothic Light;color:black;language:EN;background:#C4A484;font-variant:small-caps;text-decoration:none;font-weight:bold}

a.schedule:link{font-size:12.0pt;font-family:Copperplate Gothic Light;color:black;language:EN;background:#FF0000;font-variant:small-caps;text-decoration:underline}
a.schedule:visited{font-size:12.0pt;font-family:Copperplate Gothic Light;color:black;language:EN;background:#FF0000;font-variant:small-caps;text-decoration:none}
a.schedule:hover{font-size:14.0pt;font-family:Copperplate Gothic Light;color:black;language:EN;background:#FF0000;font-variant:small-caps;text-decoration:none;font-weight:bold}


table.footer{border-radius: 10px;border-spacing: 0;background:white}
td.footer{font-size:10.0pt;font-family:Copperplate Gothic Light;color:black;language:EN;font-variant:small-caps;background:white}
a.footer:link{font-size:10.0pt;font-family:Copperplate Gothic Light;color:black;language:EN;font-variant:small-caps;background:#white}
a.footer:visited{font-size:10.0pt;font-family:Copperplate Gothic Light;color:black;language:EN;font-variant:small-caps;background:#white}
a.footer:hover{font-size:12.0pt;font-family:Copperplate Gothic Light;color:#5C4033;language:EN;font-variant:small-caps;background:#white;font-weight:bold}

.red48ptbold{font-size:48.0pt;font-family:Copperplate Gothic Light;color:red;language:EN;font-variant:small-caps;font-weight:bold}
.red24ptbold{font-size:24.0pt;font-family:Copperplate Gothic Light;color:red;language:EN;font-variant:small-caps;font-weight:bold}
.red14ptbold{font-size:14.0pt;font-family:Copperplate Gothic Light;color:red;language:EN;font-variant:small-caps;font-weight:bold}
.red12ptbold{font-size:12.0pt;font-family:Copperplate Gothic Light;color:red;language:EN;font-variant:small-caps;font-weight:bold}

.black24ptbold{font-size:24.0pt;font-family:Copperplate Gothic Light;color:black;language:EN;font-variant:small-caps;font-weight:bold}
.black14ptbold{font-size:14.0pt;font-family:Copperplate Gothic Light;color:black;language:EN;font-variant:small-caps;font-weight:bold}
.black12pt{font-size:12.0pt;font-family:Copperplate Gothic Light;color:black;font-variant:small-caps;language:EN}




/* (A) GALLERY CONTAINER */
/* (A1) ON BIG SCREENS */
.gallery {
  display: grid;
  grid-template-columns: repeat(4, auto); /* 4 IMAGES PER ROW */
  grid-gap: 5px;
  max-width: 800px;
  margin: 5 auto; /* HORIZONTAL CENTER */
}
/* (A2) ON SMALL SCREENS */
@media screen and (max-width: 640px) {
  .gallery {
    grid-template-columns: repeat(2, auto); /* 2 IMAGES PER ROW */
  }
}

/* (B) THUMBNAILS */
.gallery img {
  width: 200px;
  height: 100%;
  cursor: pointer;
  /* FILL, CONTAIN, COVER, SCALE-DOWN : USE WHICHEVER YOU LIKE */
  object-fit: cover;
}
.gallery img:fullscreen { object-fit: scale-down; }




/*EXAMPLES FOLLOW
td.bannerh1{font-size:38.0pt;font-family:Georgia;color:white;language:EN;background:#ff6600}
td.bannerh2{font-size:20.0pt;font-family:Georgia;color:white;language:EN;background:#004080}
td.bannerh3{font-size:16.0pt;font-family:Georgia;color:white;language:EN;background:#004080}
td.menuon{font-size:12.0pt;font-family:Georgia;color:white;language:EN;background:#0000ff}
td.menuoff{font-size:12.0pt;font-family:Georgia;color:black;language:EN;background:#ffffff}
a.topnav:link{font-size:12.0pt;font-family:Georgia;color:blue;language:EN;background:#ffffff;text-decoration:none}
a.topnav:visited{font-size:12.0pt;font-family:Georgia;color:blue;language:EN;background:#ffffff;text-decoration:none}
a.topnav:hover{font-size:12.0pt;font-family:Georgia;color:blue;language:EN;background:#ffffff;text-decoration:none;font-weight:bold}
a.noline:link{font-size:10.0pt;font-family:Georgia;color:black;language:EN;background:#ffffff;text-decoration:none}
a.noline:visited{font-size:10.0pt;font-family:Georgia;color:black;language:EN;background:#ffffff;text-decoration:none}
a.noline:hover{font-size:10.0pt;font-family:Georgia;color:blue;language:EN;background:#ffffff;text-decoration:none;font-weight:bold}
a.lnav:link{font-size:14.0pt;font-family:Georgia;color:green;language:EN;font-weight:bold}
a.lnav:visited{font-size:14.0pt;font-family:Georgia;color:green;language:EN;background:#ffffff;font-weight:bold}
a.lnav:hover{font-size:14.0pt;font-family:Georgia;color:green;language:EN;background:#ffffff;font-weight:bold}
a.lnavb:link{font-size:14.0pt;font-family:Georgia;color:blue;language:EN;font-weight:bold}
a.lnavb:visited{font-size:14.0pt;font-family:Georgia;color:blue;language:EN;background:#ffffff;font-weight:bold}
a.lnavb:hover{font-size:14.0pt;font-family:Georgia;color:blue;language:EN;background:#ffffff;font-weight:bold}
a.desc:link{font-size:16.0pt;font-family:Georgia;color:red;language:EN;font-weight:bold}
a.desc:visited{font-size:16.0pt;font-family:Georgia;color:red;language:EN;background:#ffffff;font-weight:bold}
a.desc:hover{font-size:16.0pt;font-family:Georgia;color:red;language:EN;background:#ffffff;font-weight:bold}
a.lnavhead:link{font-size:20.0pt;font-family:Georgia;color:green;language:EN;font-weight:bold}
a.lnavhead:visited{font-size:20.0pt;font-family:Georgia;color:green;language:EN;background:#ffffff;font-weight:bold}
a.lnavhead:hover{font-size:20.0pt;font-family:Georgia;color:green;language:EN;background:#ffffff;font-weight:bold}
a.lnavheadb:link{font-size:20.0pt;font-family:Georgia;color:blue;language:EN;font-weight:bold}
a.lnavheadb:visited{font-size:20.0pt;font-family:Georgia;color:blue;language:EN;background:#ffffff;font-weight:bold}
a.lnavheadb:hover{font-size:20.0pt;font-family:Georgia;color:blue;language:EN;background:#ffffff;font-weight:bold}
td.footer{font-size:10.0pt;font-family:Georgia;color:black;language:EN;background:#ffffff}
hr{background-color:#000000;border-width:0;color:#DDDDDD;height:2px;line-height:0;text-align:left}
.black12pt{font-size:12.0pt;font-family:Georgia;color:black;language:EN}
.black12ptbold{font-size:12.0pt;font-family:Georgia;color:black;language:EN;font-weight:bold}
.black14pt{font-size:14.0pt;font-family:Georgia;color:black;language:EN}
.black14ptbold{font-size:14.0pt;font-family:Georgia;color:black;language:EN;font-weight:bold}
.black16pt{font-size:16.0pt;font-family:Georgia;color:black;language:EN}
.black20pt{font-size:20.0pt;font-family:Georgia;color:black;language:EN}
.black20ptbold{font-size:20.0pt;font-family:Georgia;color:black;language:EN;font-weight:bold}
.blue14ptbold{font-size:14.0pt;font-family:Georgia;color:blue;language:EN;font-weight:bold}
.blue16ptboldline{font-size:16.0pt;font-family:Georgia;color:blue;language:EN;font-weight:bold;text-decoration:underline}
.blue20pt{font-size:20.0pt;font-family:Georgia;color:blue;language:EN}
.blue20ptbold{font-size:20.0pt;font-family:Georgia;color:blue;language:EN;font-weight:bold}
.blue24ptbold{font-size:24.0pt;font-family:Georgia;color:blue;language:EN;font-weight:bold}
.green12ptbold{font-size:12.0pt;font-family:Georgia;color:green;language:EN;font-weight:bold}
.green14ptbold{font-size:14.0pt;font-family:Georgia;color:green;language:EN;font-weight:bold}
.green20pt{font-size:20.0pt;font-family:Georgia;color:green;language:EN}
.green20ptbold{font-size:20.0pt;font-family:Georgia;color:green;language:EN;font-weight:bold}
.green24ptbold{font-size:24.0pt;font-family:Georgia;color:green;language:EN;font-weight:bold}
.red12pt{font-size:12.0pt;font-family:Georgia;color:red;language:EN}
.red12ptbold{font-size:12.0pt;font-family:Georgia;color:red;language:EN;font-weight:bold}
.red12ptstrike{font-size:12.0pt;font-family:Georgia;color:red;language:EN;text-decoration:line-through}
.red14ptbold{font-size:14.0pt;font-family:Georgia;color:red;language:EN;font-weight:bold}
.red16ptbold{font-size:16.0pt;font-family:Georgia;color:red;language:EN;font-weight:bold}
.red16ptboldline{font-size:16.0pt;font-family:Georgia;color:red;language:EN;font-weight:bold;text-decoration:underline}
.red20pt{font-size:20.0pt;font-family:Georgia;color:red;language:EN}
.red20ptboldline{font-size:20.0pt;font-family:Georgia;color:red;language:EN;font-weight:bold;text-decoration:underline}
.red24pt{font-size:24.0pt;font-family:Georgia;color:red;language:EN}
.red24ptbold{font-size:24.0pt;font-family:Georgia;color:red;language:EN;font-weight:bold}
.red36pt{font-size:36.0pt;font-family:Georgia;color:red;language:EN}
.red36ptbold{font-size:36.0pt;font-family:Georgia;color:red;language:EN;font-weight:bold}


{box-sizing:border-box}
body {font-family: Verdana,sans-serif;}
.mySlides {display:none}

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: 13px;
  width: 13px;
  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 {
  -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) {
  .text {font-size: 11px}
}
*/
