#intro {
	text-align: center;
	width: 100%;
	position: relative;
}

.intro-container {
	padding: 87px 15px 92px;
	width: 100%;
	background-image: url("../../images/gjy-about-photo-1.jpeg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transform: translate3d(0,0,0);
	padding: 170px 15px 120px;
	box-sizing: border-box;
	color: white;
}

.intro-text-container {
	position: relative;
}

.intro-h1 {
	text-transform: uppercase;
}

.intro-copy {
	max-width: 540px;
	padding-top: 2.3em;
	margin: auto;
}

@media only screen and (max-width: 600px) {
	#intro {
		width: 100%;
		text-align: left;
	}

	.intro-copy {
		max-width: none;
	}
}

#more {
	background-color: #f8f8f8;
}

.more-container {
	padding: 120px 15px;
}

.more-hero {
	width: 100%;
}

.more-copy {
	max-width: 850px;
	/*padding-top: 2.3em;*/
	margin: auto;
	padding-bottom: 1em;
	text-align: left;
}

@media only screen and (max-width: 940px) {
	#more {
		width: 100%;
		/*text-align: left;*/
	}

	.more-copy {
		max-width: none;
	}
}

#founder {
	background-color: #1d1d1d;
	padding: 90px 15px;
}

.founder-container {
	max-width: 820px;
	margin: auto;
	font-size: 0;
}

.founder-info {
	display: inline-block;
	vertical-align: top;
	width: 25%;
}

.founder-hero {
	width: 100%;
}

.founder-explain {
	text-align: left;
	color: white;
	display: inline-block;
	width: calc(75% - 50px);
	margin-left: 50px;
}

@media only screen and (max-width: 745px) {
	.founder-explain {
		margin-left: 25px;
		width: calc(75% - 25px);
	}
}

.founder-explain a {
	color: #f6878a;
}

.founder-explain a:hover {
	text-decoration: underline;
}

.founder-copy {
	color: white;
}

.founder-explain .founder-copy {
}

#aboutlogo {
	padding: 87px 15px 92px;
}

.al-image {
	width: 150px;
}

.al-container {
	width: 100%;
	height: 100%;
}

.al-copy {
	margin: auto;
	margin-top: 50px;
	max-width: 300px;
}

.al-color-palette {
	width: 100%;
	margin-top: 50px;
}

.palette {
	border-radius: 5px;
	box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.3);
	display: inline-block;
	width: 100px;
	margin: 0 25px;
	height: 100px;
}

@media only screen and (max-width: 735px) {
	.al-image {
		width: 100px;
	}
	.palette {
		box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
		width: 70px;
		height: 70px;
		margin: 0 10px;
	}
}

.palette.black {
	background-color: black;
}

.palette.red {
	background-color: #ED1F24;
	animation-delay: 0.5s !important;
}

.palette.white {
	background-color: white;
	animation-delay: 0.8s !important;
}





.about-section {
	margin-bottom: 2px;
}

.about-h1 {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

.about-copy {
	/*padding-top: 1.8em;*/
}

@media only screen and (max-width: 450px) {
	.corp-ln-item-container {
		/*display: none;*/
	}
}

.brands-learn-more {
	margin-top: 2.87em;
}

#history {
	background-color: #f0f0f0;
	padding: 80px 0;
}

.history-header {
	padding-bottom: 10px;
	color: #ff5555;
	border-bottom: 2px solid #ff8e8e;
	display: inline-block;
	margin: auto;
}

.history-container {
	margin-top: 40px;
}

.history-chronicle {

}

.history-content {
	margin-top: 10px;
	line-height: 1.5em;
}
