@charset "utf-8";
/* CSS Document */


body {
  margin: 0 auto;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
  font-size: 16px;
 
}

.overflow {
	overflow: hidden;
}

.grn {
	
	color: #006633;
}


.red {
	
	color: #b00404;
}


.grnbk {
	
	color: #fff;
	background-color: #006633;
}

.gold {
	
	color: #a89365;

}

.wht{
	
	color: ghostwhite;

}

.iblu {

	
	  filter: invert(100%);
  -webkit-filter: invert(100%);
  
}


.opac5 {
filter: opacity(50%);
}


.opac8 {
filter: opacity(80%);
}

.txtcenter {
	text-align: center;
}


a {
  color: #006633;
  text-decoration: none;
  background-color: transparent;
}

a:active {
    opacity: .5;
  
}

a:visited {
    color: #6c747c;
	  text-decoration: none;
  background-color: transparent;
}



hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1px;
  padding: 0px;
}

p {
  margin-top: 0;

}



.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 0px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
  box-sizing: border-box;
}

.scontainer {
 display: grid;
    
 margin: 0 auto;
z-index: 1;
 overflow: hidden;
}




.image-container {
    background-image: url("../img/jasper-overlook.jpg");
	
  background-size: cover;
 margin-top: 0px;
  height: 100vh;

background-repeat: no-repeat;
}

.text {
  background-color: gainsboro;
  color: black;
  font-size: 5vw;
  font-weight: bold;
  margin: 0 auto;
  padding: 12px;
  width: 50%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode: screen;
}


.txsm {
font-size: .8em;

text-align: center;
}

.txmd {
font-size: .9em;
line-height: .9em;
padding: 0px;
text-align: center;
}

.txct {
text-align: center;
}

.grid-container {
display: grid;
    
 margin: 0 auto;
 width: 100%;
 height: 100vh;


}

.zoom {
  display: block;
  margin: 20px 0px 20px 0px;
  transition: transform .2s; /* Animation */
  z-index: 9999;
 
  
}

.zoom img {
  width: 300px;
  
}

.zoom:hover {
 
	-webkit-transform:scale(2); /* Safari and Chrome */
  -moz-transform:scale(2); /* Firefox */
  -ms-transform:scale(2); /* IE 9 */
  -o-transform:scale(2); /* Opera */
	 transform: scale(2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  z-index: 10000;	
}


 .pdfemb {
	    display: flex;
	    align-content: center;
		justify-content: center;
        width: 100%;
	 
	    max-width: 1000px;
        aspect-ratio: 4 / 3;
	    margin: 0 auto;
    }

    .pdfemb {
        height: 100%;
		max-height: 550px;

        margin: 0;
        padding: 0;
       
    }



.checkbtn {
    
	font-size: 50px;
	color: #006633;
	
	cursor: pointer;
	display: none;
}

#check {
	display: none;

}

.n2 {
	display: none;

}




 .navbar {
 	display: flex;
	justify-content: space-between;
    font-family: 'PT Sans Narrow', sans-serif;
	
	height: 50px;
	margin: 60px 0px 0px 0px;
	font-weight: 800;
	padding: 5px;
	z-index: 100;
   

   }
	 	



.nav1 {
	position: absolute;
	width: 40%; 
	background: rgb(168,147,101);
background: -webkit-linear-gradient(142deg, rgba(251,233,196,1) 0%, rgba(175,152,104,1) 26%, rgba(211,190,145,1) 100%);
background: -o-linear-gradient(142deg, rgba(251,233,196,1) 0%, rgba(175,152,104,1) 26%, rgba(211,190,145,1) 100%);
background: linear-gradient(232deg, rgba(251,233,196,1) 0%, rgba(175,152,104,1) 26%, rgba(211,190,145,1) 100%);
-moz-border-radius-topright: 55px;
-webkit-border-top-right-radius: 55px;
border-top-right-radius: 55px;
-moz-border-radius-bottomright: 55px;
-webkit-border-bottom-right-radius: 55px;
border-bottom-right-radius: 55px;
z-index: 2;
margin-top: 66px;
height: 50px;
}

.nav1 p {

line-height: 55px;
}

.logo {
   position: absolute;
   	height: 185px;
	left: 50%;
	top: 0;
	margin: 6px 12px 15px 6px;
	content: "";
	margin-left:-50px;
	z-index: 2;

}

.nav2 {
	position: absolute;
    	width: 40%;
		right: 0px;
		
		
background: rgb(251,233,196);
background: -webkit-linear-gradient(56deg, rgba(251,233,196,1) 0%, rgba(175,152,104,1) 26%, rgba(211,190,145,1) 100%);
background: -o-linear-gradient(56deg, rgba(251,233,196,1) 0%, rgba(175,152,104,1) 26%, rgba(211,190,145,1) 100%);
background: linear-gradient(146deg, rgba(251,233,196,1) 0%, rgba(175,152,104,1) 26%, rgba(211,190,145,1) 100%);


-moz-border-radius-topleft: 55px;
-webkit-border-top-left-radius: 55px;
border-top-left-radius: 55px;

-moz-border-radius-bottomleft: 55px;
-webkit-border-bottom-left-radius: 55px;
border-bottom-left-radius: 55px;
z-index: 3;
margin-top: 66px;
height: 50px;

}





/* The dropdown container */
.dropdown {
	
 display: inline-block;
  
  padding: 10px 6px 10px 6px;
	font-size: 1.5em; 
	 z-index: 5;
  
  }
  .dropdown:nth-child(1) {
    margin-left: 5px;
}



.dropdown:nth-child(3) {
    margin-right: 25%;
}
  

 


  .dropdown:nth-child(6) {
    margin-right: 5px;
}



/* Dropdown button */
.dropdown .dropbtn {

  border: none;
  outline: none;
  text-shadow: 1px 1px 10px white;
 
  background-color: inherit;
  font: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
  
}


.dropdown .ndropbtn {
  border: none;
  outline: none;
  text-shadow: 1px 1px 10px white;
 
  background-color: inherit;
  font: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a background color to navbar links on hover */
.navbar a:hover {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
  background-color: #006633;
  color: gainsboro;
 
   border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	 transition: 0.3s;
	
}

/* Add a background color to navbar links on hover */
.navbar a:hover, a:focus, .dropdown:hover .ndropbtn{
  background-color: transparent;

color: #006633;

	
}





/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 100%;
  left: 0;
  right: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Mega Menu header, if needed */
.dropdown-content .header {
  background: #006633;
  padding: 1px;
 



}


.dropdown-content .header h1 {
	font-size: 1.5em;
   padding: 10px;
    margin: 0px;
	 font-family: 'Dancing Script', sans-serif;
  color: white;
	
}


.ndrop {
	color: #000;
}




.active  {
  background-color: transparent;
color: #a89365;
 
	
}


/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  padding: 10px;
  background-color: #f9f9f9;
  
  vertical-align: middle;

}

