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

html,
body {
    height: 100%;
}

body {
    padding-top: 50px; 
}

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

#footer {
	background-color:#333;
	color:#FFF;
	font-size:medium;
	padding:3%;
}

.img-full {
    min-width: 100%;
}

.container
{
	text-align:justify;
}

.topnav {
    font-size: 14px; 
}




