<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
background-color:#efefef;
padding: 0;
margin: 0;
}
.h1 .contHeader {
  color: #695B3E !important;
}
.header {
	background-color: #ffffff;
	width: 100%;
	height: 200px;
}
.wrapper1 {
	width: 100%;
}
.lo
.wrapper {
	width: 100%;
	padding: 25px;
	padding-bottom: 35px;
}
.logo {
	width: 225px;
	padding-top: 6px;
	margin-left: 35px;
}
.slideshow1 {
	width: 100%;
}
.resp_img {
	width: 100%;
	height: auto;
}

.topnav {
  overflow: hidden;
  background-color: #fff;
  float: right;
  padding-top: 60px;
  margin-right: 25px;
}

.topnav a {
  float: left;
  color: #695b3f;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 15px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

.topnav-right {
  float: right;
}
.container {
  /*position: relative;*/
  text-align: center;
  color: white;
}
.container_mstr {
  position: relative;
  text-align: center;
  color: #555;
  padding: 25px;
}
.centered {
  position: absolute;
  top: 70%;
  left: 70%;
  transform: translate(-50%, -50%);
}
.h1_girl {
	display: inline;
	font-family: 'Inter', sans-serif;

}
.h1_main {
	color: #695b3e;
	font-family: 'Inter', sans-serif;
	font-size: 26px;
}
.h1_main2 .contHeader .{
  color: #695b3e;
  font-family: 'Inter', sans-serif;
  font-size: 26px;
  /*padding: 25px;*/
  text-align: center;
}
.header_text {
	color: #fff;
	font-family: 'Inter', sans-serif;
	padding: 20px;
	padding-top: 0;
}
.main_font{
	color: #8f8e8e;
	font-family: 'Inter', sans-serif;
	padding: 20px;
	padding-top: 0;
}
.staff_cont_body_header {
  font-size: 22px;
  color: #695B3E;

}
.center {
	position: relative;
	text-align: center;
}
/*.drjonah {
	float: left;
	width: 270px;
	padding: 25px;
}*/
.drj {
	padding-top: 25px;
	width: 250px;
}

.links {
	font-family: 'Cinzel', serif;
	color: #5c5044;
	text-decoration: underline;

}
.three_col {
	width: 250px;
}
.logo2 {
	width: 250px;
}
.phone2 {
	color: #5c5044;
	font-size: 26px;
}
.sm {
	padding:10px;
	padding-top: 50px;
}
.addy2 {
	margin-top: 50px;
}
/*button*/
.myButton {
	box-shadow: 0px 1px 0px 0px #f0f7fa;
	background-color:#5c5044;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: 'Cinzel', serif;
	text-transform: uppercase;
	font-size:15px;
	font-weight:bold;
	padding:12px 24px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
}
.myButton:hover {
	background-color:#796e64;
  color: #ffffff;
  text-decoration: none;

}
.myButton:active {
	position:relative;
	top:1px;
}
/*slides*/
#camps-quote {
    /*margin-top:50px;*/
    /*box-shadow: 7px 7px 7px #C0C0C0; 
    background-color: #7D9EC0; */
    height: 140px; 
    font-size: 16px;
    padding:7px;
    font-family: Arial;
    width:100%;
    text-align: center;
    overflow:hidden;
}

#testimonials{

}

#testimonials .slide {color: #aaa6a6;
;}

#testimonials .testimonial-quote {
    padding: 3px 0 0 65px; 
    line-height: 1.5em; 
    font-family: 'Inter', sans-serif;
    font-size: 16px; 
    font-weight: normal; 
    font-style: italic; 
    margin: 10px 0 20px 0;
}
/* Slideshow container */
.slideshow-container2 {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next &amp; previous buttons */
.prev2, .next2 {
  cursor: pointer;
  position: absolute;
  top: 0;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next2 {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev2:hover, .next2:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text2 {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext2 {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot2 {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot2:hover {
  background-color: #717171;
}

/* Fading animation */
.fade2 {
  -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}
}

   
/*gallery*/
.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column2 {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column2 img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}



@media only screen and (max-width: 600px) {
.header {
	height: 360px;
}
.logo {
  width: 75%;
  padding-left: 20px;

}
.centered{
	width: 60%;
  top:75%;
  text-align: center;
}
.header_text {
	font-size: 12px;
	margin-top: 5px;
}
.h1_girl {
	font-size: 20px;
}
.h1_main {
	padding-top: 35px;
}
.girl {
  padding-top: 30px;
}
}


@media only screen and (min-width: 768px) {
.header {
}
} </pre></body></html>