@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;
}


#introduction
 {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #fff;
    background: rgba(255,255,255,0.9);
	font-size:1.25em;
}

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

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

.topnav {
    font-size: 14px; 
}