@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');

table {
	overflow-x:auto;
	padding: 10px;
	display: table;
	box-sizing: border-box;
	border-color: #977E20;
	border-collapse: separate;
	font-family: "Forum", serif;
	border-spacing: 0;
}

tr:first-child th:first-child, tr:first-child th:last-child, tr:last-child td:first-child, tr:last-child td:last-child {border: 2px solid #977E20;}

tr:first-child th:first-child {border-radius: 10px 0px 0px 0px;}
tr:first-child th:last-child {border-radius: 0px 10px 0px 0px;}
tr:last-child td:first-child {border-radius: 0px 0px 0px 10px;}
tr:last-child td:last-child {border-radius: 0px 0px 10px 0px;}

table tr th, table tr td {
	border: 2px solid #977E20;
	font-size: 1em;
	padding: 10px;
	
}

table tr th {
	text-align: left;
	padding-right: 2em;
}

th {
	display: table-cell;
	background-color: #977E20;
	color: #fff;

}

tr {display: table-row;}

.cellctr {
	text-align: center;
}

td {
    text-align: center; 
    vertical-align: middle;
}

td img {
	width: 500px;
}

#wrapper h4 {
	margin: 10px 40px;
	font-size: 1.5em;
	line-height: 1.25;  
	text-align: center;
	padding-bottom: 10px;
	padding: 10px;
	background-color: #977E20;
	margin-bottom: 20px;
	color: #013E4C;
	font-weight: bold;
	font-family: "Forum", serif;
	border-radius: 5px;
}







form{width: 95%; margin-right: auto; margin-left: auto;  }
form label, form {
	font-size: 0.9em;
	line-height: 1.25;
	color: #000;
	font-family: "Forum", serif;
	font-weight: bold;
}
label{line-height:1.5; padding-right: 10px; }

#submit h2 {
	text-align: center;
	padding: 10px;
	font-size: 1.15em;
	background-color: #977E20;
	margin-bottom: 20px;
	color: #013E4C;
	font-weight: bold;
	font-family: "Forum", serif;
	border-radius: 5px;}

#submit p {
	padding: 10px;
	font-size: 1.25em
}

/*carosuel code */
#slideshow-wrapper {
	width: 100%; 
	height: 500px;}

#slideshow {
	width: 100%; 
	height: 500px; 
	overflow: hidden; 
	white-space: nowrap;}

#slideshow img {
	width: 100%; 
	height: 100%; 
	display: inline-block;}

.circle {
	display: inline-block; 
	background-color: lightgrey; 
	width: 12px; /*12 / 1280*/
	height: 12px; 
	border-radius: 50%; 
	margin-right: 1.172%;
color: greenyellow;} /*15 / 1280*/
	

#circle-nav {
	margin-top: -50px; 
	text-align: center;}


/*box columns on contact page */
* {
  box-sizing: border-box;
}

.column {
  float: left;
  padding: 10px;
margin-left: auto;
	margin-right: auto;
}

.left {
  width: 70%;
}

.right {
  width: 30%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.row h2 {
	text-align: center;
	padding: 10px;
	font-size: 1.15em;
	background-color: #977E20;
	margin-bottom: 20px;
	color: #013E4C;
	font-weight: bold;
	font-family: "Forum", serif;
	border-radius: 5px;}

.row p {
	text-align: left;
	font-size: 1.1em;
	line-height: 1.25;
	color: #000;
	font-weight: bold;}

.row p1 {
	text-align: left;
	font-size: 0.9em;
	line-height: 1.25;
	color: #000;
	font-family: "Forum", serif;
}

.row img {
	padding: 5px 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	 max-width: 100%;
  height: auto;
}


/*elements for activities page*/
.container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

img {
	max-width: 100%;
	max-height: 100%;
}

.text h1 {
	margin: 10px 40px;
	font-size: 1.3em;
	line-height: 1.25;  
	padding-left: 1.25em;
	padding-right: 1.25em;
	text-align: center;
	padding-bottom: 10px;
	padding: 10px;
	background-color: #977E20;
	margin-bottom: 20px;
	color: #013E4C;
	font-weight: bold;
	font-family: "Forum", serif;
	border-radius: 5px;
}

.text p {
	text-align: center;
	line-height: 1.25;
	color: #000;
	font-size: 1em;
	padding-left: 1.25em;
	padding-right: 1.25em;
}




/*basic styling*/
#wrapper {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #CBC096;
	margin-bottom: 20px;
	
}

