/*
 * Globals
 */

body {
  font-family: 'Andika', sans-serif;
  color: #000;
  font-weight: 300;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: 'Lustria', serif;
  font-weight: normal;
  color: #333;
}


/*
 * Override Bootstrap's default container.
 */

@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}


/*
 * Blog name and description
 */

.blog-header {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #273341;
  margin-bottom:20px;
  border-bottom:2px solid #9FB8D2;
}
.blog-title {
  margin-bottom: 0;
  font-size: 60px;
  font-weight: normal;
  color: #9FB8D2;
  text-align:center;
}
.blog-description {
  font-size: 20px;
  color: #999;
}


/*
 * Main column and sidebar layout
 */

.blog-main {
  font-size: 18px;
  line-height: 1.5;
}

/*
 * Blog posts
 */

.blog-post {
  margin-bottom: 60px;
}
.blog-post-title {
  margin-bottom: 5px;
  font-size: 40px;
}
.blog-post-meta {
  margin-bottom: 20px;
  color: #999;
}

/*
 * Custom
 */
 
p {
  text-indent:15px;
  margin-bottom:20px;
}

.text-center{
  text-indent:0px;
}
 
.mb-20{margin-bottom:20px;}
.mb-40{margin-bottom:40px;}

.btn_cta{
  text-align:center;
  background-color: #273341;
  color: #9FB8D2;
  border:2px solid #9FB8D2;
  border-radius:3px;
  font-size:150%;
  padding:10px;
}

.btn_cta:hover{
  text-align:center;
  background-color: #273341;
  color: #fff;
  border:2px solid #9FB8D2;
  border-radius:3px;
  font-size:150%;
  padding:10px;
}