/* Create three equal columns that floats next to each other */
.columns {
  float: left;
  width: 33.33%;
  
  background-color: #f9f9f9;
  margin-top: 10px;


}


/* Style links inside the columns */
.column a {
  float: none;
  color: black;
  padding: 1px 0px 1px 0px;
  text-decoration: none;
  margin-left: 15%;
  margin-right: 15%;
   line-height: .5em;
}







.columns a {
  float: none;
  color: black;
  padding: 0px;
  text-decoration: none;
  display: block;
  margin-left: 18%;
  margin-right: 18%;
  font-size: 1.2em;
  line-height: .5em;
}

.column p {
  
  margin: 0;
  
}


.columns p {
 
  margin: 0;
  
}

.column img {
  max-width: 100%;
        max-height: 100%;
        display: block;
        margin: 0 auto;
		padding-top: 5px;
  
}





.uppercase {
	
	text-transform: uppercase;

	
}

.column  h2 {
  color: #a89365;
 

}

.columns  h2 {
  color: #a89365;
 
 
}

.navc a {
	font-size: 1em;
	line-height: 1.3em;
	
}


.navc a:hover, a:focus  {
	 transform: scale(.75);
	color: #006633;
	transition: 0.3s;
	justify-content: flex-start;
	 
}




.navc p {
	padding: 5px;
	margin-bottom: 5px;
}


.capt {
	margin-bottom: 25px;
	font-size: 1em;
	
	
}

.capt h5 {
  font-size: .8em;
  font-weight: 700;
  line-height: 1em;
 margin: 5px;
max-width: 100%;
	text-align: center;
}

.capt h6 a  {
  float: none;
  color: #006633;
  padding: 0;
  text-decoration: none;
	font-size: .9em;
	cursor: pointer;
}

.capt h6 a:hover 
{
  
  font-weight: 600;
  
 	display:inline;
	transform: scale(.9);
	
	justify-content: center;
	cursor: pointer;
}



.capt h6 {
  font-size: .6em;
  font-weight: 100;
  line-height: 1em;
	margin: 10px;
   
	text-align: center;
}







.mp {
	font-size: .9em;
	line-height: 1em;
	color: #000;
	margin-top: 25px;
	padding-bottom: 0px;
}


.nmp a {
	font-size: 1em;
	line-height: 1em;
	text-align: center;
	margin-top: 0;
	padding-top: 0;
}


.nmp a:hover, a:focus  {
	 transform: scale(.75);
	color: #006633;
	transition: 0.3s;
	 box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.2) inset;
	 justify-content: center;
	 
}



.navp a {
	font-size: 1em;
	line-height: 1.3em;
	
}


.navp a:hover, a:focus  {
	 transform: scale(.75);
	color: #006633;
	transition: 0.3s;
	 box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.2) inset;
	 justify-content: center;
	 
}

.navp p {
	padding: 5px;
	margin-bottom: 5px;
}


.capt .span a {
	font-size: .9em;
	padding: 0;
	margin: 0;
}




.nicon {
	
   	color: #a89365; 
	opacity: .6;
	cursor: pointer;
	vertical-align: middle;
   
  
}


.valm 
	{	vertical-align: middle;}




/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.column img {
  max-width: 100%;
border-radius: 10px;
align-content: center;
}

.nvhd {
 padding: 0;
 margin: 0;
}


.imgsm img {
  max-width: 200px;
border-radius: 10px;
align-content: center;
}


.highlight { 
	background-color: #cccdce;
	border-left: 5px solid #ff9800; /* Orange left border */ 
	border-right: 5px solid #ff9800; /* Orange left border */ 	
	padding: 15px; margin: 20px 0; 
	font-family: Arial, sans-serif; 
	font-size: 16px; color: #333; /* Dark grey text */ 
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */ } 

.highlight h2 { 
	margin-top: 0; 
	color: #bb0a1e; 
    text-align: center;
	padding: 5px;
}
.highlight p { 
	margin: 0;
	text-align: center;
}


.highlight a:visited { 
	color: darkgray;
}

.highlight a:active { 
	color: darkgray;
}

.main {
    display: block;
	width: 1040px;
	
	margin: 0 auto;
	padding-top: 125px;
    padding-bottom: 25px;
}


.mainf {
    display: block;
	width: 100%;
	
	margin: 0 auto;
	padding-top: 125px;
    padding-bottom: 25px;
}


.mainw {
    
	width: 100%;
	
	background: rgb(249,249,249);
background: -webkit-linear-gradient(112deg, rgba(249,249,249,1) 41%, rgba(223,216,201,1) 58%, rgba(206,195,171,1) 66%, rgba(249,249,249,1) 83%);
background: -o-linear-gradient(112deg, rgba(249,249,249,1) 41%, rgba(223,216,201,1) 58%, rgba(206,195,171,1) 66%, rgba(249,249,249,1) 83%);
background: linear-gradient(170deg, rgba(249,249,249,1) 41%, rgba(223,216,201,1) 58%, rgba(206,195,171,1) 66%, rgba(249,249,249,1) 83%);
font-family: 'PT Sans Narrow', sans-serif;
    align-content: center;
    border-radius: 30px;
    border: 0 none;
    box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.22);
	margin-top: 10px;
	padding-top: 10px;
    margin-bottom: 35px;
}


.mainp {
    display: block;
	width: 100%;
	height: 500px;
	
	background: rgb(249,249,249);
background: -webkit-linear-gradient(112deg, rgba(249,249,249,1) 41%, rgba(223,216,201,1) 58%, rgba(206,195,171,1) 66%, rgba(249,249,249,1) 83%);
background: -o-linear-gradient(112deg, rgba(249,249,249,1) 41%, rgba(223,216,201,1) 58%, rgba(206,195,171,1) 66%, rgba(249,249,249,1) 83%);
background: linear-gradient(170deg, rgba(249,249,249,1) 41%, rgba(223,216,201,1) 58%, rgba(206,195,171,1) 66%, rgba(249,249,249,1) 83%);
font-family: 'PT Sans Narrow', sans-serif;
    align-content: center;
    border-radius: 30px;
    border: 0 none;
    box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.22);
	margin-top: 10px;
	padding-top: 10px;
    margin-bottom: 35px;
}


.mainpk {
    display: block;
	width: 1040px;
	margin: 0 auto;
	padding: 10px;
}


.maing {
    display: block;
	width: 100%;
	margin: 0 auto;
	padding-top: 5px;
    padding-bottom: 25px;
}

