/*Version 2.2*/
* {
	box-sizing: border-box;
}
body {
	margin: 0 auto;
	max-width: 2000px;
	min-width: 200px;
	height: 100%;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
body a {
	color: #000;
	text-decoration: none;
}
body h1 {
	font-size: 2.8rem;
}
body h2 {
	font-size: 2.2rem;
}
body h3 {
	font-size: 1.8rem;
}
body p {
	font-size: 1.5rem;
}
li {
	font-size: 1.5rem;
}
header {
	width: 99%;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: sticky;
	margin: 0 auto;
	background-color: #FFF;
	max-height: 1000px;
	border-top: none; 
	border-right: none;
	border-left: none;
	border-bottom: none;
}
.counselorbiolist {
	width: 60%;
	margin-left: 225px;
}
.counselorbiolist ul {
	padding-bottom: 25px;
	padding-right: 15px;
	margin-left: 25px;
}
.counselorbiolist h3 {
	
}
.counselorbioindented li {
	font-size: 1.2rem;
	margin-top: 15px;
}
.aleo-headings {
  font-family: "Aleo", "Times New Roman", serif;
  /*font-optical-sizing: auto;*/
  font-weight: 400;
  font-style: normal;
}
.noto-sans-headings {
  font-family: "Noto Sans", Arial, sans-serif;
  /*font-optical-sizing: auto;*/
  font-weight: 400;
  font-style: normal;
  /*font-variation-settings:
    "wdth" 100;*/
}
.banner {
	margin: 0 auto;
}
.banner img {
	height: auto;
	max-height: 600px;
	max-width: 100%;
}

nav {
	height: 1.0rem;
	margin-top: -40px;
}
.navbar {
	overflow: hidden;
	background-color: #A88541;
}
 .navbar a {
	  float: left;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  
 }
.dropdown {
  float: left;
  overflow: hidden;
}
.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: #FFF;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
.navbar a:hover/*, .dropdown:hover .dropbtn*/ {
  background-color: #f9f9f9;
  color: #A88541;
}
.dropdown:hover .dropbtn {
	background-color: #f9f9f9;
	color: #f9f9f9;
}
.dropdown-content {
	 display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  margin-top: 48px;
  z-index: 1;
}
.dropdown-content a {
	 float: none;
  color: #A88541;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown-content a:hover {
  background-color: #ddd
}
.dropdown:hover .dropdown-content {
  display: block;
}
main {
	margin: -25px auto 0 auto;
	width: 100%;
	background-color: #FFF;
	padding-bottom: 25px;
}
.biobox {
	width: 99%;
	display: flex;
	justify-content: flex-start;
	max-width: 2000px;
	margin: 0 auto;
	padding-top: 50px;
	background-color: #F6F6F6;
	border: none;
}
.biobox h1 {
	padding-left: 15px;
}
.biobox p {
  font-family: "Noto Sans", Arial, sans-serif;
  /*font-optical-sizing: auto;*/
  font-weight: 400;
  font-style: normal;
  padding: 0 15px 0 15px;
}
.indent {
	margin: 0 auto;
	text-align: center;
	
	
}
.floatright {
	float: right;
	height: auto;
	width: auto;
	padding: 15px 25px 50px 25px;
}
.floatleft {
	float: left;
	height: auto;
	width: auto;
	padding: 15px 25px 50px 25px;
}
.mountainimage {
	/*display: flex;
	justify-content: flex-start;
	max-width: 1500px;*/
	margin: 0 auto;
	margin-top: 105px;
	margin-bottom: 25px;
	width: 99%;
	padding-bottom: 50px;
	opacity: 0.8;
	background-image: url("images/True_Self_Logo_Symbol_Masked500.jpg");
	height: 500px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}
.contactimage {
	margin: 0 auto;
	margin-top: 100px;
	margin-left: 25px;
	margin-bottom: 25px;
	width: 99%;
	opacity: 1.0;
	background-color: #f9f9f9;	
	/*background-image: url("images/contactmeimage.jpg");*/
	height: 500px;
	background-position: left;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}
.contactimage img {
	position: absolute;
	top: 45%;
	left: 25%;
	transform: translate(-50%, -50%);
}
.mountaintext {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	/*top: 100px;
	left: 150px;*/
	transform: translate(-50%, -50%);
	color: #000;
}
.contacttext {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 60%;
	/*top: 100px;
	left: 150px;*/
	transform: translate(-50%, -60%);
	color: #000;
}
footer {
	margin: 0 auto;
	background-color: #54A787;
	
display: flex;
	flex-direction: column;
	align-items: center;
	position: sticky;
}

footer p {
	font-size: 1.0rem;
	line-height: 1.2;
	text-align: center;
}
footer a {
	text-decoration: underline;
}
.contactdiv {
	display: flex;
	justify-content:center;
	height: auto;
	width: 99%;
	background-color: #fff;
	margin: 0 auto;
	padding: 50px;
}
.contactcontent {
	margin: 15px auto;
	margin-bottom: -25px;
	width: 99%;
	height: auto;
	background-color: #f9f9f9;
padding: 50px 0;	
	text-align: center;
}
#map {
	height: 100%;
	width: 500px;
}
@media screen and (max-width: 375px) {
	.mountaintext h1 {
		margin-top: 70px;
	}
}
@media screen and (max-width: 500px) {
	.indexadjust h1{
		font-size: 2.2rem;
	}
	.indexadjust h2 {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 600px) {
	body {
		background-color: #A88541;
	}
	body h1 {
		font-size: 2.6rem;
	}
	body h2 {
		font-size: 2.0rem;
	}
	header {
		width: 100%;
		margin-bottom: 150px;
	}
	main {
		width: 100%;
	}
	.aleo-headings {
  font-family: "Aleo", "Times New Roman", serif;
  /*font-optical-sizing: auto;*/
  font-weight: 400;
  font-style: normal;
}
	.mountainreappear {
		display: block;
	}
	.floatright {
		float: none;
		display: block;
		margin-left: auto; 
		margin-right: auto;
		width: 50%;
	}
	.floatleft {
		float: none;
		display: block;
		margin-left: auto; 
		margin-right: auto;
		width: 50%;
	}
	.mountainnone {
		display: none;
	}

	.navmobile {
		display:  none;
	}
	.navbutton { 
		position: relative;
	}
	.dropdowner {
		float: left;
		overflow: hidden;
	}
	.dropdowner .dropbtner {
  font-size: 16px;  
  border: none;
  outline: none;
  color: #FFF;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
.dropdowner-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9; 
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  margin: -25px;
  left: -35px;
  z-index: 1;
}
.dropdowner-content a {
	 float: none;
  color: #A88541;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
	line-height:75%;
}
.dropdowner-content a:hover {
  background-color: #ddd;
  opacity: 1.0;
}

.dropdowner:hover .dropdowner-content {
  display: block;
}

	.navbutton img:hover {
		background-color: #f9f9f9;
		color: #A88541;
	}
	.hamburger {
		background-color: #A88541;
		position: absolute;
		height: 100px;
		width: 100px;
		top: 50px;
		right: -50px;
	}
	
}

.clear {
	clear: both;
}
@media screen and (min-width: 601px) {
	.navdesktop {
		display: none;
	}
	.hidebanner {
		display: none;
	}
	
}

@media screen and (max-width: 768px) {
	.biomobile {
		display:none;
	}
	.biodesktop a {
		text-decoration: underline;
	}
	.biodesktop a:hover {
		color: Orange;
	}
}	
@media screen and (min-width: 769px) {
	.biodesktop {
		display: none;
	}
	
}
@media screen and (max-width: 913px) {
	.contactimage img {
		display: none;	
		}
			.contacttext {
	display: block;
	color: #000;
	text-align: center; 
top: 60%;
left: 45%;
}
}
@media screen and (min-width: 1484px) {
	.wrapindentright {
		padding-right: 440px;
	}
}

@media screen and (min-width: 1498px) {
	.wrapindent {
		padding-left: 305px;
	}
}