/* CSS Document */

body {
/*	background-color: #D0EED0; */
	background-color:white;
	font-family:Cachet-Book;
}

p {
	line-height: 150%;
}

@font-face {
    font-family: 'Cachet';
    src: url('/fonts/Cachet-Medium.eot?') format('eot'),
         url('/fonts/Cachet-Medium.woff') format('woff'),
         url('/fonts/Cachet-Medium.ttf') format('truetype'),
         url('/fonts/Cachet-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Cachet-Bold';
    src: url('/fonts/Cachet-bold.eot?') format('eot'),
         url('/fonts/Cachet-bold.woff') format('woff'),
         url('/fonts/Cachet-bold.ttf') format('truetype'),
         url('/fonts/Cachet-bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Cachet-Book';
    src: url('/fonts/Cachet-Book.eot?') format('eot'),
         url('/fonts/Cachet-Book.woff') format('woff'),
         url('/fonts/Cachet-Book.ttf') format('truetype'),
         url('/fonts/Cachet-Book.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.body_main {
	max-width:1200px;
	width:99%;
	margin: 10px auto 20px auto;
	font-family:Cachet-Book;
	padding-bottom:10px;
}

.top_menu {
	float:right;
	font-size: 13px;
	margin-right: 20px;
}

.top_menu a {
	margin-left:10px;
	text-decoration: none;
	color: #333;
}

.logo {
	background-repeat: no-repeat;
	width:247px;
	height:83px;
	margin:1px;
}

.site_title,
.site_subtitle { 
	text-align:center; 
	margin-left:auto;
	margin-right:auto;
	font-weight:bold;
/*	color: #01a490; */
	font-family:Cachet-Book;
	text-decoration: none;
}

.site_title a { text-decoration: none; }

ul li a { text-decoration: none; }


.pagetitle {
	color: #025E06;
	font-weight: bold;
	text-align:center;
}

.title_bar {
  display: flex;
	width:99%;
  margin-left:0;
	padding:5px;
}


.nav_container {
  display: flex;
  margin-left:0;
	padding:0px;
}

.news_container {
  display: flex;
	width: 90%;
}


.nav_node {
   flex: 1;
}

.main_contents {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}


.news,
.about,
.footer {
	margin-top: 1px; 
	padding-top: 1px;
	margin-left: auto;
	margin-right: auto;
}

.about { 
/*	font-size:14px;  */
}

.footer_title {
	border-radius: 8px 8px 0 0;
	font-size:13px;
	color:white;
	font-weight:bold;
	padding:5px;
	width:100%;
}

.footer_contents {
	border-radius: 0 0 8px 8px;
	padding-right: 10px;
}

.footer_contents,
.footer_contents a {
	color:white;
	text-decoration:none;
	line-height: 150%;
}

.footer_contact,
.footer_links,
.footer_links a {
	font-size:14px;
}

.footer_contact {
	white-space: nowrap; 
}

.section_header {
	border-radius: 5px;
	font-size:18px;
	color:white;
	font-weight:bold;
	padding: 5px;
	text-align:center;
}

.subsection {
	width:95%;
	padding-top:10px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.subsection_header,
.sub_header {
	border-radius: 5px;
	font-size:16px;
	padding: 5px;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
}

.subsection_header {
	color:white;
}

.sub_header {
	white-space: nowrap;
	display:inline-block;
	text-align:center;
}

.sub_item {
	border-radius: 5px; 
	display:inline-block;
	padding: 5px 15px;
	margin-bottom:5px; 
	text-decoration:none;
	color:white;
}



.facebook_box {
	margin: 10px;

}


.blog_box {
	margin: 10px;
	font-size:15px;
}

.slideshow  { 
	margin:10px 18px 10px 5px; 
}
.side_menu { 
	margin:10px; 
}

.sub_item,
.side_menu {
	color:white; 
	white-space: nowrap; 
	font-weight:bold; 
	display:inline-block; 
	list-style-type: none;
}

.side_menu {
	font-size:13px; 
	padding-right:10px; 
}

.sub_item td,
.side_menu ul li {
	border-radius: 5px; 
	padding: 5px 15px;
	margin-bottom:5px; 
}


.sub_item td a,
.side_menu ul li a {
	text-decoration:none;
	color:white;
}

.album_gallery {
	margin-left:auto;
	margin-right:auto;
}

.album_thumbnail  {
	max-width:200px;
	width:25%;
	border-radius: 4px;
	margin:5px;
}


.px10 {
font-size: 10px;
}

.px12 {
font-size: 12px;
}

.px13 {
font-size: 12px;
}


.px14 {
font-size: 14px;
}

.doublespacing {
	line-height: 150%;
}


.white {
	color: #FFFFFF;
	text-decoration: none;

}

.black {
	color: #000000;
	text-decoration: none;

}

.red {
	color: #FF0000;
	text-decoration: none;

}

.darkblue {
	color: #0C454C;
	text-decoration: none;

}

.centered {
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

.nodecoration,
.nodecoration ul li a,
ul.nodecoration li a {
	text-decoration: none;

}

.arrow {
	font-size:50px; 
	font-stretch: ultra-expanded; 
	padding:2px 10px; 
	color:black;
}

.campvacancyheader {
	border-radius: 5px;
	background-color:#00a1e5;
	font-size:18px;
	color:white;
	font-weight:bold;
}

.rounded-image {
	border:1px solid #;
	 -webkit-border-radius: 10px;
	 -moz-border-radius: 10px;
	 border-radius: 10px;  
}

.featured-image {
  width:90%;
  position: relative;
  text-align=center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
}

.vertical-center {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

div.figure {
  float: left;
  width: 45%;
  border: none;
  margin: 0.4em;
}

div.figure p {
  text-align: center;
  font-size:12px;
  text-indent: 0;
}

a.rcorners-quarter {
    border-radius: 25px;
	margin: 5px;
	float: left;
	font-weight:bold;
	color:#666;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
    padding: 25px 10px 100px 10px;  
	white-space: nowrap;
	width: 25%;
    width:200px;
	font-size: 17px;
    height: 65px;  
}

.rcorners-viking-blue {
  	border-radius: 15px;
  	background: #4bacc6;
  	padding: 17px 17px 17px 17px;  
	font-weight:bold;
	font-size: 17px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	width:150px;
}

table.camp-fees,
.camp-fees table,
table.schedule,
.schedule table {
	border-collapse: collapse;

}

.schedule table,
.schedule td,
.camp-fees table,
.camp-fees th,
.camp-fees td {
	border: 1px solid #b0b0b0;
}

.camp-fees table,
.camp-fees td {
	margin: 0px;
}


table.schedule td,
.schedule table td,
.camp-fees table,
.camp-fees th,
.camp-fees td {
	padding: 4px;
/*	font-size: 13px; */
}

.dual-box {
	margin-bottom: 10px;
}

.dual-box:after {
	clear:both;
}


.half-box {
	float:left;
	margin-left:0px;
	margin-right:5px;
}

.half-box img { 
	width:100%;
	border-radius: 8px;
	margin: 5px;
}
	
#summer_update,
#summer_schedule2 {
/*	table-layout: fixed; */
	border: 1px solid #b0b0b0;
	border-collapse: collapse;
	table-layout: fixed;
}

#summer_update {
	margin-bottom: 20px;
}

#summer_update td {
	overflow: hidden;
	border: 1px solid #b0b0b0;
	border-collapse: collapse;
	vertical-align: top;
	padding: 4px;
}

#summer_schedule2 td {
	overflow: hidden;
	border: 1px solid #b0b0b0;
	border-collapse: collapse;
}

/* #summer_schedule2 td div {
	height: 40px;
	overflow: hidden;
} */


@media screen and (min-width: 1001px) {
	
	
	.title_bar { flex-direction: row;  }
	.site_title,
	.site_subtitle{ 
		margin-top:auto;
		margin-bottom: 0px;
	}
	.site_title { font-size:40px;  }
	.site_subtitle { font-size: 15px;  }
	.news_container { flex-direction: row; }

	.facebook_box { margin-top: 65px; }

	.summer-t-shirt {
		float:right;
		font-size:12px; 
	}
	

}


.youtube_container {
    display: flex;
    justify-content: center;
	margin: 10px;
	width:90%;
}

.youtube_container_small {
    display: flex;
    justify-content: center;
	margin: 10px;
	width:55%;
}


iframe {
    aspect-ratio: 16 / 9;
    width: 100% !important;
}

@media screen and (max-width: 1000px) {
	.title_bar { flex-direction: column; }
	.site_title { font-size:5.5vw; }
	.site_subtitle { display:none; }
	.news_container { flex-direction: column; }

	.footer { width:98%; }
	
	.summer-t-shirt {
		padding-bottom: 10px;
		max-width:500px;
	}

}

@media screen and (min-width: 900px) {
	.rcorners-third-divide,
	.rcorners-quarter-divide {
		clear:both;
	}
}







@media screen and (min-width: 751px) {
	.subsection_header,
	table.camp-fees,
	.camp-fees table,
	#summer_schedule2 { width: calc(100% - 320px); }


	.nav_container { flex-direction: row-reverse; }
	.sns_icons {white-space:nowrap; padding-top:20px;}
	.slideshow { float:right; }

	.side_menu {
		float:right;
		margin-top:20px; 
	}

	.overlapping_slideshow {
		margin-right: 380px; 
	}
	
	.footer_contact {
		float: left; 
		margin: 14px 10px 5px 10px;
	}
	
	.footer_links {
		float: right;
		margin: 0 10px 5px 10px;
	}

	
	.half-box { 
		width:48%;
		
	}
	
	#summer_schedule2 td {
		height: 40px;
	}

	.schedule td {
		height: 20px;
	}

	.summer-t-shirt img {
		height:200px;
	}

	#summer_schedule2 td { width: 16%; }

	#summer_schedule2 #summer_half_cell  {width: 8%;}

	#summer_schedule2 #summer_double_cell  { width: 32%; }


}



@media screen and (max-width: 750px) {
	
	li {line-height: 200%;}

	.nav_container { flex-direction: column-reverse; }
	.sns_icons {padding-left:20px;}

	.footer_contact,
	.footer_links {
		padding: 10px 10px 5px 10px;
	}

	.dual-box {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.half-box { 
		width:95%; 
		margin-top:0px;
		margin-bottom:0px;
	}

	#summer_schedule2 td {
		height: 80px;
	}

	.schedule td {
		height: 40px;
	}

	
	.return750 { clear:both; }

	.summer-t-shirt,
	.summer-t-shirt img {
		max-width:700px;
		width:100%;
	}


	#summer_schedule2 {
    width: 100%;
    font-size: 16px;
}

	#summer_schedule2 td { width: 12.8%; }

	#summer_schedule2 #summer_half_cell  {width: 6.4%;}

	#summer_schedule2 #summer_double_cell  { width: 25.6%; }

	
}





@media screen and (min-width: 601px) {
	.mobile { display:none; }
	.nav-node { border-right: 1px solid #333; }


}



@media screen and (max-width: 600px) {
	.not_mobile { display:none; }


}
