@charset "UTF-8";
/* CSS Document */

html, body
{
	height: 100%;
	color: #ffffff;	
	font-size: 100%;
	/*background-image: url("../images/logo-auditorium-nvecento-png");
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;*/
	background-color: #000;
	font-family: "Oswald", serif;
	font-weight: 300;
	padding: 0;
	margin: 0;
	letter-spacing: 1px;	
}
.imgLogo
{
	width: 450px;
	max-width: 50%;
	height: auto;
	margin: 0 auto;
}
h1, h2, h3, h4, h5, h6
{
	color: #fff !important;
	font-weight: normal;
}
.under
{
	
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 1.2rem;
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 25%;
}
.copyright
{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	font-size: 0.9rem;
	text-align: center;
}
::selection
{
	color: #fff;
	background-color: #F07D00;
}
@media (max-width:991px)
{
.mobilew100
{
	display: block;
	width: 100%;
}
.mobileOut
{
	display: none !important;
}

}












