a {
  color: #93453A;
  text-decoration: none;
}

a:hover {
  color: #5B1F16;
  text-decoration: underline;
}

.page-header {
  padding-bottom: 0px;
}

body {
  color: black;
  -webkit-font-smoothing: antialiased;
  background-color: #efefef;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

p {
  color: black;
}

h1, h2, h3, h4, h5 {
  font-family: "Lato", sans-serif;
}

#header {
  border-top: 2px solid #414C60;
  background-color: #6E7885;
  background-image: -ms-radial-gradient(center top, circle farthest-corner, #deddc8 0%, #505c72 100%);
  background-image: -moz-radial-gradient(center top, circle farthest-corner, #deddc8 0%, #505c72 100%);
  background-image: -o-radial-gradient(center top, circle farthest-corner, #deddc8 0%, #505c72 100%);
  background-image: -webkit-gradient(radial, center top, 0, center top, 553, color-stop(0, #deddc8), color-stop(1, #505c72));
  background-image: -webkit-radial-gradient(center top, circle farthest-corner, #deddc8 0%, #505c72 100%);
  background-image: radial-gradient(circle farthest-corner at center top, #deddc8 0%, #505c72 100%);
  text-align: center;
}
#header p {
  margin: 15px 25px 15px 25px;
}
#header h1 {
  color: white;
  text-shadow: 0 1px 0 #414C60;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  margin: 0 15px;
}
#header .description {
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  text-shadow: 0 1px 0 #414C60;
}
#header .logo {
  margin: 25px 0;
  font-family: 'Viga', sans-serif;
  font-size: 44px;
}
#header .logo a {
  color: #2e384c;
  text-decoration: none;
  text-shadow: 0 1px 1px white;
}
#header .navigation {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 25px 0;
}
#header .navigation li {
  display: inline;
  margin: 0 15px;
  font-size: 15px;
}
#header .navigation li a {
  color: #2e384c;
  text-shadow: 0 1px 1px white;
}
#header .navigation li.active {
  font-weight: bold;
}

#content {
  padding: 20px 20px 50px 20px;
  background-color: white;
  border-top: 4px solid #e3e3e3;
  border-bottom: 1px solid #ccc;
}
#content .feature {
  margin-bottom: 20px;
}
#content .feature .thumb {
  float: right;
  margin: 0 15px 15px 15px;
}
#content .thumb-right {
  float: right;
  margin: 0 15px 15px 15px;
}

#home #content {
  padding: 20px;
}

#contact form {
  padding-bottom: 30px;
}

#contact-map {
  border: none;
}

.contact-information {
  background-color: whiteSmoke;
  border: 1px solid #EEE;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.btn-inverse {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
}

.btn-inverse:hover {
  color: white;
}

.post {
  padding-bottom: 30px;
}
.post h2 {
  margin: 0 0 15px 0;
}

.post-date {
  padding-bottom: 5px;
}

#footer {
  border-top: 1px solid #fff;
  background-color: #efefef;
  padding: 25px 0;
  font-size: 12px;
}
#footer h3 {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 7px;
  border-bottom: 1px solid #ccc;
}
#footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#footer li {
  line-height: 20px;
  font-size: 11px;
  display:inline;
}

#footer ul li { float: left; }
#footer ul li:after { content: "|"; padding: 0 .5em; }
