@media only screen and (min-width: 950px) {
	.flavor_display {
		margin-top: 80px;
		height: 490px;
		width: 730px;
		background: #b7b68a;
	}
	.story_title {
		top: 10px;
		font-family: lato-light;
		font-size: 20px;
		color: #decd5a;
		letter-spacing: 10px;
		position: relative;
		text-shadow: 0px 0px 1px;
	}
	.story_sub {
		top: 2px;
		font-family: lato-italic;
		font-size: 11px;
		color: #ad9e67;
		letter-spacing: 4px;
		position: relative;
	}
	.flavor_box {
		background-image: url('../images/temple_top_pure.png');
		background-size: cover;
		width: 700px;
		height: 60px;
		position: relative;
		left: 0px;
		top: 15px;
	}
	.story_bg {
		width: 700px;
		height: 395px;
		background-image: url('../images/wall.png');
		background-size: cover;
		position: relative;
		left: 0px;
		top: 20px;
	}
	.scoville_box {
		position: absolute;
		left: 5px;
		bottom: 5px;
		height: 85px;
		width: 175px;
	}
	.story {
		font-family: lato-light;
		height: 470px;
		width: 690px;
		display: inline-block;
		position: absolute;
		color: #fbfbf6;
		left: 13px;
		top: 5px;
		letter-spacing: 6px;
		font-size: 15px;
		text-align: left;
		line-height: 21px;
	}
	.story_lead {
		font-family: lato-light;
		position: relative;
		top: -14px;
		line-height: 28px;
		letter-spacing: 3px;
		font-size: 14px;
		text-transform: uppercase;
	}
	.ig_link {
		color: #decd5a;
	}
	.ig_link:hover {
		text-shadow: 0px 0px 10px #fbfbf6;
	}
	.insta_link {
		position: relative;
		left: 27px;
		text-decoration: none;
	}
	.insta_img {
		margin-top: 7px;
		height: 25px;
	}
	.bottles {
		display: inline;
		height: 250px;
		border: 1px solid;
		border-color: #3e251d;
		margin-bottom: -10px;
		border-radius: 10px;
		margin-top: -10px;
		margin-left: 40px;
	}
	.blurb {
		display: block;
		position: absolute;
		top: 0px;
		right: 0px;
	}

	a {
		color: #fbfbf6;
		text-decoration: none;
	}
	a.selected {
		color: #decd5a;
		opacity: .5;
		cursor: default;
	}
	.nav_break {
		margin-left: -10px;
		display: inline-block;
		height: 25px;
		width: 2px;
		background: #fbfbf6;
		position: relative;
		top: 5px;
	}
	.photo {
		width: 40%;
		float: right;
		margin-bottom: -50px;
		margin-left: -45px;
	}
}



@media only screen and (max-width: 949px) {
	.center_content {
		top: 40px;
		min-height: 100vh;
		height: 1150px;
	}

	.flavor_display {
		margin-top: 80px;
		height: 80px;
		max-width: 100vw;
	}
	.story_title {
		top: 10px;
		font-family: lato-light;
		font-size: 20px;
		color: #decd5a;
		letter-spacing: 10px;
		position: relative;
		text-shadow: 0px 0px 1px;
	}
	.story_sub {
		top: 2px;
		font-family: lato-italic;
		font-size: 11px;
		color: #ad9e67;
		letter-spacing: 4px;
		position: relative;
	}
	.flavor_box {
		background-image: url('../images/temple_top_pure.png');
		background-size: cover;
		min-width: 90vv;
		max-width: 450px;
		height: 60px;
		position: relative;
		left: 0px;
		top: 15px;
	}

	.story_bg {
		min-width: 90vv;
		max-width: 450px;
		height: 870px;
		background-image: url('../images/wall.png');
		background-size: cover;
		position: relative;
		left: 0px;
		top: 20px;
	}
	.scoville_box {
		position: absolute;
		left: 5px;
		bottom: 5px;
		height: 85px;
		width: 175px;
	}
	.story {
		font-family: lato-light;
		height: 470px;
		min-width: 90vv;
		max-width: 450px;
		display: inline-block;
		position: absolute;
		color: #fbfbf6;
		left: 13px;
		top: 5px;
		letter-spacing: 6px;
		font-size: 15px;
		text-align: left;
		line-height: 21px;
	}
	.story_lead {
		font-family: lato-light;
		position: relative;
		top: -14px;
		line-height: 28px;
		letter-spacing: 3px;
		font-size: 14px;
		text-transform: uppercase;
	}
	.ig_link {
		color: #decd5a;
	}
	.ig_link:hover {
		text-shadow: 0px 0px 10px #fbfbf6;
	}
	.insta_link {
		position: relative;
		left: 10px;
		text-decoration: none;
	}
	.insta_img {
		margin-top: 7px;
		height: 25px;
	}
	.bottles {
		display: inline;
		height: 250px;
		border: 1px solid;
		border-color: #3e251d;
		margin-bottom: -10px;
		border-radius: 10px;
		margin-top: -10px;
	}
	.blurb {
		display: block;
		position: absolute;
		top: 0px;
		right: 0px;
	}

	a {
		color: #fbfbf6;
		text-decoration: none;
	}
	a.selected {
		color: #decd5a;
		opacity: .5;
		cursor: default;
	}
	.photo {
		margin-left: -10px;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		margin-bottom: -50px;
	}
}