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

.topPicture { 
	background: url(timeMain.jpg) no-repeat ;		
	background-size: contain;
	height: calc(50mm + 30vw);
}

.presentation { margin: 0; }

.staticBack { margin: 0; }

h1 { 
	font-family: "Georgia";	
	font-size: calc(7mm + 4vw);
	letter-spacing: -0.01em;
	line-height: 1.0;
	text-align: right;
	margin-top: calc(-40mm - 15vw);
	margin-right: calc(5vw - 5mm);
}

.h1small {
	font-size: calc(3mm + 1.0vw);
	letter-spacing: 0;
}

h3 {
	font-family: "Ranga-Regular";
	font-weight: 100;
	line-height: 0.9;	
	font-size: calc(5mm + 2vw);
	text-align: right;
	margin-right: calc(5vw - 5mm);
}

h2 {		
	font-family: "Ranga-Regular";
	font-weight: 100;
	line-height: 0.9;
	font-size: calc(5mm + 1vw);
	text-align: right;
	padding-top: 3vw;
	padding-right: 3vw;
}

.firstcharacter {
    color: (196, 134, 0);
	font-family: Georgia;
	float: left;
    font-size: 13mm;
	line-height: 12mm;
	padding-right: 2mm;
	padding-top: 1mm;
	letter-spacing: -0.1em;
	color: rgb(0, 105, 190);
}

.h3dot { color: rgb(0, 105, 190); }

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

.breakArea {
	background: url(timeMain.jpg) center fixed no-repeat;		
	background-size: 50% 50%;
	height: 30mm;
	text-align: right;
	font-family: "Ranga-Regular";
	font-size: 5mm;
}

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

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

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

	.breakArea { height: 15mm; padding-top: 4mm;}
}

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

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

	.firstcharacter { 
		font-size: 20mm;
		line-height: 17mm;
		padding-right: 3mm;
	 }
	
	.txtArea { font-size: 6mm; }

	.breakArea { font-size: 7mm;  padding-top: 5mm;}
}

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

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

	.firstcharacter {  
		font-size: 25mm;
		line-height: 22mm;
		padding-right: 4mm;
	 }
	.txtArea { font-size: 7mm; }

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