/* Theme Name: The Project - Responsive Website Template
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Author e-mail:htmlcoder.me@gmail.com
Version:1.0.0
Created:December 2014
License URI:http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/

body {
	font-family: 'Titillium Web', sans-serif;
	color: #555555;
    font-weight: 400;
	font-size:18px;
}


/* aumento altezza logo */
.fixed-header-on .header .logo img {
  max-height: 50px;
}

/* aumento larghezza menu eliminando padding destro */
@media (min-width: 768px) {
  .with-dropdown-buttons .navbar-default .navbar-collapse {
    padding-right: 0px;
  }
}

/*colore per la claudia che rompe il cazzo */
.header.dark {
  background-color: #069;
  border-top-color: #069;
}

/* titoli pagina di colore azzurro */
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		color: #09afdf;
		font-family: 'Titillium Web', sans-serif;
		font-weight:700;
	}
	

/* padding right da 0 a 25 per evitare che le scritte troppo lunghe si sovrappongano all'elenco puntato */

.nav-pills.nav-stacked > li > a {
  padding: 5px 20px;
}

.dark.header .navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
    border-bottom: 1px solid transparent;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
	font-family: 'Titillium Web', sans-serif;
	font-weight:bold;
	font-style:italic;
	text-transform:uppercase;
}
.dark.header .navbar-default .navbar-nav > li > a:hover {
    color: #39F;
    border-bottom: 1px solid transparent;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
}

.logoinfo img {
	display: inline-block;
  max-width: 100%;
  height: auto;
}


.dark .footer {
	background-color: #069;
	color: #fff;
}
.dark .footer .link-dark{
	color: #fff;
}

.txt-color {color: #09afdf;}