﻿h2, h3 { color:#DE2027 }
h1, h2, h3, h4, h5, h6 { font-family: 'bree_serifregular', Helvetica, Arial, serif; }

.navbar-collapse {
	padding-left:0px !important; 
	padding-right:0px !important;
}
.nav.nav-justified {
	margin-left:0px;
	margin-right:0px;
}

.navbar .nav > li > a.btn-nav:hover {
  background-color: #760C0E !important;
  padding: 9px 11px 12px 9px !important;
  margin: 1px -1px 1px 1px;
}

img.img-maxwidth {
  max-width: 60%;
}

nav li:empty {
  display: none;
}

.bg-primary {
	color: #fff;
	background-color: #760c0e;
}

.panel-widebody {
  padding-left: 4px;
  padding-right: 4px;
}

.validatorError {
  color: white;
  background-color: rgb(255, 58, 58);
  width: 100%;
  text-align: center;
  font-size: 0.85em;
}

/* CUSTOM BOOTSTRAP GENERATED STYLE */

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  padding: 4px 4px 4px 4px;
  font-size: 13px;
  color: #555555;
  border: 1px solid #ccc;
}

.well {
  background-color: #f5f5f5;
}

img.pull-left  { padding: 4px 8px 4px 0; }
img.pull-right { padding: 4px 0 4px 8px; }



