body{
	padding:0;
	margin:0;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	background: url("../images/gbg.png") repeat-y, #DDD;
}


#logo{
	overflow: hidden;
	object-fit: cover;
	width: 100wv;
}


#menu a{
	color: #FFF;
	text-decoration: none;
}

#menu a:hover{
	color: #CCC;
}

#menu ul{
	list-style-type: circle;
	color: #FFF;
	line-height: 2;
	font-size: 16px;
	font-family: ar-fangxinshuh7b5std, sans-serif;
	font-style: normal;
	font-weight: 900;
	line-height: 2;
	letter-spacing: 0.2em;	
}



#contents{
	/*background: url("../images/cbg.png") no-repeat;*/
	/*width: 100%;*/
	height: 100vh;
	color: #FFF;
	position: absolute;
	/*border:  1px #FFF solid;*/
	display: grid;
	grid-auto-columns: 200px;
	grid-row-gap: 20px;
	grid-column-gap: 40px;
	padding: 20px;
}


.column{
	padding: 40px;
	/*border: 1px #FFF solid;*/
}

.column h1{
	color: #DF4A52;
	font-family: TTChocolates-DemiBold,ar-fangxinshuh7b5std, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 900;
	line-height: 1.6;
}

.column h2{
	color: #DF4A52;
	font-family: TTChocolates-DemiBoldIt,ar-fangxinshuh7b5std, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 900;
	line-height: 1.6;
}

.column h3{
	color: #DF4A52;
	font-family: TTChocolates-DemiBoldIt,ar-fangxinshuh7b5std, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 900;
	line-height: 1.6;
}

.column a{
	color: #DF4A52;
}

.column a:hover{
	color: #FFFFFF;
}


.column p{
	font-family: TTChocolates-Light,ar-udjingxiheib5, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 2.2;
	letter-spacing: 0.2em;	
	color: #4D4D4D;
	/*text-align: justify;*/
}

.column b{
	font-family: TTChocolates-DemiBold,ar-udjingxiheib5, sans-serif;
	font-style: normal;
	font-weight: 800;
}

.column ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: TTChocolates-Light,ar-udjingxiheib5, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 2.2;
	letter-spacing: 0.2em;	
	color: #4D4D4D;
	text-align: justify;
}

.columnImg {
	/*grid-column-start: 1;*/
	padding: 20px;
	/*border: 1px #FFF solid;*/
	color: #DF4A52;
	font-family: TTChocolates-Light,ar-udjingxiheib5, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 2.2;
	letter-spacing: 0.2em;
	text-align: center;
}


#affiliates{
	/*grid-column-start: 1;*/
	padding: 0px;
}


#affiliates img{
	margin: 10px;
}


/* For Mobile */
/*@media screen and (max-width: 540px) {
    .view {
        width: 400px;
    }
}*/

/* For Tablets */

@media screen and (max-width: 1300px) and (orientation: landscape) {
	#logo-img{
		width: 800px;
		height: 760px;
	}
	#logo{
		position: fixed;
		padding:0;
		margin:0;
		top:-250px;
		left:-150px;
		z-index: 0;	
	}

	#contents{
		top: 100px;
		left: 650px;
		grid-template-columns: [first] 1fr [end];
	}

	#menu{
		top: 520px;
		left: 50px;
		position: fixed;
	}

	#menu ul{
		font-size: 16px;
	}
}


@media screen and (min-width: 1301px) and (orientation: landscape) {
	#logo-img{
		width: 800px;
		height: 760px;
	}
	#logo{
		position: fixed;
		padding:0;
		margin:0;
		top:-250px;
		left:-150px;
		z-index: 0;	
	}

	#contents{
		top: 100px;
		left: 650px;
		grid-template-columns: [first] 1fr [second] 1fr [end];
	}

	#menu{
		top: 520px;
		left: 50px;
		position: fixed;
	}

	.columnImg{
		grid-column: span 2;
	}

	#affiliates{
		grid-column: span 2;
	}
}

@media screen and (orientation: portrait) {
	#logo-img{
		width: 1000px;
		height: 950px;
	}

	#logo{
		position: absolute;
		padding:0;
		margin:0;
		top:-300px;
		left:-150px;
		z-index: 0;	
	}

	#contents{
		top: 650px;
		left: 50px;
		grid-template-columns: [first] 1fr [end];
	}

	#menu{
		top: 50px;
		right: 50px;
		font-size: 40px;
		position: absolute;
	}

	#menu ul{
		font-size: 30px;
	}

	.column h1{
		text-shadow: 1px 1px 5px #FFF;
		font-size: 34px;
	}

	.column h2{
		text-shadow: 1px 1px 5px #FFF;
		font-size: 32px;
	}

	.column h3{
		text-shadow: 1px 1px 5px #FFF;
		font-size: 30px;
	}

	.column p{
		font-size: 28px;
	}


}