

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@import url(http://fonts.googleapis.com/css?family=Courgette);
@import url(http://fonts.googleapis.com/css?family=Ubuntu+Mono);


body {
	background-color: #dfd2c3;
	padding: 0;
}

p {
	font-color: #0a0101;
	font-family: 'Ubuntu Mono', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Courgette', cursive;
}

.nav a {
	color: #fff;
}
.nav a:hover, .nav a:active {
	color: #c7b299;
}

.navbar {
	background-color: #0d0201;
	border-radius: 0;
	background-image: none;
	border: none;
	margin-bottom: 0;
	min-height: 0;
	font-size: 1.3em;
}

.nav>li > a:hover {
      background-color: #none;
    }

.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: underline;
	background-color: none;
}

.titleBar {
	padding-left: 80px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 60px;
	color: white;
}
.titleBar p {
	font-size: 1.6em;
	margin-top: -10px;
	color: #f4efe9;
}
.headerBar {
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../img/woodenBG.jpg);
}

.responsiveIMG {
	width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

.pizzaPie {
	border-bottom: 10px solid #0d0201;
	margin-bottom: 1em;
}

footer {
	background-color: #0d0201;
	color: #fff;
	padding: 10px 0px 10px 0px;
	margin-top: 1em;
}

.titleLogout {
	margin-top: 5.6em;
}
	.titleLogout a {
		color: #fff;
	}
	
@media (max-width: @screen-xs-max) {
	.titleLogout {
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
	}
}