/* Boxed theme */

.full{
	max-width:1200px;
	margin:0 auto;
	box-shadow: 10px 10px 100px -19px rgba(0,0,0,0.75);
	background:#fff;
}
.full .navbar{
	max-width:1200px;
	margin:0 auto;
}

