@charset "utf-8";
/* CSS Document */

body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;}
body, html {
  height: 100%;
  color: #000;
  line-height: 1.8;
  text-align: justify;
  scroll-behavior: smooth;	
}

#myNavbar {
	color: #000 !important;
	font-weight: 300;
}

#navDemo {
	color: #000 !important;
}

#home {
	min-height: 100% !important;
}

.header{
	font-size: 55px;
	font-weight: 300;
	
}

/* Create a Parallax Effect */
.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7 {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* First image (Logo. Full height) url('../img/leaf-2210973_1920.jpg') */
.bgimg-1 {
  background-image: url('../img/leaf-2210973_1920.jpg');
  min-height: 100%;
}

/* Second image (Portfolio) */
.bgimg-2 {
  background-image: url("../img/zen-2040340_1920.jpg");
  min-height: 600px;
}

/* Third image (Contact) */
.bgimg-3 {
  background-image: url("../img/plant-2004483_1920.jpg");
  min-height: 600px;
}

.bgimg-4 {
  background-image: url("../img/plant-2004483_1920.jpg");
  min-height: 600px;
}

.bgimg-5 {
	background-image: url("../img/water-2986837_1920.jpg");
	min-height: 600px;
}

.bgimg-6 {
	background-image: url("../img/buddha-1550588_1920.jpg");
	min-height: 600px;
}

.bgimg-7 {
	background-image: url("../img/essential-oils-3084952_1920.jpg");
	min-height: 600px;
}

.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1600px) {
  .bgimg-1 {
    background-attachment: scroll;
    min-height: 100%;
  }
  .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7 {
    background-attachment: scroll;
    min-height: 400px;
  }
}

.header-img-txt {
	background-color: green;
	color: aliceblue;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
	#logo-text {
		width: auto;
	}
}

#about {
	width: 80%;
	margin: 0 auto;
	position: relative;
	left: -100px;
}

#contact {
	position: relative;
	left: -100px;
}

.accordion-box {
	min-height: 50px;
}

.accordion_element {
	padding-top: 60px;
}

footer {
	margin: auto;
	margin-top: 0px;
	opacity: 0.8;
}

.icon-bg {
	opacity: 0.8;
	background-color: #fff;
}

.pic-col-hover {
	/* width: 50%; */
	text-align: center;
}

.ani_img {
	overflow: hidden;
	display: inline-block;
	position: relative;
	max-height: 300px; 
}

.ani_img > img {
	width: 100%;
}

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

.ani_cover{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0.6;
	transition: .5s ease;
	background-color: #FFFFFF;
}

.ani_img:hover .ani_cover {
	opacity: 0;
}

.ani_text {
	color: #000;
	font-size: 17px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.accordion {
  background-color: #fff;
  color: #777;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none; 
  font-size: 15px;
  transition: 0.4s;
}

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

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

.slide_element {
	position: relative;
	left: -100px;
}

.slide_element_slo {
	position: relative;
	left: -100px;
}