body {
	box-sizing: border-box;
	font-size: 1.1rem;
}

html {
	scroll-behavior: smooth;
}

.nav-offset {
	display: block;
	visibility: hidden;
	margin-top: -53px;
	height: 53px;
}

/* ============================ mobile navigation ================================= */

.mobile-nav {
	overflow: hidden;
	border: 1px solid #0a274c;
	background-color: #144E97;
	height: 52px;
	position: -webkit-sticky;
		position: -moz-sticky;
		position: -o-sticky;
		position: -ms-sticky;
		position: sticky;
		top: 0;
		z-index: 9;
}

.side-nav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	background-color: #0a274c;
	opacity: .9;

	overflow-x: hidden;
	padding-top: 60px;
	transition: all .4s;
}

.side-nav a, .btn-close {
	color: #ccc;
	display: block;
	transition: .3s;
	text-decoration: none;
	padding: 10px 10px 10px 20px;
	font-size: 1.1rem;
}

.side-nav a:hover, .btn-close:hover {
	color: white;
	color: #EB4342;
}

.side-nav .btn-close {
	position: absolute;
	top: 0;
	right: 22px;
	font-size: 34px;
	margin-left: 50px;
}

.fa-chart-pie {
	color: white;
	margin: 8px 1rem;
	float: left;
}

.fa-chart-pie:hover, .fa-chart-pie:focus {
	color: #EB4342;
}

.mobile-nav p {
	color: white;
	font-size: 1.2rem;
}


/* ====================== standard Navigation ======================================== */

.medium-width-nav {
	display: none;
}

nav {
	border: 1px solid #0a274c;
}

ul {
	background-color: #144E97;
	list-style: none;
	padding: 0;
	margin: 0;
}

nav a {
	border-right: 1px solid #0a274c;
	padding: 1rem 0;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

.contact {
	border-right: none;
}

nav a:hover, nav a:focus {
	color: #144E97;
	background-color: #fff;
}



/* ======================================== big h1 banner  ========================================== */

h1 {
	text-align: center;
	font-size: 7rem;
}

.piefacebanner {
	min-height: calc(100vh - 52px);
	text-shadow: -2px 2px 2px #fff,
				 2px 2px 2px #fff,
				 2px -2px 0 #fff,
				 -2px 2px 0 #fff;
	background-color: #F9C034;
	color: #EB4342;

	display: flex;
	justify-content: center;
	align-items: center;
	transition: margin-left .4s;
}

/* ========================================= about section ========================================== */

.about-section {
	border: 1px solid orange;
}

.about-text {
	margin: 1rem 0;
	max-width: 1000px;
	margin: 0 auto;
}

.about-text p {
	padding: 1rem;
	line-height: 1.3;
	letter-spacing: .3px;
}

 .about-text p:first-of-type {
	padding-bottom: 0;
}

.about-text .cherry-pie {
	border: 1px solid #5C302A;
	margin-right: .8rem;
	float: left;
	max-width: 200px;
}

.about-text .goofy {
	max-width: 200px;
	float:right;
	margin-left: .8rem;
	
}

.about-text .pieface-cutout {
	border: 1px solid purple;
	max-width: 200px;
	float:right;
	margin-left: .8rem;
	
}

/* ==================================== Products ========================================= */

.products-section {
	background-color: #fffdf8;
	padding-top: 1rem;
	padding-bottom: 3rem;
}

h2, h3 {
	text-align: center;
}

.original p, .with-friends p, .skyhigh p, .special-editions p {
	text-align: center;
	padding: 0 .5rem;
}

figure {
	border: 1px solid orange;
}

figure img {
	max-width: 100%
}

figcaption {
	text-align: center;
	padding: .8rem 0;
}

figcaption a {
	text-decoration: none;
	padding: .5rem;
	color: black;
}

figcaption a:hover {
	color: white;
	background-color: #6EBEE2;
	border-radius: 4px;
}

/* =================================== reviews section ================================= */

q {
	font-style: italic;
	letter-spacing: .2px;
}

.reviews-section h2 {
	font-weight: bold;
	letter-spacing: .3px;
}

.reviews {
	text-align: center;
	margin: .5rem;
	margin-bottom: 2rem;
	padding: .5rem;
	position: relative;
	background-color: white;
}

.reviews:after {
	position: absolute;
	content: '';
	height: 1px;
	width: 70%;
	top: 100%;
	left: 15%;
	background-color: rgba(20, 78, 151, .3);
	margin-top: 1rem;
}

.reviews h3, .testimonials h3, .featured-user h3 {
	color: #144E97;
}

.featured-user h3 {
	margin-bottom: .5rem;
}

.featured-user h4 {
	text-align: center;
	color: #185db5;
	margin-top: 0;
}

.testimonials {
	text-align: center;
	margin: .5rem;
	padding: .5rem;
	position: relative;
}

.testimonials q {
	display: block;
	margin: 1rem 0;
}

.testimonials:after {
	position: absolute;
	content: '';
	height: 1px;
	width: 70%;
	top: 100%;
	left: 15%;
	background-color: rgba(20, 78, 151, .3);
	margin-top: 1rem;
}

.reviews-section {
	background-color #eef7fa;

	padding-top: 2.5rem;
	border: 3px solid #144E97;
}

.reviews-section h2 {
	color: #144e97;
}

.featured-user {
	margin-top: 3rem;
	padding: 0 1rem 3rem 1rem;
}

.fa-quote-left {
	color: #144E97;
}

.featured-user-content {	
	display: flex;
	flex-direction: column;
	align-items: center;
}

video {
	border: 1px solid #144e97;
	width: 100%;
  	height: auto;
  	margin-bottom: 1rem;
}

.featured-user-content img {
	width: 100%;
	border: 1px solid #144e97;
	margin-bottom: 2rem;
}

/* ===================================== contact section ==================================== */

         /* ====== get in touch ========= */
.get-in-touch h4 {
	margin-bottom: 0;
}

.get-in-touch h4 + p {
	margin-top: .5rem;
	padding: 0 1rem;
}

h5 {
	margin: 0;
}


address {
	margin-bottom: 1.5rem;
	margin-top: .3rem;
}

.contact-section {
	border: 10px solid #F9C034;
	margin-top: 1.2rem;
}

.get-in-touch {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;

	text-align: center;
	padding-top: 2rem;
}

.contact-grid {
	max-width: 850px;
}

		/* ========== get in touch form ======== */

form {
	padding: 1rem;
	border: 1px solid ivory;
	display: grid;
	grid-template-columns: 1fr;
	text-align: left;
	border: 1px solid rgba(240, 192, 52, .6);
	margin-bottom: 1.5rem;
}

.modern-contact button {
	padding: .6rem;
	background-color: #Fcdf97;
	font-size: .9rem;
	border: 0;
	border-radius: 5px;

}

.modern-contact button:hover, .modern-contact button:focus {
	background-color: #f9c034;
	color: white;
	outline: 0;
	transition: all .2s ease;

}

.modern-contact button, .modern-contact form textarea, .modern-contact input {
	width: 100%;

	
	border: 1px solid #e2a307;
}

.modern-contact h5 {
	margin-bottom: .6rem;
}

.modern-contact form p {
	margin: .4rem 0;
}

.old-school-contact {
	margin-bottom: 3rem;
}





		/* ======= social media ======= */

.social-media {
	background-color: #F9C034;
	text-align: center;
	padding: 1rem 0;
}

.social-media h4 {
	font-weight: lighter;
	letter-spacing: .4px;
}

.social-icons {
	margin-bottom: 2rem;
	display: flex;
	justify-content: space-around;
}

.social-icons > * {
	color: #F9C034;
	background-color: white;
	padding: .7rem;
	border-radius: 50%;
}

.social-icons > *:hover {
	color: #EB4342;
	
}
/* ======================================== Media Queries ========================================== */

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

	.mobile-nav {
		display: none;
	}

	.medium-width-nav {
		display: block;
	}

	nav {
		position: -webkit-sticky;
		position: -moz-sticky;
		position: -o-sticky;
		position: -ms-sticky;
		position: sticky;
		top: 0;
		z-index: 9;
	}

	ul {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
	}

	.products {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 1rem;
	}

	video {
		width: 80%;
	  	height: auto;
	  	margin-bottom: 1rem;
	}

	.featured-user-content img {
		width: 80%;
	}

	.social-icons {
		width: 50%;
		margin: 0 auto;
	}
}