.maing h3 {
    font-size: 1.5em;
}


 .contentContainer {

	  margin-top: 15px;
	  display: flex;
	  flex-direction: row;
	  justify-content: space-between;
	  padding-bottom: 10px;
 	  min-height: 515px;
   }



 .councilContainer {
     margin: 5px;
	display: flex;
	 flex-wrap: wrap;
	 

   }

.council {

  	   display: block;
       float: left;
      width: calc(33% - 10px);
      padding: 15px;
      border-radius: 10px;
      margin: 4px;
     
	

}


.rpic img {
  
  object-fit: contain;
 
}

.rspimg img {
  
  max-width: 100%;
  height: auto;
  padding: 5%;

align-content: center;
 
}




.lpic {
	display: block;
 	width: 85%;
    margin: 0 auto;
    padding: 10px;
  
  }


.lpic img {
  
  width: 100%;
  height: auto;
border-radius: 30px;
align-content: center;
 
}

.clpic  {
	justify-content: center;
	font-size: .9em;
}


.cpic {
	
 width: 90%;
  float: left;
  margin-right: 1em;
  padding-left: 30px;
  
  
}




.cpic img {
  
  width: 100%;
  height: auto;
border-radius: 30px;
align-content: center;
 
}



.cpicsm {
	
 width: 90%;
 padding: 30px;
 text-align: center;
  
  
}




.cpicsm img {
  
  width: 80%;
  height: auto;
border-radius: 30px;
align-content: center;
 
}



.chd {
    
font-size: 1.5em;
	text-align: center;
	line-height: 1em;
	
}


.cnm  {
	
	
	align-content: center;
	text-align: center;
	font-size: 1.1em;
	font-weight: 500;
    
}

.cnm a {

    color: #006633;
}

.cnm a:hover, a:focus {
	opacity: .2;
    
}

   .bbtn {
     
	 font-family: 'PT Sans Narrow', sans-serif;
	  width: 100px;
      padding: 5px;
      border-radius: 10px;
      margin: 0 auto;
      height: 30px;
	 background: rgb(249,249,249);
	 align-content: center;
     background-image: linear-gradient(252deg, rgba(249,249,249,1) 1%, rgba(206,195,171,1) 55%, rgba(249,249,249,1) 99%);
	 background-size: 200%;
	 transition: 0.6s;
	  cursor: pointer;
box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.22);

   }
   
   .bbtn h3 {
   
   color: #000;
    
 text-align: center;
font-size: .9em;
   }

 
   
   .bbtn:hover, a:focus {
     
    background-position: right;
	
   }
   

   .bbtnf {
     
	 font-family: 'PT Sans Narrow', sans-serif;
	  width: 80%;
      padding: 5px;
      border-radius: 10px;
      margin: 0 auto;
    margin-top: 20px;
	 background: rgb(249,249,249);
	 align-content: center;
     background-image: linear-gradient(252deg, rgba(249,249,249,1) 1%, rgba(206,195,171,1) 55%, rgba(249,249,249,1) 99%);
	 background-size: 200%;
	 transition: 0.6s;
	  cursor: pointer;
box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.22);

   }

   .bbtnf img {
   border-radius: 10px;
   width: 90%;
   }


   .bbtnf h3 {
   
   color: #000;
    
 text-align: center;
font-size: .9em;
   }


   .bbtnf:hover, a:focus {
     
    background-position: right;
	
   }


#cnpu   {
  position:fixed;
  top:0px;
  left:0px;
  width:100vw;
  height:100vh;
  background:rgba(0,0,0,0.75);
  display:none;
  z-index: 10;   
}




#cnpu .cnpu-content {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:900px;
  padding:10px 20px;
  background:#eee;
  font-size: 1em;
  line-height: 1em;  
  border-radius: 10px; 
   
}




#cnpu h1 {
  font-family: 'Dancing Script', sans-serif;
  font-size: 1.5em;    
  padding: 5px;
  margin-bottom: 5px;
}


#cnpu p {
  
  font-size: 1em;    
}

#cnpu a:hover, a:focus, .cnpu:hover  {
  color: #006633;
  font-size: 1em;
  
  text-decoration:none;
}

#cnpu a.close-cnpu {
  position:absolute;
  top:10px;
  right:20px;
  font-size:30px;
  font-weight:600;
  text-decoration:none;
}






#cnpu:target {
  display:block;
}



#cnpu2   {
  position:fixed;
  top:0px;
  left:0px;
  width:100vw;
  height:100vh;
  background:rgba(0,0,0,0.75);
  display:none;
  z-index: 10;   
}




#cnpu2 .cnpu2-content {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:900px;
  padding:10px 20px;
  background:#eee;
  font-size: 1em;
  line-height: 1em;  
  border-radius: 10px; 
   overflow: auto;

}




#cnpu2 h1 {
  font-family: 'Dancing Script', sans-serif;
  font-size: 1.5em;    
  padding: 5px;
  margin-bottom: 5px;
}


#cnpu2 p {
  
  font-size: 1em;    
}

#cnpu2 a:hover, a:focus, .cnpu:hover  {
  color: #006633;
  font-size: 1em;
  
  text-decoration:none;
}

#cnpu2 a.close-cnpu2 {
  position:absolute;
  top:10px;
  right:20px;
  font-size:30px;
  font-weight:600;
  text-decoration:none;
}






#cnpu2:target {
  display:block;
}




#cnpu3   {
  position:fixed;
  top:0px;
  left:0px;
  width:100vw;
  height:100vh;
  background:rgba(0,0,0,0.75);
  display:none;
  z-index: 10;   
}




#cnpu3 .cnpu3-content {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:900px;
  padding:10px 20px;
  background:#eee;
  font-size: 1em;
  line-height: 1em;  
  border-radius: 10px; 
   overflow: auto;

}




#cnpu3 h1 {
  font-family: 'Dancing Script', sans-serif;
  font-size: 1.5em;    
  padding: 5px;
  margin-bottom: 5px;
}


#cnpu3 p {
  
  font-size: 1em;    
}

#cnpu3 a:hover, a:focus, .cnpu:hover  {
  color: #006633;
  font-size: 1em;
  
  text-decoration:none;
}

#cnpu3 a.close-cnpu3 {
  position:absolute;
  top:10px;
  right:20px;
  font-size:30px;
  font-weight:600;
  text-decoration:none;
}






#cnpu3:target {
  display:block;
}



.mpic {
 width: 50%;
  float: left;
  margin-right: 1em;
  padding-left: 30px;
  
  }


.mpic img {
  
  width: 100%;
  height: auto;
border-radius: 30px;
align-content: center;
 
}


.flpic {
 width: 100%;
 
  
  }


.flpic img {
  
  width: 100%;
  height: auto;
border-radius: 30px;
align-content: center;
 
}



.depContainer {
     width: 95%;
     margin: 0 auto;
	 display: flex;
	 flex-wrap: wrap;
	 justify-content: center;	
	 font-size: 1.1em;
	 padding-bottom: 25px;

   }

