body {
background-color:#efefef;
padding: 0;
margin: 0;
}
.header {
	background-color: #ffffff;
	width: 100%;
	height: 140px;
}
.wrapper1 {
	width: 100%;
}
.lo
.wrapper {
	width: 100%;
	padding: 25px;
	padding-bottom: 35px;
}
.logo {
	width: 225px;
	padding-top: 6px;
	margin-left: 35px;
}
.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;
}
.staff_cont_body_header {
  font-size: 22px;
}
.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: 20px;
  padding-top: 35px;
}
.centered {
  position: absolute;
  top: 78%;
  left: 55%;
  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;
}

.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;
}
.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: #598fea;
	text-decoration: underline;

}
.three_col {
	width: 250px;
}
.logo2 {
	width: 250px;
}
.phone2 {
	color: #3b5998;
	font-size: 26px;
}
.sm {
	padding:10px;
	padding-top: 50px;
}
.addy2 {
	margin-top: 50px;
}
/*button*/
.myButton {
	box-shadow: 0px 1px 0px 0px #f0f7fa;
	background-color:#598fea;
	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:linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
	background-color:#019ad2;
}
.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;
}
/*gallery*/


.row2 {
  display: -ms-flexbox; /* IE 10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE 10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create two equal columns that sits next to each other */
.column2 {
  -ms-flex: 50%; /* IE 10 */
  flex: 50%;
  padding: 0 4px;
}

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

/* Style the buttons */
.btn1 {
  border: none;
  outline: none;
  padding: 10px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
  font-size: 18px;
}

.btn1:hover {
  background-color: #dd d;
}

.btn1.active {
  background-color: #666;
  color: white;
}