@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,600,900);
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,600,900);
body {
  font-family: Roboto, arial, sans-serif; }

a {
  color: #353738; }
  a:hover {
    color: #FFB005;
    text-decoration: none; }

p, ul li {
  font-family: Lato;
  color: #616161;
  font-size: 16px;
  line-height: 24px;
  color: #353738;
  font-weight: 400; }

h1 {
  font-family: Roboto;
  font-weight: 900;
  color: #353738; }

h4 {
  text-transform: none;
  letter-spacing: 0; }

input.form-control,
select.form-control,
textarea.form-control {
  font-family: Roboto, arial, sans-serif;
  color: #555;
  font-size: 14px;
  min-height: 40px; }

.inner-intro {
  background: #FFB005;
  height: 640px;
  /*
  .intro-text {
    p {
      font-size: 18px;
      margin: 4px 0;
    }
  }
  */ }
  .inner-intro h2, .inner-intro h3 {
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.8);
    font-size: 32px; }
  .inner-intro h2 {
    font-family: Lato;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 16px;
    text-transform: none;
    font-style: italic;
    color: #353738; }
  .inner-intro h3 {
    color: #353738; }

.blog-post h4 {
  text-transform: none;
  letter-spacing: 0;
  font-weight: bold;
  color: #353738; }
.blog-post .post-meta {
  color: #818181; }

.sidebar-widget a {
  line-height: 100%; }

.sidebar-widget .widget-post .widget-post-info h6 {
  text-transform: none;
  color: #353738;
  margin-top: 0; }

.sidebar-widget .post-meta {
  text-transform: none;
  color: #818181; }

.logo a {
  width: 180px;
  margin-top: 25px; }

.sidebar-widget h5 {
  color: #353738;
  font-weight: bold; }
.sidebar-widget ul li a.active {
  color: #FFB005;
  font-weight: bold; }

footer.footer {
  background: #e0e5e8; }

.post-entry img {
  margin: 16px 0;
  max-width: 100%; }
.post-entry a {
  color: #e86e25;
  border-bottom: dotted 1px #e86e25; }

.blog-thumbnail {
  float: left;
  display: block;
  width: 100%;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

/*# sourceMappingURL=custom.css.map */