.dep{

  	   
       float: left;
	  
      width: calc(33% - 10px);
      padding: 10px;
      border: 2px solid #a89365;
	  border-radius: 10px;
      margin: 4px;
	  
 
} 



.newsp {
	  width: 90%;
	  margin: 5px;
	  display: flex;
	  align-content: flex-end;
	  align-items: center;
	  padding-bottom: 10px;
	  
      

  
  }

.newsp a:hover, a:focus {
	
	color: #a89365;

}
	

.npic {
	padding-left: 5px;
}



.npic img {
  
  width: 200px;
  height: auto;
border-radius: 30px;
align-content: center;
	padding: 10px;

 
}


.nhd {

	
	}

.mhd {
  width: calc(50% - 1em);
  float: right;
  	
    font-family: 'PT Sans Narrow', sans-serif;
	font-size: 1.5em;
	
	margin: 30px 0px 0px 0px;
	font-weight: 800;
	padding: 10px;
	
}


.mhd2 {
  width: calc(50% - 1em);
  float: right;
  	
    font-family: 'PT Sans Narrow', sans-serif;
	font-size: 1.5em;
	
	margin: 30px 0px 0px 0px;
	font-weight: 800;
	padding: 5px;
	text-align: center;
	
}

  
   
	



.fnotice {
	
    width: 90%;
     margin: 0 auto;
	 display: flex;
	 justify-content: space-around;
	column-gap: 10px;
	align-items: center;
	 font-size: 1.1em;
	 padding-bottom: 25px;
		background: rgb(249,249,249);
background: -webkit-linear-gradient(112deg, rgba(249,249,249,1) 41%, rgba(223,216,201,1) 58%, rgba(206,195,171,1) 66%, rgba(249,249,249,1) 83%);
background: -o-linear-gradient(112deg, rgba(249,249,249,1) 41%, rgba(223,216,201,1) 58%, rgba(206,195,171,1) 66%, rgba(249,249,249,1) 83%);
background: linear-gradient(170deg, rgba(249,249,249,1) 41%, rgba(223,216,201,1) 58%, rgba(206,195,171,1) 66%, rgba(249,249,249,1) 83%);
font-family: 'PT Sans Narrow', sans-serif;
    align-content: center;
    border-radius: 30px;
    border: 0 none;
    box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.22);
	margin-top: 50px;
	padding: 20px;
    margin-bottom: 35px;

}

.fnotice img {
    height: 175px;
	

}


.fnoticeimg {
		 width: 100%; 
    
     margin: 0 auto;
	 display: flex;
	 justify-content: center;

	align-items: center;
	 font-size: 1.1em;
	 
		background: rgb(249,249,249);
background: -webkit-linear-gradient(112deg, rgba(249,249,249,1) 41%, rgba(223,216,201,1) 58%, rgba(206,195,171,1) 66%, rgba(249,249,249,1) 83%);
background: -o-linear-gradient(112deg, rgba(249,249,249,1) 41%, rgba(223,216,201,1) 58%, rgba(206,195,171,1) 66%, rgba(249,249,249,1) 83%);
background: linear-gradient(170deg, rgba(249,249,249,1) 41%, rgba(223,216,201,1) 58%, rgba(206,195,171,1) 66%, rgba(249,249,249,1) 83%);
font-family: 'PT Sans Narrow', sans-serif;
    align-content: center;
    border-radius: 30px;
    border: 0 none;
    box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.22);
	margin-top: 50px;
	padding: 20px;
   

}

.fnoticeimg img {
    min-height: 400px;
	margin-top: 10px;

}


.fnoticeimglg img {
    height: 100%;
	margin-top: 10px;

}



.noticeimg {
    margin: 0 auto;	 
	max-height: 500px;
	display: flex;
	justify-content: center;
    align-content: center;	
	margin-top: 10px;
	padding: 20px;
   

}

.noticeimg img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	align-content: center;
	padding: 15px;
	

}




.noticewimg {
    margin: 0 auto;	 
	max-width: 90%;
	display: flex;
	justify-content: center;
    align-content: center;	
	margin-top: 10px;
	padding: 20px;
   

}

.noticewimg img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	align-content: center;
	padding: 15px;
	

}

.hdnotice {
	
    width: 90%;
     margin: 0 auto;
	 	 font-family: 'PT Sans Narrow', sans-serif;
	 font-size: 1.5em;
	 padding-bottom: 25px;
	background: red;
	color: #fff;
    align-content: center;
    border-radius: 30px;
    border: 0 none;
    box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.22);
	margin-top: 50px;
	padding: 20px;
    margin-bottom: 35px;


}



.ctrimg {
    margin: 0 auto;	 
	max-height: 500px;
	display: flex;
	justify-content: center;
    align-content: center;	
	margin-top: 10px;
	padding: 5px;
   

}

.ctrimg img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	align-content: center;
	padding: 5px;
	

}



.medhd {
  
	font-size: 1.5em;
	text-align: center;
	line-height: 1em;
	padding: 10px;

}


.mnhd {
  
	font-size: 1em;
	text-align: center;
	line-height: 1em;

}

.mhd h2 {
  
	padding: 0px;
	margin: 0px;
	

}


.mnm  {
	
	padding-top: 50px;
	align-content: center;
	text-align: center;
	font-size: 1em;
	
    
}


.enm  {
	
	padding-top: 50px;
	align-content: center;
	text-align: center;
	font-size: .9em;
	
	
    
}



.enm a:hover, a:focus {
	opacity: .2;
    
}


.mnm2  {
	
	padding-top: 20px;
	align-content: center;
	text-align: center;
	font-size: 1em;
	
    
}


.enm2  {
	
	padding-top: 10px;
	align-content: center;
	text-align: center;
	font-size: .9em;
	
    
}

.enm2 a {

    color: #a89365;
}

.enm2 a:hover, a:focus {
	opacity: .2;
    
}




.mcnt {
   display: block;
   width: 80%;
   
    font-family: 'PT Sans Narrow', sans-serif;
	font-size: 1.2em;
	text-align: justify;
  text-justify: inter-word;
	margin: 0 auto;
	padding: 25px 5px 15px 5px;

}

.mcnt h5 {
   padding: 35px;

}


.mcnt .imgbx {
	
	max-height: 500px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 20px 5px 30px 5px;
}


.mcnt .imgbx img {
	
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	align-content: center;
	padding: 15px;

}




.hdft {
	font-family: 'Dancing Script', sans-serif;
	 text-align: center;
	font-size: 2.5em;
	font-weight: 400;
	padding: 5px;
		
	}	
	

