/******* Do not edit this file *******
Woody ad snippets CSS and JS
Saved: Jan 12 2020 | 19:23:44 */
/*hero button*/
.btn-theme-primary {
	background: #776C4D;
	color: #FFF;
}

.btn-theme-primary:hover {
	background: #998C64;
	color: #FFF;
}


.btn-secondary-outline {
	background: #FFF;
	color: #776C4D !important;
}

.btn-secondary-outline:hover {
	background: #EEE;
	color: #776C4D !important;
}



/*hero text*/

.hero__content {
	box-sizing: border-box;
	padding: 0 20px;
}

.hero-large-text .english {
	font-family: 'Cinzel'; 
	font-weight: bold; 
	font-size: 54px; 
	text-transform: capitalize; 
	color: #333;
}

.hero-large-text .chinese {
	font-weight: normal; 
	color: #333;
	font-size: 80px;
	white-space: break-spaces;
}

.hero-large-text .chinese.chinese2 {
	padding-left: 20px;
}

.hero__content p {
	color: #333;
	font-family: 'EB Garamond';
	font-style: normal;
	font-size: 22px !important;
	
}

@media screen and (max-width: 1200px) {
	.hero-large-text .english {
		font-size: 40px ; 
	}
	.hero-large-text .chinese {
		font-size: 64px
	}
}

@media screen and (max-width: 991px) {
	.hero-large-text .chinese.chinese2 {
		padding-left: 0;
		display: block;
		clear: left;
	}
}

@media screen and (max-width: 575px) {
	.hero-large-text .chinese {
		font-size: 46px;
	}
}
