@charset "utf-8";

/* ---------------------TABLE OF CONTENT--------------------------------------------------------

    1.  Global
    2.  Common Classes
	3.	Slider

*/

/*-----------------------------------------------------------------------------------*/
/*	1.	Global
/*-----------------------------------------------------------------------------------*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,

article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

/*-----------------------------------------------------------------------------------*/
/*	2.	Common Classes
/*-----------------------------------------------------------------------------------*/

body {
	width: 100%; 
	height: 100%; 
	margin: 0px; 
	padding: 0px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}
html {
  scroll-behavior: smooth;
}

row {
	margin-left: -15px !important;
	margin-right: -15px !important;
}
.row {--bs-gutter-x: 0 !important;}

a {
	font-family: 'Poppins', sans-serif;
	color: #222; 
	text-decoration: none; 
	border: none;
}
a:link {
	color: #222; 
	text-decoration: none;
}
a:visited {
	color: #222; 
	text-decoration: none;
}
a:hover {
	color:#cc926b !important; 
	text-decoration:none;
}
h1, h2, h3, h4 {
	font-family: 'Cormorant Infant', sans-serif !important;
}

h5, h6 {
	font-family: 'Montserrat', sans-serif !important;
}
h2.mont {
	font-family: 'Montserrat', sans-serif !important;

}

p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #6d6e72;
	font-weight: 400;
}
.bold {
	font-weight:bold;
}


li {
	line-height: 1.7em;
	font-family: 'Poppins', sans-serif !important;
	font-weight: 400;
}

.btn-gold {
	background-image: linear-gradient(to right, #e5ac81 , #b77d55);
	color: #fff;
	border-radius: 5px;
	padding: 16px;
	border: transparent;
}

a.btn-gold {
	color: #fff;
	text-decoration: none;
}
.btn-gold:hover {
	color: #fff !important;
	background-color: #b77d55 !important;
	text-decoration: none;
}

.huge {
	font-size: 2em;
}

@media (min-width: 900px) { 
.huge {
	font-size: 3.4em;
}
}
.white {
	color: #ebebeb;
}
.grey {
	color:#6d6e72;
}
.darkgrey {
	color: #333;
}
.tan {
	color: #b77d55;
}
.text-justify {
	text-align: justify;
}

a.white {
	color: #fff !important;
}

a.white:hover {
	color: #6d6e72 !important;
	text-decoration: none;
}



/*-----------------------------------------------------------------------------------*/
/*	3.	Navbar
/*-----------------------------------------------------------------------------------*/


#header{
  width: 100%;
  overflow: hidden;
}

.wrapper__video{
  object-fit: cover;
  width: 100%;
  height: 100%;
}


.overlay {
  background: rgba(0, 0, 0, 0.3);
  height: 700px;
  
}	

#headerabout {
  background-image: url(/images/mountains-about.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 220px;
}

#headerservices {
  background-image: url(/images/mountains-services.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 220px;
}

#headerrates {
  background-image: url(/images/mountains-rates.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 220px;
}

#headerfaq {
  background-image: url(/images/mountains-faq.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 220px;
}

#headercontact {
  background-image: url(/images/mountains-contact.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 220px;
}

/* Add some content at the bottom of the video/page */
.content { 
  position: absolute;
  top: 0;
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
  z-index: 200;
}

.topbar {
	background-color: #b77d55; /* For browsers that do not support gradients */
	background-image: linear-gradient(to right, #e5ac81 , #b77d55);
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 1px;
}

.navbar-nav {
	background-color: #222;
}

.navbar-default {
	background-color:rgba(255,255,255,0);
	border-color:transparent;
	background-image:none;
	box-shadow:none;	
}
.navbar {	
	background-color:rgba(255,255,255,0);
	min-height: 100px;
}

.navbar-item {
	width: 100%;
	text-align: center;
}

a.navbar-brand {
    font-size: 18px;
    font-weight: bold;
	color: #222;
	padding: 25px;
	font-family: 'Cormorant Infant', sans-serif !important;
	
}


a.nav-link {
	font-size:18px; 
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 300;
	color: #fbf3ec !important;
	text-align: center;
	width: 100%;

}

.navbar-default .navbar-nav>li>a {
   color:#222; 
    border-bottom: 1px solid transparent;
}


a.nav-link:hover {
    color: #fff !important;
	background-color: #b77d55;
	transition-duration: 1s;
}


.navbar-toggle {
      margin:10px 0; 
      background:#36C; 
      color:#FFF;
}

li.nav-item {
	padding-left: 1px;
}

@media (min-width: 900px) { 
.navbar-nav {
	background-color: rgba(0,0,0,0);
	color: #222;
}
.navbar-item {
	width: 150px;
}
a.nav-link {
	width: 125px !important;
	color: #222 !important;	
}
li.nav-item {
	padding-left: 32px;
}
}

/*-----------------------------------------------------------------------------------*/
/*	4.	Content
/*-----------------------------------------------------------------------------------*/


#practice {
	padding-top: 75px;
	padding-bottom: 30px;
	background-color: rgba(229, 172, 129, 0.15) !important;
}

.border-gradient {
  border-top: 10px solid;
  border-image-slice: 1;
  border-width: 3px;
}
.border-gradient-gold {
  border-image-source:  linear-gradient(to right, #e5ac81 , #b77d55);
}

#about {
	padding-top: 50px;
	padding-bottom: 50px;
}

#faq {
	padding-top: 50px;
	padding-bottom: 50px;
	min-height: 650px;
}

#services {
	padding-top: 75px;
	padding-bottom: 50px;
}

#experience {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ebebeb;
  background-image: url(/images/tree-splash.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

#contact {
  padding-top: 75px;
  padding-bottom: 50px;
  background-color: #222;
}

.container-large {width: 80%; margin-left:auto; margin-right: auto;}
.shade-1 {background-color: #d7d7d7; padding: 30px;}
.shade-2 {background-color: #cccccc; padding: 30px;}
.shade-3 {background-color: #c7c7c7; padding: 30px;}
.shade-4 {background-color: #bfbfbf; padding: 30px;}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin-bottom: 25px !important;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}


button.accordion {
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700;
}

.sticky {
position: sticky;
top: 10%;
}

/*-----------------------------------------------------------------------------------*/
/*	5.	Contact Form
/*-----------------------------------------------------------------------------------*/

.helloform {
	width: 100% !important;
	font-family: 'Poppins', sans-serif !important;
}


/*-----------------------------------------------------------------------------------*/
/*	6.	Footer
/*-----------------------------------------------------------------------------------*/

footer {
	width: 100%;
	text-align:	center;
	background-color: #171819;
}

footer .copyright a {
	font-family: 'Poppins', sans-serif; 
	font-size:13px; 
	color: #ddd; 
	text-decoration: none; 
	border: none
}
footer .copyright a:hover {
  color: #409abc;
  font-size:13px;
}

footer .copyright small {
  font-family: 'Poppins', sans-serif; 
  color: #ddd;
  font-size: 13px;
}

footer .copyright img { 
  display: inline-block;
  vertical-align: middle;
}

