/* CSS Document */
body
{
	font-family: 'Lato', sans-serif;	
}
.backgrounded.row
{
	background-size:cover;
	background-position:center center;
	padding-top:150px;
	padding-bottom:150px;
	background-repeat:no-repeat;
	color:white;
}
.intro
{
	background-image: url(../images/Antique_Shop_vintage_design_interior_room_1600x1200.jpg);
}
.laboratorio-restauro
{
	background-image: url(../images/Antique_Shop_vintage_design_interior_room_1600x1200.jpg);
}

.intro img
{
	max-height:300px;
}
.row.neutral
{
	background-color: rgba(50,39,34,1.00);
	color:white;
	font-style:italic;
	padding-top:90px;
	padding-bottom:90px;
	font-size:18px;
}
.row.neutral.dark
{
	background-color: rgba(50,39,34,1.00);
}
.row.neutral.white
{
	background-color: rgba(255,255,255,1.00);
	color:rgba(50,39,34,1.00) !important;
	font-style: normal !important;
}
.row ul
{
	margin:0;
	padding:0;
}
.row li
{
	list-style-type:none;
	padding:0;
	margin:0;
}
@media (min-width: 991px ) {
	.row .downer
	{
		position:relative;
		top:62px;
	}
	.img .downer
	{
		position:relative;
		top:47px;
	}
}
.navbar img
{
	width:36px;
	position:relative;
	bottom:7px;
}
.navbar
{
	margin: 0;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	border: 0;
	text-transform:lowercase;
	font-style: italic;
	font-size: 15px;
	background-color: rgba(50,39,34,1.00);
	position:fixed;
	width:100%;
}
.navbar-inverse .navbar-nav>.active>a
{
	background-color:rgba(0,0,0,0.3);
}