/* HEADER */
.hero {
	background-image: url("../images/index/fix-index-hero.jpg");
	height: 75vh;
}

/* GET FIX SECTION */
.main-section {
	flex-direction: column;
}
.fix-left {
	padding: 5% 5%;
	max-height: 300px;
}
.fix-right {
	background: #c3bbac;
	flex: 1;
	text-align: center;
	padding-top: 4%;
	display: flex;
	flex-direction: column;
	max-height: 200px;
}
.fix-right img {
	width: 40px;
	margin: 0 auto;
}
h2 {
	font-size: 1.75em;
	line-height: 1.5em;
	margin: 0;
	text-transform: uppercase;
}
h2:nth-child(3) {
	transform: translate(0, -50%)
}
h2:nth-child(4) {
	transform: translate(0, -100%)
}
h2:nth-child(5) {
	transform: translate(0, -150%)
}
h2:nth-child(6) {
	transform: translate(0, -200%)
}

/* HOURS */
.hours {
	font-size: 1.5em;
	background: #8e5942;
	padding: 3% 0;
}
.hours ul {
	display: flex;
	flex-direction: column;
	margin: 0;
	-webkit-padding-start: 0;
}
.hours li {
	list-style: none;
	color: #f2f2f2;
	text-align: center;
}
span {
	font-weight: bold;
}

/* CAKE SECTION */
	.mobile-cake 
	 {
		overflow: hidden;
	}
	.mobile-mini-promo p
	 {
		color: #c3bbac;
		font-size: 2em;
		line-height: 0.5em;
		text-align: center;
		font-family: 'Oswald', sans-serif;
		font-weight: 400;
	}
	.mobile-cake-img img {
		max-width: 100vw;
	}




/* ############# */
/* MEDIA QUERIES */
/* ############# */

@media screen and (min-width: 480px) {

	.mobile-only {
		display: none;
	}
	.desktop-only {
		display: block;
	}

	.fix-left,
	.fix-right {
		/*width: 50%;*/
		flex: 1;
		padding-top: 10%;
	}
	.fix-left {
		padding-left: 1%;
		padding-right: 1%;
	}
	.fix-right {
		max-height: 330px;
	}
	.fix-right img {
		width: 80px;
	}

	/* HOURS */
	.hours {
		padding: 4% 0;
		font-size: 2.1em;
	}
	.hours ul {
		flex-direction: row;
		justify-content: space-around;
		flex-wrap: wrap;
		padding: 0 2%;
	}
	.hours li {
		padding: 0 1%;
	}

	/* CAKE SECTION */
	.cake-promo
	 {
		overflow: hidden;
	}
	.cake-promo h2
	 {
		color: #c3bbac;
		font-size: 2em;
		line-height: 1.75em;
	}
	.promo{
		display: flex;
		width: 100vw;
	}
	.mini-promo {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		min-width: 30vw;
	}
	.mini-promo img{
		max-height: 80px;
		max-width: 80px;
		padding-top: 4%;
	}
	.cake img {
		display: block;
		max-width: 70vw;
	}
	.cake2 .cake{
		order: 2;
	}
	.cake2 .mini-promo{
		order: 1;
	}

}

@media screen and (min-width: 600px) {

	.main-section {
		flex-direction: row;
	}

	h2 {
		font-size: 2.25em;
		line-height: 2em;
	}
	h2:nth-child(3) {
		transform: translate(0, -60%)
	}
	h2:nth-child(4) {
		transform: translate(0, -120%)
	}
	h2:nth-child(5) {
		transform: translate(0, -180%)
	}
	h2:nth-child(6) {
		transform: translate(0, -240%)
	}

	.fix-right {
		max-height: 325px;
	}

	/* CAKE SECTION */
	.cake-promo h2{
		font-size: 2.5em;
		line-height: 1.75em;
	}

}

@media screen and (min-width: 700px) {

	/* CAKE SECTION */
	.cake-promo h2{
		line-height: 2em;
	}

}