.menu .navbar-brand {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #cc6633
}

#masthead .menu, #masthead.menu, #navbar-slide.menu {
  font-size: 19px;
  color: #cc6633
}

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,
.select-wrap,
.form-control {
  background-color: rgba(0, 0, 0, 0.02);
  color: #FFFFFF;
  border-color: rgba(0, 0, 0, 0.1);
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Oswald", sans-serif;
	font-weight: 300;
	text-transform: none;
	color: #cc6633}

.text-light, .text-light i, h1.text-light, h2.text-light, h3.text-light,
h4.text-light, h5.text-light, h6.text-light, .text-light h1, .text-light h2,
.text-light h3, .text-light h4, .text-light h5, .text-light h6, .text-light a,
a.text-light {
    color: #cc6633
}

.divider-border-inner {
  background-color: #6A6969;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 110%;
  line-height: 1.7142857143;
  color: #8c8c8c;
}