

/*Refresh Point*/

#upper_body {
	margin: .5em .2em;
}

#featured {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

@media screen and (max-width: 550px) {
	#featured {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		align-content: center;
	}
}

.featured_box {
	border-radius: 5px;
	margin: .1em .1em;
}

#featured_box1 {
	background-color: cornflowerblue;
}

#featured_box2 {
	background-color: lightgreen;
}

#featured_box3 {
	background-color: coral;
}

.fih {
	margin: .2em .2em;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

#fih1 {}

#fih2 {}

#fih3 {}

.fih h1 {}

.fih img {}

.fid {}

#fid1 {}

#fid2 {}

#fid3 {}

.fid p {}