/*

My Custom CSS
=============

Author:  Giacomo Monari
Updated: Febbraio 2015

*/


/* --------------------------------------
   Layout
   -------------------------------------- */

footer {
	background: #333;
	color: #eee;
	font-size: 11px;
	padding: 20px;
}


/* --------------------------------------
   Typography
   -------------------------------------- */

body {
	text-align: center;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

.well .page-header {
	margin-top: 0;
}

.well .page-header h1 {
	margin-top: 0;
}

ul.unstyled {
	list-style: none;
	padding: 0;
}


/* --------------------------------------
   Navbar
   -------------------------------------- */

#searchInput {
	width: 200px;
}

.navbar-brand {
	padding: 13px 15px;
}


/* --------------------------------------
   Global Styles
   -------------------------------------- */

h1, h3 {
	font-family: Arial, sans-serif;
}

h1 {
	font-weight: bold;
	color: #388;
}

h3 {
	color: #5AA;
}