body {
	/* customize_body */ font: normal normal 14px Open Sans; /* customize_body */
	font-size: 14px;
	color: #666666;
}
p {
	color: #666666;
	line-height: 24px;
}
.navbar-inverse .brand a {
	font-family: 'Pacifico', cursive;
	color: #fff;
	font-size: 42px;
}

.navbar-inverse .brand a {
	/* customize_logo-color */ color: #fff; /* customize_logo-color */
	text-shadow: none;
}

div.tooltip {
	font-size: 12px !important;
}

.nav > li > a:hover, .nav > li > a:focus {
	background: transparent;
}

#theme .btn, #theme input[type="submit"] {
	background: none;
	/* customize_btn-bg */ background-color: #FF7214; /* customize_btn-bg */
	/* customize_btn-text */ color: #fff; /* customize_btn-text */
	/* customize_btn-border */ border-color: #FF7214; /* customize_btn-border */
	font-weight: bold;
	border: 1px solid;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-transition: linear .2s, box-shadow linear .2s;
	-moz-transition: linear .2s, box-shadow linear .2s;
	-o-transition: linear .2s, box-shadow linear .2s;
	transition: linear .2s, box-shadow linear .2s;
	padding: 5px 10px;
}
#theme .btn:hover, #theme input[type="submit"]:hover {
	
	/* customize_btn-hover-bg */ background-color: #292C33; /* customize_btn-hover-bg */
	/* customize_btn-hover-text */ color: #fff; /* customize_btn-hover-text */
	/* customize_btn-hover-border */ border-color: #292C33; /* customize_btn-hover-border */
	
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: none;
}
h3 {
	font-weight: lighter;
}
h1, h2, h3, h4, h5 {
	/* customize_heading-color */ color: #292C33; /* customize_heading-color */
}
h1 em, h2 em, h3 em, h4 em, h5 em {
	/* customize_icon-color */ color: #FF7214; /* customize_icon-color */
}

/* From Bootstrap CSS*/


h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 38.5px;
}
h2 {
  font-size: 31.5px;
}
h3 {
  font-size: 24.5px;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}