@charset "UTF-8";
/* CSS Document */
html,
body {
    height: 100%;
}

body {
    padding-top: 60px;
	
}

.container
{	
	font:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif; 
}
	

#navbar
{
	font-size:20px;
	font:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}



.box
{
	
	text-align:center;
}
#footer {
	background-color:#333;
	color:#FFF;
	font-size:medium;
	padding:3%;
}
.img-full {
    min-width: 100%;
}

body
{
	padding:60px;
}