@media screen and (min-width: 700px){
	.get-in-touch h4 + p {
		margin-bottom: 2rem;
	}

	.old-school-contact {
		text-align: left;
		margin-bottom: 0;
	}

	.contact-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 2rem;
		margin: 0 1rem;
	}

	video {
		max-width: 1fr;
	  	height: auto;
	  	margin-bottom: 0;
	  	margin: 0 auto;
	}

	.featured-user-content {	
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 1rem;
	}

	.featured-user-content img {
		max-width: 1fr;
		margin: 0 auto;
	}

	.featured-user p {
		padding: 0 8%;
	}

}

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

	.about-text {
		display: grid;
		grid-template-columns: 1fr 1fr;
		padding: 1rem 5%;
	}

	.cutout {
		grid-row: 2;
		grid-column: 1 / 3;
	}

	.products {
		grid-template-columns: repeat(3, 1fr);
	}

	.special-editions {
		grid-column: 1 / -1;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: 50px 50px auto;
	}

	.special-editions h3 {
		grid-row: 1;
		grid-column: 1 / -1;
	}

	.special-editions p {
		grid-row: 2;
		grid-column: 1 / -1;
	}

	.special-editions div {
		display: flex;

		grid-column: 2;
	}

	.minions, .mylittlepony {
		max-width: 200px;
	}

	.reviews-section-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: .5rem;
	}

	.testimonials:after {
		position: absolute;
		content: '';
		height: 0;
		width: 0;		
		background-color: transparent;
		margin-top: 0;
	}

	.reviews:after {
		position: absolute;
		content: '';
		height: 70%;
		width: 1px;
		top: 15%;
		left: 100%;
		background-color: rgba(20, 78, 151, .3);
		margin-top: 0;
		margin-left: .5rem;
	}

}

@media screen and (min-width: 900px){
	.featured-user p {
		padding: 0 8%;
	}

	.social-icons {
		width: 40%;
	}
}































