
html, body {
	display: block;	
	box-sizing: border-box; 	
	padding: 0;
	border: 0;
	color: #A4B3B6;
	background-color: black;
	font-family: "Arial", "Lato-Light", "Times New Roman";	
	font-size: 1em;	
}

.topPicture {						
	background-image: url(cungseeMain.jpg);
	content: '';
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: calc(25mm + 35vw);
}

.presentation { margin: 0; }

.staticBack { 
	margin: 0; 
}

h1 { 
	font-family: "InknutAntiqua-Bold", "Georgia";
	font-size: calc(5mm + 2vw);
	letter-spacing: -0.01em;
	line-height: 0.9;
	text-align: center;
	color: #8265a7;
	margin-top: calc(-0mm - 8vw);
	margin-right: 1vw;
}

h2 {		
	font-family: "Ranga-Regular";
	font-weight: 100;
	line-height: 0.9;
	color: rgb(94, 66, 255);
	font-size: calc(5mm + 1vw);
}

.firstcharacter {
	font-family: Georgia;
	font-style: italic;
	font-size: calc(7mm + 3vw);
	line-height: 0.2;	
	letter-spacing: -0.1em;
	color: #8265a7;
}

.txtArea {	
	margin-left: 3mm;
	margin-right: 2mm;
	font-size: 5mm;
	line-height: 1.4;
	word-spacing: 0.1em;
	letter-spacing: 0em;
}

.breakArea {
	background: url(cungseeMain.jpg) center fixed no-repeat;		
	background-size: 50% 50%;
	/* background-size: contain; */
	height: 25mm;
	text-align: right;
	
}

.breakBalance {
	background: url(cungseeBalance.jpg) repeat fixed;		
	background-size: contain;
	background-position: center;
	height: 40mm;	
}

.breakThoibi {
	background: url(cungseeThoibi.jpg) repeat fixed;		
	background-size: contain;
	background-position: center;
	height: 40mm;	
}

@media screen and (max-width: 800px) {

	.presentation { max-width: 600px; margin: auto; }

	.txtArea { font-family: "Lato-Light";}

	.breakThoibi { height: 60mm;}
}

@media screen and (max-width: 1280px) and (min-width: 800px) {

	.presentation { max-width: 800px; margin: auto; }

	/* .firstcharacter { font-size: 18mm; } */
	
	.txtArea { font-size: 6mm; }

	.breakArea { font-size: 7mm; }
}

@media screen and (min-width: 1280px) {

	.presentation { max-width: 1024px; margin: auto; }

	/* .firstcharacter {  font-size: 22mm; } */
	
	.txtArea { font-size: 7mm; }

	.breakArea { font-size: 9mm; }
}