body {
	border: 15px double #3F926D;
  border-radius: 25px;
	background-image: url("images/woodbg.png");
	background-size:100%;
	background-position: left;
	background-repeat: round;

 .jim-nightshade-regular {
  font-family: "Jim Nightshade", cursive;
  font-weight: 400;
  font-style: normal;
}

.tomorrow-regular {
  font-family: "Tomorrow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

{
  margin-top: 1300px;
  margin-bottom: 100px;
  margin-right: 150px;
  margin-left: 80px;}

	font-family:jim-nightshade-regular, cursive;

	.new-rocker-regular {
  font-family: "New Rocker", system-ui;
  font-weight: 400;
  font-style: normal;

}
	background-color: #3E0740;
	text-align: center;
	margin:100px 0;
}

#archivemap {
width:80%
}

#sensorychart2 {
  width:60%;
  margin-top: 30px;
  margin-right: 150px;
  margin-left: 150px;
}

hr {
	margin-top: 100px;
	margin-bottom: 25px;
	height:5px;
	border: 10px double #580A5B;
	background-color:darkcyan;
}

#decalimage{
	width:30%;
}

#paragraphstyle1{
	background-color: #3E0740;
	border-style: dotted;
	border-color: mediumpurple;
	color: white;
	font-size:25px;
	margin:auto;
	padding:10px;
	text-align: center;
	margin-left: 300px;
	margin-right: 300px;
	text-wrap:balance;
}

/*Sets padding and margin for container <div>*/
.grid-item {
	display: inline-block;
	padding:0 30px;
	margin:50px 0;
	width: 20%;
}

/*Sets width of text element in container. Use IDs or classes to set different sizes.*/
.grid-item h2 {
	width:250px;
	text-align: left;
}

/*Sets display, margin, and alignment of all elements inside container*/
.grid-item p, .grid-item img {
	vertical-align: left;
	margin:20px;
}

.grid-item img {
	width: 100%;

}

.datastory {
	size: 200%;
	text-align: middle;
}

img, video {
	width:50%;
	margin-top:20px;
	margin-bottom:20px;
}

h1, h2, h3 {
 font-family: "New Rocker", system-ui;
}

h1 {
	color:#4CB384;
	font-size:60px;
	margin-top:90px;
	margin-bottom:60px;
}

h2 {
	/*white font on pink bg with boarders*/
	color:white; 
	font-size:40px;
	margin-top:10px;
	margin-bottom:60px;
	background-color: #AF5186;
	/*boarder around the background color*/
	border: 5px solid #580A5B;
  border-radius: 4px;
}

h3 {
	color:white;
	font-size:30px;
	margin: 10px;
	border-radius: 10px;
	background-color: #5C74B0;
	padding: 13px;
}

h4 {
	color:antiquewhite;
	border: 10px double #4CB384;
  border-radius: 25px;
	font-size:30px;
	margin-top:30px;
	margin-left: 200px;
	margin-right: 200px;
	margin-bottom:30px;
	background-color: #5C74B0;
}

a:link, a:visited {
	color:#ADDCC7;
}
a:hover {
	color:#ff00ff;
}
a:active {
	color:#00aaff;	
}

.arbutus-regular {
  font-family: "New Rocker", system-ui;
  font-weight: 400;
  font-style: normal;
}

.nav {
	width:510px;
	height:10px;
	display: inline;
	/*background-image: url("media/hedgehog.svg");*/
	/*background-size:80%;*/
	/*background-position: 15px;*/
	/*background-repeat: no-repeat;*/
	margin:0 20px 0 0;
	padding:30px;
	/*text-transform: uppercase;*/
	text-decoration: none;
	font-weight: bold;
 }

 #sensorychart1 {
width:40%;

}

#sensorychart2 {
width:80%;
}


h5{
	color:antiquewhite;
	border: 4px inset #AF5186;
  border-radius: 25px;
	font-size:20px;
	padding:20px;
	margin-top:30px;
	margin-left: 600px ;
	margin-right: 600px ;
	margin-bottom:30px;
	background-color: #5C74B0;
}

#niko
{
	width:100%;
	 border-radius: 25px;
	margin-bottom:8px;
}

p {
	font-family: "Tomorrow", system-ui;
	color: white;
	font-size:25px;
	margin:auto;
	padding:30px;
	/*padding-bottom:30px;*/
	/*max-width:700px;*/
	text-wrap:balance;
}

.caption {
	font-size:20px;
	font-style: italic;
	padding-bottom:50px;
	padding-top:10px;
}


