body {
}
.header-container {
  background-image: url('../i/header-bg.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
header {
  padding-top: 40px;
  padding-bottom: 20px;
  color: #fff;
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 1);
}
header h1{
  font-family: 'Abril Fatface', Serif;
  margin-top: 0;
}
header h3{
  font-family: 'Coda', cursive;
  margin-top: 0;
}
header p{
  font-size: 1.3em;
}
.facebook{
  color: #3b5998;
}
.facebook-bg{
  background-color: #3b5998;
  color: #fff;
}
.twitter{
  color: #00acee;
}
.google-plus{
  color: #dd4b39;
}
.linkedin{
  color: #0e76a8;
}
.section-bg{
  height: 400px;
  background-attachment: fixed;
  background-size: cover;
}
#section-bg-1{
  background-image: url('../i/section-bg-1.jpg');
}
#section-bg-2{
  background-image: url('../i/section-bg-2.jpg');
}
section {
  font-size: 1.1em;
  padding-top: 10px;
  padding-bottom: 20px;
}
section h2{
  font-family: 'Oswald', sans-serif;
}
.img-thumbnail{
  margin: 0 0 10px 10px;
}
.gallery .caption{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  padding: 4px 2px;
}
.footer-bg{
  background-color: rgba(0,0,0,0.8);
  padding-top: 15px;
}
footer {
  color: #ccc;
  padding-top: 20px;
  padding-bottom: 20px;
}