#wrapper-sm {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	background-color: #CBC096;
	margin-bottom: 2em;
}

header {
	width: 90%; /*960 / 1600*/
	margin: 0 auto; 
	position: relative;
}

#header-content img {width: 10%;}

#headnav {width: 87%;
padding: 0.5em;}

nav {
	position: absolute; 
	top: 2.5em; right: 3em; 
	color: #013E4C; 
	font-family: "Forum", serif;
	font-weight: bold;}

nav li {
	display: inline-block;}
nav a {
	padding: 5px 40px; 
	text-decoration: none;  
	color: #013E4C; 
	}
nav a:hover {
	background-color: #013E4C;
	color: #fff;}
a:hover {
	color: #013E4C;}
a {
	text-decoration: none;  
	color: #013E4C; 
	}


#banner {
	text-align: center;
	align-content: center;
	padding: 0px 1.25em 20px 1.25em;
	font-family: "Forum", serif;
}

#banner img {
	height: 300px;
	width: 100%;
}

#color-bar {
	background-color: #013E4C; 
	color: #fff; 
	text-align: center; 
	padding: 15px 0; 
	font-size: 1.25em; /*20/16*/
	font-family: "Forum", serif;}

#color-bar h2 {
	font-size: 1.25em;
	font-family: "Forum", serif;
}

#color-bar h1 {
	font-size: 2.188em;
	font-family: "Forum", serif;
}

p {
	font-size: 1.563em;
	font-family: "Forum", serif;
	text-align: center;
}

footer {
	clear: both;
	width: 100%;
	background:#013E4C;
	text-align: center;
	padding: 16px 0 16px 0;
}

footer p {
	padding-top: 5px;
	color: #ffffff;
	font-size: 0.625em;
	line-height: 1.25;}

footer h3 {
	padding-top: 5px;
	color: #ffffff;
	font-size: 1em;
	line-height: 1.25;}



/*bottom columns*/
.overview {
	background:#CBC096;
	padding: 14px 1.4%; 
	font-family: "Forum", serif;
	width: 95%;
	margin: 0 auto; 
	display: flex;}

.box h3 {
	text-align: center;
	padding: 10px;
	font-size: 1.15em;
	background-color: #977E20;
	margin-bottom: 20px;
	color: #013E4C;
font-weight: bold;
border-radius: 5px;}

.box p {
	text-align: center;
	font-size: 1.1em;
	line-height: 1.25;
	color: #000;}

.box {
	width: 60%; 
	display: inline-block; 
	text-align: center;
	transition: scale, 2s;}

.box:hover {
	transform: scale(1.15);
}

.box:first-of-type { 
	margin-right: 1%; } /*25px*/

.box:nth-of-type(2), .box:nth-of-type(3){ 
	margin-left: 1%; 
	margin-right: 1%; }

.box:last-of-type { 
	margin-left: 1%; }


/*tablet*/
@media only screen and (max-width: 1024px) {

	#slideshow, #slideshow-wrapper, #banner { 
		height: 300px; }
	
	.circle { 
		width: 9px;
		height: 9px; }
	
	.container {
		padding-left: 0.313em;
		padding-right: 0.313em;}
	
	#header-content img { 
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 2em;
		align-content: center;
		display: block;}
	
	nav {
		width: 100%;
		display: flex;
		justify-content: center;
		position: relative;
		margin-top : 20px;
		top: 0;
		right: 0;
		left: 0em;
		}
}

/*mobile*/
@media only screen and (max-width: 480px) {
	
	.box h3 {margin-bottom: 5px;}
	.box p {padding-bottom: 15px;}
	
	.column {width: 100%;}
	
	#slideshow, #slideshow-wrapper, #banner {height: 200px;}
	
	.overview {
		flex-direction: column;
		justify-content: center;
 		align-items: center; 
	}
	
	.container {
	padding-left: 0.313em;
		padding-right: 0.313em;
	}	
	
	header {width: 100%;}
	
	#header-content img {
		padding-left: 0.25em;
		height: 100%;
		width: 25%;}
	
	nav {
		width: 100%;
	}
	
	nav li {
		width: 100%;
	}
	
	li a, nav {
    	align-content: center;
   		display: block;
		background-color: #977E20;
		color: #fff;
		text-align: center;
		border-bottom: 1px solid white;
		right: 0em; left: 2em;
		border-radius: 10px;
		top: 0.05em;
		
	}
}