/* Description: Master CSS file */

/*****************************************
Table Of Contents:
- General Styles
- Navigation
- Header
- Services
- Details 1
- Details Modal
- Details 2
- Projects
- Testimonials
- Pricing
- Invitation
- Contact
- Footer
- Copyright
- Back To Top Button
- Extra Pages
- Media Queries
******************************************/

/*****************************************
Colors:
- Backgrounds - light gray #f9f9f9
- Buttons - red #ff5574
- Buttons - blue #6168ff
- Headings text - black #222222
- Body text - dark gray #363636
******************************************/


/**************************/
/*     General Styles     */
/**************************/
body,
html {
    width: 100%;
	height: 100%;
}

html {
  scroll-padding-top: 5rem;
}

body, p {
	color: #363636;
	font-family: "Open Sans", sans-serif;
	font-size: 1rem;
	line-height: 1.625rem;
	font-weight: 400;
}

h1, h3, h5 {
	font-family: "Glory", sans-serif;
}
h2, h4, h6 {
	font-family: "Open Sans", sans-serif;
}

h1 {
	color: #222222;
	font-weight: 700;
	font-size: 2rem;
	line-height: 2rem;
	letter-spacing: -0.4px;
}

h2 {
	color: #222222;
	font-weight: 700;
	font-size: 2rem;
	line-height: 2.625rem;
	letter-spacing: -0.4px;
}

h3 {
	color: #222222;
	font-weight: 700;
	font-size: 1.75rem;
	line-height: 2.25rem;
	letter-spacing: -0.2px;
}

h4 {
	color: #222222;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 2rem;
	letter-spacing: -0.2px;
}

h5 {
	color: #222222;
	font-weight: 700;
	font-size: 1.35rem;
	line-height: 1.625rem;
}

h6 {
	color: #222222;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.375rem;
}