.hdftp {
	font-family: 'Dancing Script', sans-serif;
	 text-align: center;
	font-size: 2.5em;
	font-weight: 400;
	padding: 5px;
	color: #fff;
	z-index: 100;
		
	}	
	

 .minContainer {
     width: 90%;
     margin: 0 auto;
	display: flex;
	 flex-wrap: wrap;
	 justify-content: center;	
	 font-size: 1.1em;

   }

.min{

  	   display: block;
       float: left;
      width: calc(33% - 10px);
      padding: 15px;
      
      margin: 4px;
     
	

}

.googleContainer {
     width: 95%;
     margin: 0 auto;
	display: flex;
	 flex-wrap: wrap;
	 justify-content: center;	
	 font-size: 1.1em;
	 padding: 20px 0px 20px 0px;

   }


.calContainer {
     width: 95%;
     margin: 0 auto;
	display: flex;
	 flex-wrap: wrap;
	 justify-content: center;	
	 font-size: 1.1em;

   }

.cal{

  	   
       float: left;
      width: calc(33% - 10px);
      padding: 10px;
      border: 2px solid #a89365;
	  border-radius: 10px;
      margin: 4px;
 
} 

.cal h3{

  	  font-size: 1.5em;
	  text-align: center;
 
}

 
 .event {
    display: block;
 	width: 100%;
 	padding: 5px;
 
 }  
 
.edate{
	
	margin-top: 5px;
 	float: left;
    border-radius: 20%;
    width: 40px;
    height: 40px;
    padding: 5px;
    font-size: 1.2em;
	font-weight: lighter;
    background: #006633;
    border: 2px solid #a89365;
    color: #fff;
    text-align: center;
	margin-right: 10px;
	vertical-align: middle;
 }
 
.edateh{
	
	margin-top: 5px;
 	float: left;
    border-radius: 20%;
    width: 40px;
    height: 40px;
    padding: 5px;
    font-size: 1.2em;
	font-weight: lighter;
    background: #a89365;;
    border: 2px solid #a89365;
    color: #fff;
    text-align: center;
	margin-right: 10px;
	vertical-align: middle;
	opacity: .5;
 }
 



.ename {
	font-size: 1.1em;
	font-weight: 500;
	
	

} 

.enameh {
	font-size: 1.2em;
	font-weight: 500;
	color: #006633;
	opacity: .8;
	
	

} 

 
.edesc {
	font-size: 1em;
	float: left;

}

.edesch {
	font-size: 1em;
	float: left;
color: #a89365;
} 

.elinks    {
	font-size: .85em;
	margin-top: 2px;
	
} 

.elinks a:hover, a:focus  {
	color: #a89365;
	
	
} 

.hdContainer {
     width: 95%;
     margin: 0 auto;
	 display: flex;
	 flex-wrap: wrap;
	 justify-content: center;	
	 font-size: 1.1em;
	 padding-bottom: 25px;
	padding-top: 25px;

   }




.dep a:hover, a:focus {
	
	color: #a89365;

}


.dep2 {

  	   
       float: left;
      
      padding: 10px;
      border: 2px solid #a89365;
	  border-radius: 10px;
      margin: 4px;
 
} 

.dep3 {

  	   display: grid;
       align-content: space-between;
      float: left;
      padding: 10px;
      
      margin: 4px;
 	  justify-content: center;
} 


.dep4 {

  	   display: block;
	   float: left;
	   padding: 20px;
	  
     
} 


.dep5 {

  	   display: block;
	   float: left;
	   padding: 10px;
	  
     
} 


.dep h3{

  	  font-size: 1.5em;
	  text-align: center;
 
}

.dep h4{

  	  font-size: 1em;
	  text-align: center;
	  padding-bottom: 10px;
 
}

.dep p {

  	  text-align: justify;
	  margin-top: 15px;
	
 
}

.depb {

  	  text-align: justify;
	  line-height: 18px;
	 font-size: .95em;
	 padding-bottom: 15px;
 
}


.depbi {

  	  text-align: justify;
	  line-height: 18px;
	 font-size: .95em;
	 font-style: italic;
	 padding-bottom: 15px;
 
}



.depc  {

  	  text-align: center;
	  margin-top: 20px;
 
}




.docj  {
		
  	  
	  margin-top: 15px;
	  font-size: 1em;
	   
	  
 
}


.doclk  {

	text-align: center;
	align-content: center;

}

.doclk a {

	display: block;
	color: #000;
	

}

.doclk a:hover, a:focus {
	
	color: #a89365;

}


.genlk  {

	text-align: center;
	align-content: center;

}

.genlk a {

	
	color: #006633;
	

}

.genlk a:hover, a:focus {
	
	color: #a89365;

}




.taxContainer {
   display: flex;
   
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: stretch;
	padding: 5px;
	line-height: 1.5em;

   }

.tax {
  width: calc(50% - 10px);
  
}

.tax1 {
  flex-grow: 2;
 
} 

.tax img {
	max-width: 100%;
  height: auto;
 	max-height: 400px;
} 



.tax h3{

  	  font-size: 3.5em;
	  text-align: center;
 
}



.dbcContainer {
   display: flex;
   
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: stretch;
	padding: 5px;
	line-height: 1.5em;

   }

.dbc {
  

	  
      width: calc(50% - 10px);
      padding: 10px;
      border: 2px solid #a89365;
	  border-radius: 10px;
      margin: 4px;
  
}

.dbc h3{

  	  font-size: 1.5em;
	  text-align: center;
 
}


.dbbContainer {
   display: flex;
  
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: stretch;
	padding: 5px;
	line-height: 1.5em;

   }

.dbb {

     
      padding: 10px;
      border: 2px solid #a89365;
	  border-radius: 10px;
      margin: 4px;
  
}

.dbb h3{

  	  font-size: 1.5em;
	  text-align: center;
 
}

.dbb p {

  	  
	  margin-top: 15px;
	
 
}


.dbb h4{

  	  font-size: 1.1em;
	  text-align: center;
	  padding-bottom: 7px;
 
}



  .dbb:nth-child(1) {
      width: 60%;
}

  .dbb:nth-child(2) {
      width: 38%;
}

.dbb a:hover, a:focus {
	
	color: #a89365;

}




 
   
 hr.ghr {
  border: 2px solid #a89365;
  margin-bottom: 30px;
  box-shadow: 1px 1px 10px white;
}  
	
	
.mntxt {
	font-family: 'PT Sans Narrow', serif;
		font-size: 1.3em;
		font-weight: 600;
		text-align: center;
		
		
	}


