@charset "utf-8";
/* CSS Document */

body, html, .wrapper{
	padding:0px;
	margin:0px;
	font-family: 'Lato', sans-serif;
	font-size:24px;
	width:100%;
	height:100%;
}
div{
	text-align:center;
	display:block;
}
.ng-logo{
	border-top: 2px solid #184786;
}
.privacy-policy-header{
	 color: #ffffff;
   background-image: url(../../images/NGR-ContactUs-Background.png);
   background-position: 100% 100%;
   background-repeat: no-repeat;
   padding: 3%;
   float: center;
}
.ng-logo img{
	max-width:400px;
	margin-top: 1%;
	margin-bottom: 1%;
}
.privacy-policy-container{
	margin-top: 4%;
}
.privacy-policy-text{
	padding:0px;
	margin:0px;
	font-family: 'Lato', sans-serif;
	font-size:24px;
	text-align: left;
}

@media screen and (max-width: 400px) {
	.privacy-policy-text {
		display:block;
		font-size:0.5em;
	}
	.ng-logo img{
		max-width: 300px;
	}
	.privacy-policy-header h1{
		font-size:0.9em;
	}
}
@media screen and (min-width: 400px) and (max-width: 768px){
	.privacy-policy-text {
		display:block;
		font-size:0.5em;
	}
	.ng-logo img{
		max-width: 300px;
	}
	.privacy-policy-header h1{
		font-size:0.9em;
	}
}
