html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td 
{margin:0;padding:0;border:0;vertical-align:baseline;background:transparent;}body{line-height:1;}h1,h2,h3,h4,h5,h6{}ul{list-style:none;}blockquote{quotes:none;}
blockquote:before,blockquote:after{content:'';content:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}a img{border:none;}
html{height: 100%;}input{margin:0px;}input[type="submit"]::-moz-focus-inner{border:0;}input[type="submit"]::-webkit-focus-inner{border:0;}
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */


html,body{ height:100%; width:100%; font-family:'Open Sans', sans-serif; font-size:30px; color:white; }
#papa,#nico{
	position:absolute; top:0px; right:0px; width:50%; height:100%;
	background:url(nico.jpg) center center transparent no-repeat fixed;
	background-size:cover; /* background-size: 1920px 1080px; */ white-space:nowrap; text-align:right;
	-moz-box-sizing:border-box; box-sizing:border-box; padding:10% 0px 0px; overflow:hidden;
}
#papa{ background-image:url(papa.jpg); left:0px; right:50%; width:auto; text-align:left; }


h1{ font-size:200%; font-weight:400; margin:0px 50px; margin-bottom:0.5em; }
h2{ font-size:100%; font-weight:600; margin:0px 50px; margin-bottom:1em; }
ul{ margin:0px 50px; }
a{ 
	position:absolute; bottom:5%; z-index:12; 
	border:1px solid black; background:white; border-radius:5px 5px;
	text-decoration:none; color:black; padding:5px 10px;
	transition:all 400ms; margin:0px 50px;
}
a:hover{ background:black; border-color:white; color:white; }

#papa a{ left:50px; } #nico a{ right:50px; }

#papa li:before{ content:"- "; } #nico li:after{ content:" -"; }

#nico h1,#nico h2,#nico ul{ float:right; clear:right; }