@charset "UTF-8";
.identity-container {
    	position: absolute;
    	top: 0px;
    	left: 0px;
    	height: 100%;
    	width: 100%;
    	text-align: center;
}

.identity-image {
    	max-width: 100%;
    	max-height: 75%;
}
body {
	font-family: Helvetica, Arial, sans-serif;
    	font-weight: 100;
    	font-size: 12px;
    	line-height: 30px;
    	color: #777;   
}
@media only screen and (max-width: 768px) {
    body {
 	background: url("background.png") no-repeat center bottom; //, -webkit-linear-gradient(top, transparent, white 7%, white 40%, #022637 40%);
 	background-attachment:fixed;	
 	background-size:contain;    	
    }
}

.nwaFooter { font-family: sans-serif; text-align: center; }