.nsxt {
    color: #a89365;
	font-family: 'PT Sans Narrow', serif;
	font-size: 20px;
	font-weight: 200;
	

	}
	
	.searchbar {
		margin: 0 auto;
		width: 400px;
		justify-content: center;
		text-align: center;
		padding: 20px 0px 20px 0px;
	}
	

	
	.search  {
   
   font-size: 1em;
	height: 60px;
    width: 350px;
	margin: 0 auto;
	
    background: #e7e7e7;
    align-content: center;
    border-radius: 30px;
    border: 0 none;
    box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.22);
}

   .sbtn {
  display: inline-block;
  font-weight: 400;
  color: #a89365;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  opacity: .4;
}

.sbtn:hover {
 	color: #006633;
	opacity: .8;
		}
          
.input-field { 
   width: 70%; 
   text-align: center;
  vertical-align: middle;
	font-size: 1.1em;
    background: #e7e7e7;
	border: 0 none;
        } 
          
 	
.searchicon { 
            
			margin-right: 10px;
			        } 
          

 .gbuttonct{
	margin: 50px 1px 50px 1px;
	display: flex;
	justify-content: center;
    padding: 10px;
	width: 100%;
	 
   }
 
   .gbutton {
     
	 font-family: 'PT Sans Narrow', sans-serif;
	   float: left;
      
      padding: 10px;
      border-radius: 10px;
      margin: 4px;
      height: 38px;
	 background: rgb(249,249,249);
	 
background: linear-gradient(252deg, rgba(249,249,249,1) 1%, rgba(206,195,171,1) 55%, rgba(249,249,249,1) 99%);
	 background-size: 200%;
	 transition: 0.6s;
	  cursor: pointer;
box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.22);
   }
   
   .gbutton h3 {
   
   color: #000;
    
 text-align: center;
font-size: .8em;
   }

   .gbutton:hover, a:focus {
     
    background-position: right;
	
   }


 .qlinkcont {
	margin: 50px 1px 50px 1px;
	display: flex;
	justify-content: center;
    padding: 10px;
	 
   }
 



   .qlinks {
     
	 font-family: 'PT Sans Narrow', sans-serif;
	   float: left;
      width: calc(33% - 10px);
      padding: 5px;
      border-radius: 10px;
      margin: 4px;
      height: 38px;
	 background: rgb(249,249,249);
	 
background: linear-gradient(252deg, rgba(249,249,249,1) 1%, rgba(206,195,171,1) 55%, rgba(249,249,249,1) 99%);
	 background-size: 200%;
	 transition: 0.6s;
	  cursor: pointer;
box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.22);
   }
   
   .qlinks h3 {
   
   color: #000;
    
 text-align: center;
font-size: .8em;
   }

  .qlinks2 h3 {
   
   color: #000;
    
 text-align: center;
font-size: .8em;
   }

    .qlinks2 h2 {
   
   color: #000;
    
 text-align: center;
font-size: 1em;
   }
   
   .qlinks:hover, a:focus {
     
    background-position: right;
	
   }

   .qlinks2 {
     
	 font-family: 'PT Sans Narrow', sans-serif;
	   float: left;
      width: calc(50% - 10px);
      padding: 5px;
      border-radius: 10px;
      margin: 4px;
      height: 38px;
	 background: rgb(249,249,249);
	 
background: linear-gradient(252deg, rgba(249,249,249,1) 1%, rgba(206,195,171,1) 55%, rgba(249,249,249,1) 99%);
	 background-size: 200%;
	 transition: 0.6s;
	  cursor: pointer;
box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.22);
   }

 .qlinks2:hover, a:focus {
     
    background-position: right;
	
   }
   
.vid {
	width:80%;
	min-height: 300px;
	height:430px;
	margin: 0 auto;
	margin-bottom: 30px;
	
}



 
.videocontainer {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videocontainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



   
   

 .cardContainer {
position: relative;
	  margin-top: 15px;
	  display: flex;
	  justify-content: space-between;
   }
 



   .cardContainer .card {
     position: relative;
	 font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 500;
    color: #000;
      float: left;
      width: calc(25% - 20px);
      padding: 8px;
      border-radius: 10px;
      margin: 10px;
      height: 140px;
	  background-color: #000;
	  box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.22);
	  opacity: .5;
	  cursor: pointer;

   }
   

   .cardContainer .card .face {
     position: absolute;
	 top: 0;
	 left: 0;
	 width:100%;
	 height: 100%;
	 transition: 0.5s;

   }
  
    .cardContainer .card .face.face1 {
 
 display: flex;
 justify-content: center;
 align-items: center;
 z-index: 1;
 transform-origin: bottom;

  
}


  
    .cardContainer .card .face.face1 img {
 max-width: 100px;

  
}


  
    .cardContainer .card .face.face1 h3 {
 
 color: #fff;
 text-align: center;
font-size: 1.5em;
  
}



     .cardContainer .card:hover .face.face1 {
 
transform: translateY(-100%) rotateX(90deg);

  
}  

  
       .cardContainer .card .face.face2 {
 background: #fff;
 
 display: flex;
 justify-content: center;
 align-items: center;
 padding: 20px;
 transform-origin: top;
 transform: translateY(100%) rotateX(90deg);
box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.22);
  border-radius: 10px;
  
}  
 
       .cardContainer .card:hover .face.face2 {

 transform: translateY(0) rotateX(0deg);

  
}

    .cardContainer .card .face.face2 h4 {
 
 color: #000;
 text-align: center;
font-size: 1em;

  
}

    .cardContainer .card .face.face2 p {
 
 
display: block;
font-size: 1.1em;
margin: 0;
padding:4px 0px 4px 0px;
  font-weight: 600;
  
}

.cardpsm {

line-height: 1em;
margin: 0;
padding:2px;
font-weight: 500;
text-align: justify;
  
}

    .cardContainer .card .face.face2 li {
 
    list-style: circle;
	list-style-position: inside;
	font-size: 1.1em;
	color: #006633;
	padding: 0px;
	margin-bottom: 5px;
  	font-weight: 600;
  	line-height: 1.1em;
}



  .face2 a:hover { 
		     
            color: #a89365; 
			

            
        }
 
 
 .gdhd{
 background-color: #fff;
  border-radius: 10px;
  height: 130px;
 }
 
   
   .btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}




.numcir {
	
    border-radius: 40%;
    width: 50px;
    height: 20px;
    padding: 2px;
    font-size: .8em;
	font-weight: lighter;
    background: #006633;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
	
}

  


footer {
	display: block;
  width:100%;
margin-top: 25px;
background: rgb(251,233,196);
background: -webkit-linear-gradient(56deg, rgba(251,233,196,1) 0%, rgba(175,152,104,1) 26%, rgba(211,190,145,1) 100%);
background: -o-linear-gradient(56deg, rgba(251,233,196,1) 0%, rgba(175,152,104,1) 26%, rgba(211,190,145,1) 100%);
background: linear-gradient(146deg, rgba(251,233,196,1) 0%, rgba(175,152,104,1) 26%, rgba(211,190,145,1) 100%);
padding: 5px;
	
}

