@charset "utf-8"; 
main 					{ background: #f9f9f9; 
						  background: -moz-radial-gradient(center, ellipse cover,  #f9f9f9 0%, #e0e0e0 99%);
						  background: -webkit-radial-gradient(center, ellipse cover,  #f9f9f9 0%,#e0e0e0 99%);
						  background: -o-radial-gradient(center, ellipse cover,  #f9f9f9 0%,#e0e0e0 99%);
						  background: -ms-radial-gradient(center, ellipse cover,  #f9f9f9 0%,#e0e0e0 99%);
						  background: radial-gradient(ellipse at center,  #f9f9f9 0%,#e0e0e0 99%); }
main .container 		{ background-color:rgba(88,88,88,1.00);  }
header, nav, footer		{ display:none; }
main 					{ height:100vh; overflow-y:auto; margin:0px;}
div.vcard 				{ display:block; width:100%; padding:64px 50px 61px 50px; background-color:rgba(250,250,250,1.00); 
						  font-size:120%; margin-top:64px; -webkit-box-shadow: 1px 1px 10px 0 rgba(0,0,0,0.05); 
						  box-shadow: 1px 1px 10px 0 rgba(0,0,0,0.05); }
div.vcard h2 			{ color:rgba(47,47,47,1.00); }
div.vcard a.email 		{ color:rgba(255,255,255,1.00); background-color:rgba(108,108,108,1.00); padding: 3px 9px;}
div.vcard a.email:hover { background-color:rgba(76,76,76,1.00); }
a.login 				{ position:absolute; bottom:4px; display:block; right:4px; padding:6px 20px; color:rgba(88,88,88,1.00); background-color:rgba(112,112,112,1.00); }
a.login:hover			{ background-color:rgba(227,227,227,1.00); color:rgba(40,40,40,1.00);}
span.leftfoot			{ position:absolute; bottom:4px; display:block; left:4px; padding:6px 20px; color:rgba(128,128,128,0.33); }

a.contactfile 			{ display:none; }

/* ////  bis 900px & Retina iPad Portrait  //// */
@media 
only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1),
only screen and (max-width: 900px) 
{  
div.vcard 				{ font-size:100%; margin-top:60px; }
a.contactfile 			{ display:block; color:rgba(255,255,255,1.00); background-color:rgba(47,121,168,1.00); padding: 12px 9px; text-align:center;}
a.contactfile:hover		{ background-color:rgba(76,76,76,1.00); }     }