html * {font-family:Roboto,Arial;transition:all 0.5s}
html { scroll-behavior: smooth;}
body {
	background-color:#FFFFFF;
	background-image:url("images/back.png");
	background-size:cover;background-attachment:fixed;
	animation: fadeInAnimation ease 2s; 
	animation-iteration-count: 1; 
	animation-fill-mode: forwards;
}

@keyframes fadeInAnimation { 
	0% { opacity: 0; } 
	100% { opacity: 1; } 
} 
@keyframes slideit {
  50% {background-position: bottom;}
}

@keyframes zoom { 50% {  background-size:120%;background-position:center center }}
@keyframes pan { 50% {  background-position:bottom center }}
@keyframes colorize { 50% { filter: grayscale(100%);}}

@keyframes colorizetext {
  0% { color: #FFFFFF; }
  50% { color: #EEC518;  }
  100% { color: #FFFFFF; }
}

h1,h2,h3,h4,h5 {font-family:'Merriweather';color:#505050;text-shadow:1px 1px #FFFFFF}
a {text-decoration:none}


header {background-image:url('images/header-back.jpg');background-size:cover;border-bottom:2px solid #0064C8;animation:slideit 20s infinite}
.header-logo {max-width:75px;min-width:60px}
.header-title {color:#197397;display:block;font-size:28pt;font-family:'Roboto Condensed';font-weight:bold;white-space:nowrap;text-shadow: 0 0 3px #FFFFFF, 0 0 5px #FFFFFF;  }
.header-tagline {display:block;text-align:center;font-size:10pt;color:#D24C88;letter-spacing:.5px;font-family:Merriweather;font-weight:bold}
.header-text {color:#5C5C5C;display:inline-block;padding:5px;font-size:10pt;font-weight:bold}

.script {font-family:Charm}
.topbar {padding:5px}
.topicon {display:inline-block;color:#FFFFFF;text-decoration:none;margin-left:3px;font-size:14pt;padding:5px;}
.topicon span {font-size:20pt}
.text-small {font-size:10pt}


.navbar {background:#1E97C2;padding:5px;border-bottom:1px solid #F0AB22;}
.navbar-brand {width:225px;font-size:12pt;font-family:'Roboto Condensed';font-weight:bold;color:#FFFFFF;letter-spacing:1px;}
.navbar ul.navbar-nav li.nav-item a  {font-size:12pt;color:#FFFFFF;padding-left:10px;font-family:'Roboto Condensed';text-transform:uppercase}
.navbar .dropdown-menu {background:#1E97C2;}
.navbar .dropdown-menu a {border-bottom:1px solid #197397;}
.navbar .dropdown-menu a:hover{background:#197397;}

.slider-wrapper {background:#535353}
.slider {min-height:70vh;background-size:100%;background-position:top center;background-repeat:no-repeat}
.slider-text {position:absolute;top:5%;left:5%;width:100%;max-width:300px;text-align:center;background:rgba(50,50,50,.4);padding:15px;border-radius:5px}
.slider-text h1 {font-size:32pt;color:#FFFFFF; animation: colorizetext 10s infinite;}
.slider-text p {font-size:10pt;color:#FFFFFF;letter-spacing:2px;text-align:center}
.slider-text a {decoration:none;color:#EEC20A}

.announcements {background:#535353;padding:5px}
.announcements a {color:#FFFFFF;letter-spacing:1px}
.announcements span {color:#EEC20A;}

.highlights {margin-top:15px;margin-bottom:15px}
.highlight {margin:10px;padding:10px;}
.highlightpic {width:100px;height:100px;padding:5px;background:#FFFFFF;border:1px solid #E8E8E8 ;border-radius:5px;display:block;margin:0 auto;}
.highlight h2 {font-size:18pt;color:#2EAAC8;}
.highlight p {font-size:10pt;letter-spacing: 1px;color:#5D5C5B}
.highlight :hover .highlightpic {padding:0}

.section1 {background:#E6E6E6;padding:15px;}
.section1 h3 {padding:5px; color:#3B3B3B;font-size:24pt;border:1px solid #FFFFFF;border-radius:10px;margin-top:15px;text-shadow:1px 1px #FFFFFF}
.section1 h4 {color:#D60A30;font-size:14pt}

.section2 {background:#1E97C2;padding:15px;margin:15px;border-radius:10px}
.section2 h3 {color:#3B3B3B;font-size:24pt;text-shadow:1px 1px #FFFFFF}

.section3 {background:#E6E6E6;padding:15px;margin:15px;border-radius:10px;}
.section3 h3 {color:#3B3B3B;font-size:24pt;text-shadow:1px 1px #FFFFFF}

.homesection {padding:15px;border:1px solid #E8E8E8;margin-top:15px;margin-bottom:15px}
.homesection h3 {font-size:28pt;color:#F6BB00;text-transform:uppercase;text-align:center;border:1px solid #E8E8E8;padding:10px}

.newssection {background:#E6E6E6;padding:15px;border-top:2px solid #EEC20A;border-bottom:2px solid #EEC20A;}
.gallerysection {background:#2EAAC8;margin-bottom:25px;padding:15px;}


.pagewrapper {padding:5%;border:1px solid #E8E8E8;margin-top:15px;background:#FFFFFF}
.pagewrapper p {text-align:justify}
.pagewrapper h1.pagetitle {font-size:26pt;color:#1E88AA;letter-spacing:1px;border-top:2px solid #F6D55C;border-bottom:2px solid #F6D55C;padding:5px;padding-left:0}

.sidebar-menu {background:#5C5C5C;padding:5%;border-radius:5px;position: sticky;margin-top:20px; top:25px}
.sidebar-menu h5 {color:#F6D55C;font-size:18pt;letter-spacing:1px;padding-left:15px}
.sidebar-menu ul {list-style: none; padding-left: 10px}
.sidebar-menu a {text-decoration:none;font-size:10pt;text-transform:uppercase;color:#EAEAEA; display:block;padding:5px;border-top:1px solid #4589BD}
.sidebar-menu a:hover {text-decoration:none;color:#FAE15A}

.grid-table {margin-top:10px;width:99%}
.grid-table th {font-size:9pt;padding-right:3px;color:#458BD1;}
.grid-table td {font-size:10pt;padding-right:3px}

.table-grid {background-color:#F0F4FA;border:1px solid #E8E8E8}
.table-grid th,td {font-size:10pt;padding-left:5px}

footer {background:#1E97C2;margin-top:25px;padding:10px}
footer * {color:#F2F2F2;}
footer a {text-decoration:none;color:#383B37}
.footer-text p {font-family:'Alkatra';text-align:justify;font-size:12pt}

.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:0px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:rgba(255, 255, 255, 0.2);;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#7B7B7B;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#3B3B3B}
.owl-prev {position:absolute;top:45%;left:0px;}
.owl-next {position:absolute;top:45%;right:0px;}

@media (max-width:800px) {
  .header-text span { display:none }
  .header-title {font-size:20pt}
  .slider {background-size:cover;animation:none}
  .slider-text {display:none}
}