footer a:hover {
color: #e7f4fd;
 opacity: .7;
}

.flogo {
    grid-area: logo;
	height: 120px;
	margin: 5px;
	opacity: .65;
	text-align: center;


}

.col-3{
   max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 0px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
  box-sizing: border-box;

}

.colf  {
  float: left;
  
  width: 33.33%;
 padding: 20px;
 justify-content: center;
 align-items: center;

  
}




.colf h3 {
font-size: 30px;
}




.ficon { 
			display: inline-block;
            color: #e7f4fd;
			opacity: .7;
			

            
        }
		
.ftxt {
    display: inline-flex;
	font-family: 'PT Sans Narrow', serif;
		font-size: 1.2em;
		font-weight: 500;
		margin-left: 20%;
		margin-right: 20%;
		
	
		
	}
	
.ftxt a {
 line-height: .5em;
padding: 0px;		
	
		
	}
	
	
.privacy {
width: 100%;
font-family: 'PT Sans Narrow', serif;
display: block;
padding: 15px;
margin: 5px;
right: 0;
font-size: .8em;
text-align: center;
}	


.tab-section {
	margin: 2px auto;
	z-index: -1000;
	
	
	}
.tab-area {
	
	position: relative;
	padding-top: 20px;
	width: 100%;
	color: #000;
	z-index: 5;
}
 
.tab-area input {
    position: absolute;
	opacity: 0;
	
	
}

 .tab-area label {
	 display: block;
     position: relative;
	 padding: 8px;
    line-height: 20px;
    margin: 0 0 1px 0;
    cursor: pointer;
    background: #262626;
    border-radius: 3px;
    color: #fff;
    transition: ease .5s;
	
}

.tab-area label:hover {
    background: #a89365;
	color: #000;

}

.tab-content {
   
	max-height: 0;
	overflow: hidden;
    padding: 0px 15px;
	transition: max-height .35s;
    border: 1px solid #a89365;
    margin: 0 0 2px 0;
    border-radius: 3px;
	
}

.tab-area input:checked ~ .tab-content {
	max-height: 100%;
	
}

.tab-area label:before,
.tab-area label:after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background-color: #fff;
	transition: transform 0.25s ease-out;
	
}

.tab-area label:before{
	top: 15px;
	right: 19px;
	width: 2px;
	height: 10px;
	background: #a89365;
}

.tab-area label:after{
	top: 19px;
	right: 15px;
	width: 10px;
	height: 2px;
	background: #a89365;
}





.spic {
	width: 100%;
	height: 100vh;
	
	
}

.spic1,.spic2,.spic3,.spic4 {

	
}

.spic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
  	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	animation: zoom-out 3s linear infinite;

}




@keyframes zoom-out {
	100%{
	width: 120%;
	}
	
}

.spictxt {
	font-family: 'PT Sans Narrow', sans-serif;
	width: 50%;
	position: absolute;
	top: 300px;
	left: 300px;
	color: #fff;
	animation: textup 12s linear infinite;
	transform: translateY(100px);
}

.spictxt h2 {
	font-size: 4em;
     text-align: right;
	margin-bottom: 40px;
 text-shadow: 2px 2px 10px black;
}


.spictxt p {
	font-size: 2em;
	line-height: 1em;
	margin-top: 80px;
 text-shadow: 2px 2px 10px black;
}

.spic1 {
	animation: slide1 12s linear infinite;
}

.spic2 {
	animation: slide2 12s linear infinite;
}

.spic3 {
	animation: slide3 12s linear infinite;
}

.spic4 {
	animation: slide4 12s linear infinite;
}

@keyframes slide1 {
	0% {
		visibility: visible;
	}
	25% {
		visibility: hidden;
	}
	50% {
		visibility: hidden;
	}
	75% {
		visibility: hidden;
	}
	100% {
		visibility: visible;
	}
}


@keyframes slide2 {
	0% {
		visibility: hidden;
	}
	25% {
		visibility: hidden;
	}
	50% {
		visibility: visible;
	}
	75% {
		visibility: hidden;
	}
	100% {
		visibility: hidden;
	}
}


@keyframes slide3 {
	0% {
		visibility: hidden;
	}
	25% {
		visibility: hidden;
	}
	50% {
		visibility: hidden;
	}
	75% {
		visibility: visible;
	}
	100% {
		visibility: hidden;
	}
}


@keyframes slide4 {
	0% {
		visibility: hidden;
	}
	25% {
		visibility: hidden;
	}
	50% {
		visibility: hidden;
	}
	75% {
		visibility: hidden;
	}
	100% {
		visibility: visible;
	}
}

@keyframes textup {
	10%{
		transform: translateY(0px);
	}
	100%{
		transform: translateY(0px);
		}	
	
}

.spictxt1 {
	animation-delay: 0s;
}

.spictxt2 {
	animation-delay: 3s;
}


.spictxt3 {
	animation-delay: 6s;
}

.spictxt4 {
	animation-delay: 9s;
}


.spacer {
	height: 10px;
}


.zoom-container {
            position: relative;
            overflow: hidden;
            width: 300px; /* Adjust as needed */
            height: 200px; /* Adjust as needed */
        }
        .zoom-image {
            width: 100%;
            height: auto;
            transition: transform 0.5s ease; /* Smooth zoom transition */
        }
        .zoom-container:hover .zoom-image {
            transform: scale(1.2); /* Zoom out effect on hover */
        }



.slider {
	display: block;
 	width: 800px;
    margin: 0 auto;
	height: 514px;
    padding: 5px;
	background: url("../img/jasper-water-department.jpg");
	animation: slide 20s infinite;
	border-radius: 30px;
	align-content: center;
	margin-bottom: 20px;
	
}


.slider img {
  
  width: 100%;
  height: auto;
  
align-content: center;
 
}






@keyframes slide {
	25% {
	background: url("../img/jasper-water-department3.jpg");
		
}
	
	50% {
	background: url("../img/jasper-water-department2.jpg");
}	
	75% {
	background: url("../img/jasper-water-department4.jpg");
}
	100% {
	background: url("../img/jasper-water-department.jpg");
}	

}

@media (max-width: 840px)
 {
 
   .cardContainer {
	position: relative;
		  margin-top: 15px;
		  display: flex;
		  flex-wrap: wrap;
   }
 



   .cardContainer .card {
     position: relative;
	 font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 500;
    color: #000;
      float: left;
      width: calc(50% - 20px);
      padding: 8px;
      border-radius: 10px;
      margin: 10px;
      height: 140px;
	  background-color: #000;
	  box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.22);
	  opacity: .5;
	  cursor: pointer;

   } 

 

   
   .colf h3 {
font-size: 30px;

}

   
   
   .colf  {
  float: none;
  margin-top: 25px;
  width: 100%;
  align-content: center;
  text-align: center;
}

 .vid {
	
	height:300px;
	
}
  .dep:nth-child(1) {
    order: 2;
}
 
  .dep:nth-child(1) {
    order: 1;
}
 
  .dep:nth-child(3) {
    order: 3;
}	
	 
