/*Reset*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {font-family: 'Open Sans', sans-serif;font-weight: 500}
main#desk {
	background-image: url('../img/sfondonero.jpg');
	background-position: center;
	background-size:cover;
	display: flex;
	display: -webkit-flex; 
	-webkit-flex-direction: column;
	flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
	justify-content:center;
	 -webkit-justify-content: center;
}

#full{
	width: 100%;
	background-color:hsla(0, 0%, 8%, 0.90);
	padding:50px 0;
}
#full #inner-landing{
	width: 900px;
	display: block;
	margin: 0 auto;
	text-align:center;
	color: #ffffff;
	
}

#full #inner-landing img {display: block; margin: 10px auto; width: 200px}
#full #inner-landing h1 {font-size: 35px}
#full #inner-landing p {font-size: 20px; margin-top: 30px}
#full #cnt{
	display: flex;
	display: -webkit-flex; 
	-webkit-flex-direction: row;
	flex-direction: row;
	align-items: center;
	-webkit-align-items: center;
	justify-content:space-between;
	 -webkit-justify-content: space-between;
}

#full #cnt div { display: flex;
	display: -webkit-flex; }

#full #cnt ul {
	list-style: none;
	margin-right: 20px;
	display: flex; 
	display: -webkit-flex; 
	-webkit-flex-direction: row;
	flex-direction: row;
	align-items: center;
	-webkit-align-items: center;
	justify-content:center;
	 -webkit-justify-content: center;
}

#full #cnt ul li {margin-right: 10px;}
#full #cnt ul img {width: 60px}
#full #cnt ul li a{text-decoration: none; color: #ffffff; font-size: 20px}