.p-large {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.p-small {
	font-size: 0.875rem;
	line-height: 1.5rem;
}

.testimonial-text {
	font-style: italic;
}

.testimonial-author {
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.li-space-lg li {
	margin-bottom: 0.5rem;
}

a {
	color: #be2e13;
	text-decoration: underline;
}

a:hover {
	color: #dc553b;
	text-decoration: underline;
}

.no-line {
	text-decoration: none;
}

.no-line:hover {
	text-decoration: none;
}

.section-title {
	display: inline-block;
	margin-bottom: 0.75rem;
	padding: 0.125rem 1.75rem;
	border-radius: 30px;
	background-color: #ffe7eb;
	color: #ff5574;
	font-weight: 700;
	font-size: 0.875rem;
}

.btn-solid-reg {
	display: inline-block;
	padding: 1.375rem 2.25rem 1.375rem 2.25rem;
	border-radius: 30px;
	border: 1px solid #dc553b;
	background-color: #dc553b;
	color: #ffffff;
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-reg:hover {
	border: 1px solid #be2e13;
	background-color: #be2e13;
	color: #ffffff; /* needs to stay here because of the color property of a tag */
	text-decoration: none;
}

.btn-solid-lg {
	display: inline-block;
	padding: 1.25rem 2.25rem;
	border: 1px solid #dc553b;
	border-radius: 30px;
	background-color: #dc553b;
	color: #ffffff;
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-lg:hover {
	border: 1px solid #be2e13;
	background-color: #be2e13;
	color: #ffffff; /* needs to stay here because of the color property of a tag */
	text-decoration: none;
}

.btn-solid-sm {
	display: inline-block;
	padding: 1rem 1.5rem 1rem 1.5rem;
	border: 1px solid #dc553b;
	border-radius: 30px;
	background-color: #dc553b;
	color: #ffffff;
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-sm:hover {
	border: 1px solid #be2e13;
	background-color: #be2e13;
	color: #ffffff; /* needs to stay here because of the color property of a tag */
	text-decoration: none;
}

.btn-outline-reg {
	display: inline-block;
	padding: 1.375rem 2.25rem 1.375rem 2.25rem;
	border: 1px solid #363636;
	border-radius: 30px;
	background-color: transparent;
	color: #363636;
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-reg:hover {
	background-color: #363636;
	color: #ffffff;
	text-decoration: none;
}

.btn-outline-lg {
	display: inline-block;
	padding: 1.625rem 2.625rem 1.625rem 2.625rem;
	border: 1px solid #363636;
	border-radius: 30px;
	background-color: transparent;
	color: #363636;
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-lg:hover {
	background-color: #363636;
	color: #ffffff;
	text-decoration: none;
}

.btn-outline-sm {
	display: inline-block;
	padding: 1rem 1.5rem 1rem 1.5rem;
	border: 1px solid #363636;
	border-radius: 30px;
	background-color: transparent;
	color: #363636;
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-sm:hover {
	background-color: #363636;
	color: #ffffff;
	text-decoration: none;
}

select {
    /* you should keep these first rules in place to maintain cross-browser behavior */
    -webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url('../images/down-arrow.png');
    background-position: 98% 50%;
    background-repeat: no-repeat;
    outline: none;
}


/* Colors */
.bg-white {
	background-color: #ffffff;
}
.bg-beige {
	background-color: #fff2d5;
}
.bg-gray {
	background-color: #f9f9f9;
}
.bg-ltgreen  {
	background-color: #eaf3d5;
}
.bg-mdgreen  {
	background-color: #dce7c4;
}
.bg-brgreen  {
	background-color: #b4e75b;
}
.bg-ltbrown  {
	background-color: #d5c5a9;
}
.bg-ltblue  {
	background-color: #eaf6ff;
}

.tx-gray {
	color: #363636;
}
.tx-green, h2, h3, h5 {
	color: #415c2b;
}
.tx-ltgreen {
	color: #8da15f;
}
.tx-dkgreen, h1 {
	color: #263920;
}
.tx-brgreen {
	color: #b4e75b;
}
.tx-beige {
	color: #f5f0d5;
}
.tx-brown, .header p, .booking h3 {
	color: #5e3a25;
}
.tx-ltbrown {
	color: #9d7556;
}
.tx-dkbrown {
	color: #382517;
}
.tx-ltblue {
	color: #56a3de;
}
.tx-blue {
	color: #0094b1;
}
.tx-dkblue {
	color: #13457e;
}
.tx-dkteal {
	color: #007d79;
}
.tx-dkpurple {
	color: #00acce;
}


/**********************/
/*     Navigation     */
/**********************/
.top-bar {
	background-color: #263920;
	padding-top: 0.5rem;
	font-family: "Glory", sans-serif;
	font-size: 1rem;
	line-height: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.06rem;
	text-align: center;
	color: #8da15f;
}

.top-bar a {
	color: #8da15f;
	text-decoration: none;
}

.top-bar a:hover {
	color: #a1b76d;
}

.navbar {
	background: transparent;
	z-index: 299;
	background-image: url("../images/leaves-bkgd.png");
	background-position: center bottom;
	background-repeat: repeat-x;
	font: 700 1.8rem/2rem "Glory", sans-serif;
}

.navbar .navbar-brand {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.navbar .logo-image img {
	max-height: 100%;
	width: 200px;
	transition-timing-function: ease;
	transition: 0.5s;
}

nav a.logo-image {
	padding: 0 !important;
}

.offcanvas-collapse {
	position: fixed;
	top: 7rem;
	/*top: 3.25rem;  adjusts the height between the top of the page and the offcanvas menu */
	bottom: 0;
	left: 100%;
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	overflow-y: auto;
	visibility: hidden;
	background-color: #415c2b;
	transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.offcanvas-collapse.open {
	visibility: visible;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.navbar .navbar-nav {
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
}

.navbar .nav-item .nav-link,
.navbar-light .navbar-nav .nav-link:focus {
	color: #8da15f;
}

.navbar .nav-item .nav-link {
	margin: 0 0.15rem;
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	text-decoration: none;
	transition: all 0.2s ease;
	text-transform: uppercase;
	border-radius: 5px;
	background: #415c2b;
}

.navbar .nav-item.dropdown.show .nav-link,
.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link.active {
	color: #b4e75b;
}

/* Dropdown Menu */
.navbar .dropdown .dropdown-menu {
	animation: fadeDropdown 0.2s; /* required for the fade animation */
}

@keyframes fadeDropdown {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
	}
}

.navbar .dropdown-menu {
	margin-top: 0rem;
	margin-bottom: 0.25rem;
	margin-left: .5rem;
	border: none;
	background-color: #e3e1d3;
	border-radius: 0 5px;
}

.navbar .dropdown-item {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	color: #625f48;
	font: 400 1rem/1rem "Open Sans", sans-serif;
	text-decoration: none;
}

.navbar .dropdown-item:hover {
	background-color: #b4e75b;
	color: #1b3507;
}

.navbar .dropdown-divider {
	width: 100%;
	height: 1px;
	margin: 0.5rem auto 0.5rem auto;
	border: none;
	background-color: #d5c5a9;
}
/* end of dropdown menu */

.navbar .navbar-toggler {
	float: right;
}

.navbar-toggler:focus {
	box-shadow: 0 0 0 0;
}

/* ANIMATED TOGGLE */
.hamburger {
  padding: 13px 13px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: #415c2b;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover .hamburger-inner,
  .hamburger:hover .hamburger-inner::before,
  .hamburger:hover .hamburger-inner::after {
    background-color: #b4e75b; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #b4e75b; }

.hamburger-box {
  width: 25px;
  height: 14px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px;
    height: 4px;
    background-color: #8da15f;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/* end animated toggle */




.navbar .btn-solid-sm {
	border-color: #6168ff;
	background-color: #6168ff;
}

.navbar .btn-solid-sm:hover {
	background-color: transparent;
	color: #6168ff;
}


/********************/
/*    Homepage Animation Video   */
.homepage-animation {
	max-width: 980px;
	margin: 0 auto;
}
.SideDock_module_root__406dab7b {
	display:none!important;
}


/* Header Images */

header.home-header {
	background-image: url("../images/path-bkgd.jpg");
	background-position: center;
	padding-top: 0;
	padding-bottom: 0;
}

header.header {
	padding-top: 1rem;
	padding-bottom: .3rem;
	background-position: center;
	text-align: center;
}
header.inner {
	background-image: url("../images/header-bg.jpg");
}
header.leaves {
	background-image: url("../images/header-bg2.jpg");
}
header.hobbit {	
	background-color: #d3e7e3;
}
header.firefly {
	background-color: #cfdbf2;
}
header.dragonfly {
	background-color: #d8e7d3;
}


/********************/
/*    Testimonials   */

#carouselTestimonial .carousel-item {
	padding: 0 4rem;
}

.testimonial-text {
	font-size: 1.4rem;
	line-height: 2rem;
	font-style: normal;
	color: #415c2b;
}

.testimonial-name {
	font-size: 1.25rem;
	font-weight: 700;
	color: #263920;
}


/* PHOTO CAROUSEL */

.carousel-photos .carousel-item img {
	max-height: 600px;
	object-fit: contain;
}

.carousel-photos .carousel-control-prev-icon {
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23be2e13' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
 
.carousel-photos .carousel-control-next-icon {
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23be2e13' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}


/*******************/
/*     Contact     */
/*******************/
.c-form {
	text-align: left;
}

.c-form label {
	margin-top: .8rem;
	color: #8da15f;
}

.c-form input, .c-form textarea {
	width: 95%;
	padding: 5px 15px;
	border-radius: 10px;
	border: 1px solid tan;
}

.c-form .list-unstyled {
	margin-bottom: 3.5rem;
}

.c-form .list-unstyled .fas {
	color: #6168ff;
}


/******************/
/*     Lists     */
/******************/

/* Chevron */
.list-display li {
	margin-bottom: .4rem;
}
.list-chevron {
	padding-left: 1.5rem;
}
.list-chevron li {
	list-style-type:none;
	padding-left: 1rem;
}
.list-chevron li:before {    
	font-family: 'FontAwesome';
	font-size: .75rem;
	content: "\f054";
	margin: 0 10px 0 -17px;
	color: #8da15f;
}

/* Checkmarks */
.list-display li {
	margin-bottom: .4rem;
}
.list-checkmarks {
	padding-left: 1.5rem;
}
.list-checkmarks li {
	list-style-type: none;
	padding-left: 1rem;
}
.list-checkmarks li:before {    
	font-family: 'FontAwesome';
	font-size: .75rem;
	content: "\f00c";
	margin: 0 10px 0 -28px;
	color: #8da15f;
}


/******************/
/*     Footer     */
/******************/
.footer {
	position: relative;
	margin: 0 auto;
	padding-top: 3rem;
	background-color: #e8dac0;
	text-align: left;
}

.footer h5 {
	color: #415c2b;
}

.footer ul {
	line-height: 1.25rem;
}

.footer .list-chevron {
	list-style-type: none;
	padding-left: .25rem;
}

.footer ul li a {
	text-decoration: none;
	color: #415c2b;
}

.footer ul li a:hover {
	font-weight: 700;
}


/*********************/
/*     Copyright     */
/*********************/
.copyright {
	padding: 1.75rem 0;
	border-top: 1px solid #f5f0d5;
	text-align: center;
	background-color: #d5c5a9;
	color: #775642;
	font-size: .7rem;
}

.copyright a {
	color: #775642;
	text-decoration: none;
}

.copyright .list-unstyled,
.copyright .statement {
	opacity: 0.7;
}

.copyright .list-unstyled li {
	margin-bottom: 0.75rem;
}


/******************************/
/*     Back To Top Button     */
/******************************/
#myBtn {
	position: fixed; 
  	z-index: 99; 
	bottom: 20px; 
	right: 20px; 
	display: none; 
	width: 52px;
	height: 52px;
	border: none; 
	border-radius: 50%; 
	outline: none; 
	background-color: #415c2b;
	opacity:0.4;
	cursor: pointer; 
}

#myBtn:hover {
	background-color: #5A7F3B;
}

#myBtn img {
	margin-bottom: 0.25rem;
	width: 18px;
}



/*************************/
/*     Media Queries     */
/*************************/	
/* Min-width 500px */
@media (min-width: 500px) {
	
	.navbar .logo-image img {
		width: 300px;
		margin-top: 0;
		margin-left: 0;
	}
	
	.offcanvas-collapse {
		top: 9rem;
	}
	
	.navbar .navbar-toggler {
		margin-top: .75rem;
		margin-right: 0rem;
	}
	
/* end of min-width 500px */

/* Min-width 768px */
@media (min-width: 1199px) {

	.top-bar {
		padding-bottom: 0.5rem;
		font-size: 1.4rem;
	}
	
	.navbar {
		font: 700 1.2rem/1.4rem "Glory", sans-serif;
	}
	
	/* header */
	header.home-header {
	margin-top: -35px;
	}
	
	header.header {
		margin-top: -35px;
		padding-top: 4rem;
		padding-bottom: 1rem;
		text-align: left;
	}
	
	header h1 {
	font-size: 2.5rem;
	line-height: 3.25rem;
	}
	/* end of header */
	
	#carouselTestimonial .carousel-item {
	padding: 0 6rem;
	}
	
	/* Contact */
	.c-form .list-unstyled li {
		display: inline-block;
		margin-right: 1rem;
	}
	/* end of contact */
}
/* end of min-width 768px */


/* Min-width 992px */
@media (min-width: 992px) {
	
	/* General Styles */
	.h2-heading {
		width: 35.25rem;
		margin-right: auto;
		margin-left: auto;
	}

	.p-heading {
		width: 46rem;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of general styles */


	/* Navigation */
	.top-bar{
		text-align: right;
	}
	.navbar {
		padding-top: 0;
		padding-bottom: 1rem;
		box-shadow: none;
		transition: all 0.2s;
	}

	.navbar.extra-page {
		padding-top: 0.5rem;
	}

	.navbar.top-nav-collapse {
		height: 7rem;
		padding-top: 1.75rem;
		padding-bottom: 0.25rem;
		transition-timing-function: ease-in-out;
		transition: 0.5s;
	}
	
	.navbar.logo-collapse img {
		width: 200px;
		height: auto;
	}
	
	.navbar .logo-image img {
    	margin-top: 1rem;
	}

	.offcanvas-collapse {
		position: static;
		top: auto;
		bottom: auto;
		left: auto;
		width: auto;
		padding-right: 0;
		padding-left: 0;
		background-color: transparent;
		overflow-y: visible;
		visibility: visible;
	}

	.offcanvas-collapse.open {
		-webkit-transform: none;
		transform: none;
	}

	.navbar .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.navbar .nav-item .nav-link {
		padding-right: 0.75rem;
		padding-left: 0.75rem;
	}

	.navbar .dropdown-menu {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
		box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.08);
	}

	.navbar .dropdown-divider {
		width: 90%;
	}

	.navbar .nav-item .btn-solid-sm {
		margin-top: 0;
		margin-left: 1rem;
	}
	/* end of navigation */


	/* header */
	.header {
		padding-top: 13rem;
		text-align: left;
	}

	.header .text-container {
		margin-bottom: 0;
	}

	.header .btn-solid-lg {
		margin-right: 1.5rem;
		margin-bottom: 0;
	}

	.header .btn-solid-lg,
	.header .quote {
		display: inline-block;
	}
	/* end of header */

	
	#carouselTestimonial .carousel-item {
	padding: 0 10rem;
	}

	/* Services */
	.cards-1 .card {
		display: inline-block;
		width: 298px;
		vertical-align: top;
	}
	
	.cards-1 .card:nth-of-type(3n+2) {
		margin-right: 1rem;
		margin-left: 1rem;
	}
	/* end of services */
	
	
	/* Footer */
	.footer h4 {
		width: 46rem;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of footer */


	/* Copyright */
	.copyright {
		text-align: left;
	}

	.copyright .list-unstyled li {
		display: inline-block;
		margin-right: 1rem;
	}

	.copyright .statement {
		text-align: right;
	}
	/* end of copyright */
}
/* end of min-width 992px */


/* Min-width 1200px */
@media (min-width: 1200px) {
	
	/* General Styles */
	.container {
		max-width: 1140px;
	}
	/* end of general styles */
	

	/* header */
	.header {
		overflow: hidden;
		padding-top: 18.25rem;
		padding-bottom: 11.5rem;
	}

	.header .image-container {
		position: relative;
	}
	
	.header .image-container img {
		position: absolute;
		top: -80px;
		left: 10px;
		width: 840px;
		max-width: none;
	}
	/* end of header */
	
	.navbar .logo-image img {
		width: 300px;
	}

	/* Services */
	.cards-1 .card {
		width: 342px;
	}
	
	.cards-1 .card:nth-of-type(3n+2) {
		margin-right: 2.5rem;
		margin-left: 2.5rem;
	}
	/* end of services */


	/* Contact */
	.c-form form {
		width: 860px;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of contact */


	/* Footer */
	.footer .decoration-circles {
		left: 0;
	}
	/* end of footer */
	
	.copyright {
	font-size: .8rem;
	}
}
/* end of min-width 1200px */