/* new style */
html ,body {
	font-family: 'Lato', sans-serif;
	margin: 0px;
}
.privacyheader {
	text-align: center;
}
.privacylogo {
	height: 100%;
    margin-left: 8%;
}
.trova-title {
    line-height: 0;
    margin-left: 2%;
    color: #00a1dd;
}
.privacycontent {
	width: 80%;
	min-height: 69vh;
    margin: auto;
    text-align: justify;
}
.pageheader {
	height: 40px;
    box-shadow: 0px 0px 5px #8c8c8c;
    padding: 10px;
    display: flex;
}
.pagefooter {
	height: 40px;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 2;
    box-shadow: 0px 0px 5px #8c8c8c;
}