
body {
  font-family: 'Lora', 'Times New Roman', serif;
  font-size: 16px;
  color: #333333;
}

p {
  line-height: 1.3;
  margin: 20px 0;
}

.section-heading {
  font-size: 24px;
  margin-top: 10px;
  font-weight: 700;
}


.caption {
  text-align: center;
  font-size: 16px;
  padding: 10px;
  font-style: italic;
  margin: 0;
  display: block;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.intro-header {
  background-color: #777777;
  background: no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom: 5px;
}
.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
  padding: 50px 0 50px;
  color: black;
}

.navbar-custom .navbar-header .navbar-toggle {
  color: #333333;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
}
.navbar-custom .navbar-brand  {
  font-weight: 800;
  color: #333333;
}
.navbar-custom .navbar-header .navbar-toggle {
  color: #333333;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
}


.btn {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  border-radius: 15;
  padding: 15px 25px;
}
.btn-lg {
  font-size: 14px;
  padding: 25px 35px;
  border-radius: 15;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #d3d3d3;
  border: 1px solid #777777;
  color: black;
}
