body, html {
	position: relative;
	height: 100%;
	overflow: hidden;
}
body { 
	/*font-family: 'Oswald', sans-serif;*/
	/*font-family: 'tg_lt_std_2bold';*/
	font-family: 'tg_lt_std_cnbold';
	font-weight: 500;
	color: #535353;
  	background: #B4C943;
	margin: 0;
}

.cs-medium {
	font-family: 'certified_service_sansmedium' !important;
}
.cs-bold {
	font-family: 'certified_service_sansbold' !important;
}
.cs-book {
	font-family: 'certified_service_sansbook' !important;
}
.cs-light {
	font-family: 'certified_service_sanslight' !important;
}
.cs-price {
	font-family: 'tg_lt_std_cnbold';
}
video {
  width: 100%    !important;
  height: auto   !important;
}
.hero {
	height: 70%;
}
.full-height {
	height: 100%;
}
.full-height .w3-padding {
	padding: 2% !important;
}
h3 {
	font-size: 4em;
	font-family: 'tg_lt_std_cnbold';
	font-weight: 500;
	margin-bottom: 0.25em;
}
h5 {
	font-size: 2.4em;
	font-family: 'tg_lt_std_cnbold';
	font-weight: 500;
}
h6 {
	font-size: 2.4em;
	font-family: 'tg_lt_std_cnbold';
	font-weight: 400;
}
.price-6 {
	font-size: 10em;
	margin-top: 0.15em
}
.price-16 {
	font-size: 12em;
	margin-top: 0.10em
}
.line-green {
	border: 0; 
	border-bottom: 3px solid #B4C943;
	margin: 1em 0;
}
.cs-green.wipe {
	background: #B4C943;
	width: 100%;
}
.board-2 {
  list-style-image: url("images/bullet.png");
  list-style-position: outside;
}
@media only screen and (min-device-width : 768px) {
	.hero {
		height: 70%;
	}
}
@media screen and (max-height: 480px and min-width: 480px) {
	.w3-third {
		width: 33% !important;
	}
	.w3-twothird {
		width: 66% !important;
	}
	
}
@media screen and (max-width: 500px) {
	.hero {
		height: 30%;
	}
}