body {
	font-family: helvetica, arial, sans-serif;
    background-color: #E8F6EF; /* light mint */
}

h1 {
	color: #3a241d;
	text-align: center;
	background-color: #E8F6EF;
	
}

h2 {
	text-align: center;
	margin-top: 0;
	margin-bottom: 30px; /* Add space below h2 */
	position: relative;
	z-index: 10;
}

#left-container {
	left: 0px;
}

#right-container {
	right: 0px;
}

.container {
    background-image: url('./images/imagee.jpg'); /* pastel pink */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 15%;
    top: 0px;
    position: absolute;
    height: 100%;
    padding: 10px;
}
.plant-holder {
	position: relative;
	height: 13%;
	left: -10px;
}

.plant {
	position: absolute;
	max-width: 150%;
	max-height: 150%;
	z-index: 2;
	cursor: grab;
}

/*https://codepen.io/Rotarepmi/pen/rjpNZY*/

.jar-walls {
	height: 80%;
	width: 60%;
	background: #ffffff;
	border-radius: 1rem;
	position: absolute;
	bottom: 0.5%;
	left: 20%;
	opacity: 0.5;
	z-index: 1;
}

.jar-top {
	width: 50%;
	height: 5%;
	background:  #E8F6EF; /* mint green */
	position: absolute;
	bottom: 80.5%;
	left: 25%;
	opacity: 0.8;
	z-index: 1;
}

.jar-bottom {
	width: 50%;
	height: 1%;
	background: #B5EAD7;
	position: absolute;
	bottom: 0%;
	left: 25%;
	opacity: 0.8;
}

.dirt {
	width: 60%;
	height: 5%;
	background: #A0522D; /* soft brown */
	position: absolute;
	border-radius: 0 0 1rem 1rem;
	bottom: 1%;
	left: 20%;
	opacity: 0.6;
	z-index: -1;
}

.jar-glossy-long {
	width: 3%;
	height: 20%;
	border-radius: 2rem;
	background: #FFDAC1; /* peach */
	position: absolute;
	bottom: 20%;
	left: 5%;
}

.jar-glossy-short {
	width: 3%;
	height: 5%;
	border-radius: 2rem;
	background: #FFDAC1;
	position: absolute;
	bottom: 45%;
	left: 5%;
}

.quote {
	color: #3a241d;
	font-size: 20px;
	margin: 20px 0;
	text-align: center;
	background-color: #C7CEEA; /* pastel blue */
}

#plant14 {
  width: 210px;
  height: 100px;
  max-width: none;
  max-height: none;
}

#terrarium {
    margin-top: 60px; /* Push the jar down below the heading */
}
audio {
  display: none;
}





#toggle-music:hover {
  background-color: #FFDAC1;
}


.container {
  overflow: visible; /* important for dragging */
}
h2 {
  font-size: 1.6rem;   /* default desktop size (~25px) */
  text-align: center;
  margin: 10px auto;
  line-height: 1.4;
  max-width: 90%;
  word-wrap: break-word;
}

/* Tablet */
@media (max-width: 768px) {
  h2 {
    font-size: 1.3rem;  /* ~20px */
    padding: 0 10px;
  }
}

/* Mobile phones */
@media (max-width: 480px) {
  h2 {
    font-size: 1rem;   /* ~16px */
    line-height: 1.3;
    padding: 0 8px;
  }
}
