@charset "UTF-8";
@media only screen and (max-width: 575px) {

/* ---------------------------------------------------------------------------------- */
/*	Mobile Portrait  */	
	
.container  {
	overflow: auto;
}
.top {
	font-size: 80%;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #000000;
	font-weight: lighter;
	letter-spacing: 2px;
}

/* ---------------------------------------------------------------------------------- */
/* nu */
	
.nuHidden {
	margin-bottom: 10px;
}
.nu {
    width: 100%;
    background-image: url("../images/nu_780x1190px.jpg");
    background-size: 100% 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
	padding-bottom: 60px;
    display: inline-table;
    background-color: #000000;
	border-top: 1px solid #FBE2BA;
	border-bottom: 1px solid #FBE2BA;
}

.nuColumn {
	width: 100%;
	float: left;
}
.nuText {
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}
.nuTextSpace {
	padding-top: 20px;
	padding-bottom: 20px;
}
.imgLogoNu {
    width: 60%;
    max-width: 350px;
	height: auto;
	padding-left: 20px;
	padding-bottom: 20px;
}

	
/* ---------------------------------------------------------------------------------- */
/* copyright */

.copyright {
	font-size: 80%;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #000000;
	font-weight: lighter;
	letter-spacing: 2px;
}

/*	END ---------------------- */

}

