
/*#spaceDiv {
	height: 110%;
}*/

body {
	margin: 0;
	padding: 0;
}

/*div {
	display: inline-block;
	margin: auto;
	width: 90%;
	background-color: red;
	align-content: center;
}*/

/*Panel 1*/
#panel1 {
}

header {
	text-align: center;
	color: white;
	font-weight: bolder;
}

#beachImage {
	width: 100%;
	height: 100vh;
	/*	position: fixed or absolute??*/
	bottom: 0px;
}

/*Panel 4*/
#emotionsImage {
	width: 100%;
	height: 100vh;
	/*	position: fixed or absolute??*/
	bottom: 0px;
}

.box-sticky4 {
	margin: 0 auto;
	width: 70%;
	/*line-height: 15px;*/
	background-color: transparent;
	text-align: left;
	margin-top: 100vh;
	position: sticky;
	top: 5vh;
	height: 20px;
}

.just-box4 {
	width: 180px;
	/*height: 200px;*/
	margin-top: 100vh; /*this is just empty placeholder with height to it*/
}

.one4 {
	top: 5vh;
}
.two4 {
	top: 10vh;
}
.three4 {
	top: 23vh;
}
.four4 {
	top: 32vh;
}
.six4 {
	top: 50vh;
}
.five4 {
	top: 42vh;
}


/*Panel 5*/
#panel5 {
background-color: transparent;
}

/*Panel 6*/
#panel6 {
	position: relative;
	background-color: transparent;
	width: 90%;
	height: 100vh;
	margin: 0 auto;
	
	/*top: 200px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -3;*/
}

#mindful-container {
	height: 70%;
}

.img {
	height: 30vh;
	min-height: 200px;
}

.img-left {
  display: inline-flex;
  margin-left: 0;
  margin-right: auto;
}

.img-right {
  display: inline-flex;

  margin-right: 0;
}

/*to fix person on the bottom*/
.fix{
    position:fixed;
    bottom:0px;
    left: 50%;
    width: 25vw;
    transform: translateX(-50%);
}

/*Panel 7*/
#panel7 {
	background-color: transparent;
	display: solid-flex;
	position: relative; /*puts textbox in front of girl*/
	width: 90%;
	margin: 0 auto;
	text-align: center;
	line-height: 1.5
}

h1 {
	text-align: center;
	font-weight: bolder;
	text-decoration: underline;

}

/*Panel 3*/
.column {
  float: left;
  width: 30%;
  padding: 5px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
  widows: 100%;
}

.busyImage {
	background-color: transparent;
	width: 30vw;
}

.Left {
	float: left;
}

.Right {
	float: right;
}

div {
  clear: both;
}

/*Panel 7*/
#panel7 {
	position: relative;
	background-color: #fdaf94;
	width: 90%;
	height: 100vh;
	margin: 0 auto;
	vertical-align: middle;
	margin-top: 50px;
	margin-bottom: 0px;
}

#lastImage {
	width: 32%;
}


