body {
	font-family: 'Lobster', cursive;
	font-size: 2em;
	background-color: #F5D1BE;
	color: wheat;
}

#soundscape {
	width:20%;
}

#record {
    background-color: #AEDADE; /* Green */
    border-width: medium;
    border-color: black;
    color: white;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 3px 2px;
    cursor: pointer;
    max-width: 50%;
    max-height: 15%;
    border-radius: 50%;
    left: 40%;
		position: relative;
		line-height: 5px;
}

#stopRecord {
  background-color: #E385A9; /* Green */
  border-width: medium;
  border-color: black;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 3px 2px;
  cursor: pointer;
  max-width: 50%;
  max-height: 15%;
  border-radius: 50%;
  left: 43%;
  position: relative;
	line-height: 5px;
}

#recordedAudio {
  left: 400px;
  position: relative;
	align-items: center;
}

#scroll-container{
	height: 100vh;
    overflow-y: scroll;
	scroll-snap-type: y mandatory;
}

.scroll-section {
	scroll-snap-align: center;
	height: 90vh;
	/*display: flex;
	align-items: center;
    justify-content: center;*/
}

#titleSection {
	background-color: #F9F6D3;
	width: 1200px;
	margin: 30px auto;
	text-align: center;
	height: 90vh;
/*	line-height: 25vh;*/
}

#titleSection h1 {
	font-size: 3em;
	color: black;
}

#titleSection p {
	font-size: 1.5em;
	color: #EAA2A4;
}

#flowermid {
	padding-top: 0;
}

#flowerbottom {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: : 0;
}

#containertext {
	background-color: #F9F6D3;
	width: 1200px;
	margin: 50px auto;
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	align-items: top;
	padding-top: 30px;
/*	padding-bottom: 30px;*/
}

#containertext h1 {
	font-size: 2em;
	color: black;
	margin-bottom: 0px;
}


#containertext p {
	font-size: 1em;
	color: #EAA2A4;
	margin-left: 50px;
	margin-right: 50px;
}


#container {
	background-color: #F9F6D3;
	width: 1200px;
	margin: 50px auto;
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	align-items: center;
	padding-top: 30px;
	padding-bottom: 50px;
	z-index: 1;
}

.boxText {
	box-sizing: border-box; /*prevents padding from making box size grow*/
	padding: 15px;
	z-index: 1;
}


.myElement {
	width: 200px;
	height: 200px;
	/*background-color: #AEDADE;*/
	margin: 10px 30px;
	text-align: center;
	z-index: 1;
}

#stretchBox {
	width: 500px;
	height: 250px;
	background-color: olive;
	margin-top: 150px;
	margin-bottom: 30vh;
	text-align: center;
}