.dep{

  	
	  flex: 0 1 350px;
 
	  
 
} 	 
	 
.dep3{

  	
	  font-size: .78em;
 
	  
 
} 	
	 
	 
.dbb{

  	
	  display: block;
      
	  
 
}	
	 
  .dbb:nth-child(1) {
      width: 100%;
}

  .dbb:nth-child(2) {
      width: 100%;
}	 
	 
.slider {

	
}


.fnotice {
	
    flex-direction: column;
    

}

.fnotice img {
    height: 300px;
	

}
	 

.spic img {
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	position: absolute;
  	padding: none;

}
	 
 
.tax {
  width: 100%;
  
}	 
	 
	 
}





	
@media (max-width: 1040px)
 {



.image-container {
 width: 100%;
  background-size:contain;


}


.grid-container {
    


}



.logo {
    
	
  
   	height: 160px;
	left: 50%;
	top: 0;
	margin: 6px 1px 15px 1px;
	content: "";
	margin-left:-50px;
	z-index: 222;
	}

	
.spictxt h2 {
	display: none;
}	



.main {
    width: 100%;
	
}
	 

.mainpk {
  
	width: 100%;
	
	
}

	 
	 

	
	.checkbtn {
    display: block;
	z-index: 10;
	margin-left: 10px;

}

.navbar {

	position: fixed;
	width: 50%;
	height: 100vh;
	margin-top: 0px;
	padding-right: 10px;
	background: #006633;
	display: block;
	text-align: center;
	transition: all .5s;
	right: -100%;
	z-index: 999;
	border-radius: 0.75rem .0rem .0rem .75rem;
	box-shadow: inset -15px 0px 6px 0px rgba(0, 0, 0, 0.22);
	
	}
	


 .nav1  {
	display: none;
	


}

 .nav2  {
	display: none;
	


}
	


/* The dropdown container */
.dropdown {
  
	display:block;
   padding: 10px 6px 10px 6px;
   
   

}


  .dropdown:nth-child(1) {
    margin-left: 0;
}


.dropdown:nth-child(3) {
    margin-right: 0;
}
  
.dropdown:nth-child(4) {
    margin-left: 0;
}
 
  .dropdown:nth-child(6) {
    margin-right: 0;
}




/* Dropdown button */
.dropdown .dropbtn {
  
  color: #fff;
  
  text-shadow: 1px 1px 10px black;

}


.dropdown .ndropbtn {
  color: #fff;
  
  text-shadow: 1px 1px 10px black;
}
	 
/* Add a background color to navbar links on hover */
.navbar a:hover {
position: relative;
  background-color: #006633;
text-align: center;
color: gainsboro;
  padding: 0px;
   border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	
	  transition: 0.3s;
	
}

/* Add a background color to navbar links on hover */
.navbar a:hover, a:focus, .dropdown:hover .ndropbtn{
  background-color: transparent;

color: #006633;

	
}
	 
	 
	 
.dropdown-content {
  
  position: relative;
  background-color: #f9f9f9;
  width: 100%;
  left: 0;
  right: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  
}	

.dropdown-content .header {
  display: none;
}



.column, .columns {
  display: block;
  width: 100%;
  padding: 1px;
  margin: 0px;

}


.column img {
        display: none;
}





/* Style links inside the columns */
.column a {
  float: none;
  color: black;
  padding: 0px;
  text-decoration: none;
  display: block;
margin: 0px;


}

.columns a {
  float: none;
  color: black;
  padding:  0px;
  text-decoration: none;
  display: block;
margin: 5px 0px 5px 0px;

}



.mp {
	font-size: .8em;
	line-height: .8em;
	
	margin-top: 10px;
	padding-bottom: 0px;
}

.nmp a {
	font-size: .8em;
	line-height: .9em;
	text-align: center;
	margin-top: 0;
	padding-top: 0;
}





.nmp a:hover, a:focus  {
	
	color: #006633;
	transition: 0.3s;
	text-align: center;
	
	 
}


.navc a {
    
	font-size: .8em;
	line-height: .9em;
	text-align: left;
	
	
}
.navc a {
	font-size: .8em;
	line-height: .9em;
	
}


.navc a:hover, a:focus  {
	 transform: scale(.75);
	color: #006633;
	transition: 0.3s;
	 box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.2) inset;
	 justify-content: center;
	 
}

.navc p {
	padding: 5px;
	margin-bottom: 5px;
}

	 
.navc p {
    
	font-size: .8em;
	line-height: .9em;
	text-align: center;
	
	
}
.navp a {
	font-size: .8em;
	line-height: .9em;
	
}


 
	 


.navp p {
	padding: 5px;
	margin-bottom: 5px;
}


.nicon {
	
    transform: scale(.80);
  
}


.ndrop {
	color: #fff;
}	


.txmd {
font-size: .8em;
padding: 5px;


}

.txsm {
font-size: .7em;


}
	 

	 

.council {

  	   
      width: calc(50% - 10px);
      padding: 5px;
      
     
     
	

}



#check:checked ~ .navbar {
right: 0;
}

  #check:checked ~ label .n1 {
display:none;
}

  #check:checked ~ label .n2 {
display:block;
}


 .contentContainer {

	  
	  display: block;
	  
   }
 
 
.min{

      width: calc(50% - 20px);
  

}


.cal{

  	   
       clear: left;
      width: calc(50% - 10px);
     
 
}





.mpic {
display: block;
float: none;
 width: 80%;
  clear: left;
  margin: 0 auto;
  padding: 5px;
  align-content: center;
  padding-top: 25px;
  
}


.mhd {
display: block;
  width: 100%;
  clear: right;
  margin-bottom: 100px;	
float: none;
	
}

.mnhd {
  
	padding-top: 1px;
	margin: 0px;

}


.mhd2 {
display: block;
  width: 100%;
  clear: right;
  margin-bottom: 100px;	
float: none;
	
}


.mnm  {
	
	padding-top: 5px;

	
    
}


	 
	 
.enm  {

	
	padding-top: 20px;

	
    
}
	 



.mcnt {
   margin-top: 60px;
   display: block;
   width: 90%;
   
   
}

 .qlinks h3 {
  padding-top: 2px;
font-size: .7em;
   }
   
  #cnpu .cnpu-content {
 
  width:90%;
  padding:5px 10px;
 
  
   
}  
    #cnpu2 .cnpu2-content {
 
  width:95%;
  
  line-height: .9em;
 
  
   
} 

}	 
	 
	 
