#body-wrapper{
		width:100vw;
		height:auto;
		background-color:;
}
#body-innerwrapper{
		width:100vw;
		height:auto;
		background-color:;
		max-width:2000px;
		margin:0 auto;
		padding:0 10vw;
}
.category-title{
	position:fixed;
	width:100%;
	max-width:2000px;
	height:100%;
	text-align:center;
	color:#303030;
	font-family: 'DeadStock', 'Readex Pro', sans-serif;
	font-size:10vw;
	/***line-height:calc(100vh - 240px);***/
	font-weight:500;
	z-index:-1000;
	margin-left:-10vw;
	background-color:;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.category-title.changeColor{
	color:#f4f4f4;
}

.intro-section {
	width:100%;
	/***height:calc(50vh - 6vw - 120px);***/
	max-width:800px;
	display: flex;
	font-size:18px;
	flex-wrap:;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background-color:;
	padding-bottom:25px;
	margin:0 auto 75px auto;
}
.section {
	width:100%;
	max-width:1200px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	overflow:hidden;
	margin:0px auto 100px auto;
}

.content-horizontal{
    width:110%;
	max-width:500px;
	min-width:300px;
	z-index:0;
}

.content-vertical{
	width:70%;
	max-width:500px;
	min-width:300px;
	z-index:0;
}

.content-horizontal img,
.content-vertical img{
	width:100%;
}

.text {
    width: 90%;
	max-width:500px;
	padding-left:25px;
	padding-right:25px;
	background-color:;
}

.text a{
	text-decoration:underline #d8d8d8;
}

.text-full {
    width: 90%;
	padding-left:25px;
	padding-right:25px;
	max-width:850px;
}

.row{
	background-color:;
}

.right{
}

.row img{
	width:100%;
	max-height:550px;
	object-fit: contain;
}
.l10{
	margin-left:10%;
}
.l20{
	margin-left:20%;
}
.l30{
	margin-left:30%;
}
.l10{
	margin-right:10%;
}
.r10{
	margin-right:10%;
}
.r20{
	margin-right:20%;
}
.r30{
	margin-right:30%;
}





/****************************** Media Screen (<767px) *******************************/


@media screen and (max-width: 767px){
.section {
	display: flex; /*** display: flex for order ***/
	flex-flow: column;
}
.intro-section {
	font-size:18px;
	margin:0 auto 60px auto;
	padding-top:22vw;
}
.text {
	font-size:16px;
}
.intro50{
	padding-top:0px;
}

.content-horizontal,
.content-vertical {
	background-color:;
	border-style:none;
	padding:;
}
.text.one{
	padding-left:0px;
	padding-right:0px;
	padding-bottom:100px;
}
.text.two{
	padding-left:0px;
	padding-right:0px;
	padding-top:100px;
}
.text-full{
	padding-left:0px;
	padding-right:0px;
}

.l10, .l20, .l30,
.r10, .r20, .r30 {
	margin-right:0;
	margin-left:0;
}


/*** Reorder for Mobile ***/
.one { 
	order: 1;
}
.two { 
	order: 2;
}
}

/***************************** Media Screen (767px<x>1023) **************************/

@media screen and (min-width: 768px) and (max-width: 1200px){
	.intro-section {
		font-size:20px;
		padding-top:18vw;
	}
	.text {
		font-size:18px;
	}
}


/****************************** Media Screen (>1201px) ******************************/

@media screen and (min-width: 1201px){
.category-title{
	font-size:100px;
}
.intro-section {
	padding-top:200px;
}
.intro-section {
	font-size:22px;

}
.text {
	font-size:20px;
}
}