html, body {
	display: block;	
	box-sizing: border-box; 	
	padding: 0;
	border: 0;
	color: #fcc742;
	background-color:#00012b;
	font-family: "Times New Roman";	
	font-size: 1em;	
}

.topPicture { 
	float: top;
	margin-left: 5vw;
	margin-top: 5vw;
	background: url(iamMain.jpg) no-repeat ;		
	background-size: contain;
	height: 120mm;
}

.presentation { margin: auto; }

.staticBack { margin: 0; }

h1 { 
	font-family: "InknutAntiqua-Bold", "Georgia";	
	font-size: calc(7mm + 3vw);
	letter-spacing: -0.02em;
	line-height: 0.9;
	text-align: right;
	margin-top: -15mm;
	margin-right: 10vw;
}
.firstcharacter {
	font-family: Georgia;
	font-size: calc(4mm + 2vw);
	color: #488f73;
}

.txtArea {	
	font-size: 5.5mm;
	line-height: 1.2;
	word-spacing: 0.1em;
	letter-spacing: 0em;
	width: 80%;
	height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.txtInfo {	
	text-align: left;
	/* font-family: "Ranga-Regular"; */
	font-size: calc(4mm + 0.5vw);
	line-height: 2;
	word-spacing: 0.1em;
	letter-spacing: 0em;
}

.breakArea {
	content: ''; 		
	background: url(iamBreak.jpg) center fixed no-repeat;	
	background-size: contain;	
	height: 30mm;

	text-align: right;
	font-family: "Ranga-Regular";
	font-size: 5mm;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

.youtube {
	position: relative;
	align-content: center;
	padding-top: 5vw;
	width: calc(50vw);
	height: calc(50vw * 0.56);
}

@media screen and (max-width: 800px) {
	.staticBack { max-width: 600px; margin: auto; }
	.topPicture { height: 60mm; }
	.txtArea { width: 100%; font-weight: 100; }
	.breakAreaMe {
		content: ''; 		
		background: url(meReel.jpg) center no-repeat;	
		background-size: contain;	
		height: 160mm;
	}
	.breakArea {
		content: ''; 		
		background: url(iamBreak.jpg) fixed;	
		background-size: contain;	
		height: 20mm;
	}
}

@media screen and (max-width: 1280px) and (min-width: 800px) {
	.staticBack { max-width: 800px; margin: auto; }
	.txtArea { font-size: 6mm; }
}

@media screen and (min-width: 1280px) {
	.staticBack { max-width: 1024px; margin: auto; }
	.txtArea { font-size: 7mm; }
}