/*
 * Globals
 */

body {
  font-family: "source-sans-pro", helvetica, arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.6;
  color: #4a4a4a;
  background-color: #f1f3f0;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
}
h2 {
	margin-top: 30px;
	margin-bottom: 5px;
	font-size: 22px;
	font-weight: 400;
	font-family: "merriweather", "Times New Roman", Times, serif;
}

h3 {
	margin-top: -5px;
	font-weight: 300;
	font-size: 16px;
	font-family: "merriweather", "Times New Roman", Times, serif;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #111111;	
}
a:hover {
	text-decoration: underline;
	color: #111111;
}


/*
 * Override Bootstrap's default container.
 */

@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}


/*
 * Masthead for nav
 */

.jc-masthead {
  background-color: #49606e;
}
.jc-logotype {
  width: 350px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .jc-logotype {
  width: 280px;
  margin-top: 30px;
}
}

/*
 * Nav overrides and customisation
 */

.navbar-default {
	background-color: #49606E;
	border: none;
	font-family: "open-sans", sans-serif;
    font-weight: 300;
	font-size: 15px;
}
.navbar {
	margin-bottom: 0;
}
.navbar-default .navbar-nav li a {
	color: #F4F0EB;
}
.navbar-default .navbar-nav li a:active {
	color: #F4F0EB;
}
.navbar-default .navbar-nav li a:visited {
	color: #F4F0EB;
}
.navbar-default .navbar-nav li a:hover {
	color: #F4F0EB;
	text-decoration: underline;
}
.navbar-toggle {
	float: left;
	margin-left: 15px;
	margin-bottom: 15px;
	border-radius: 0;
}
.navbar-default .navbar-toggle {
	border-color: #F4F0EB;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #F4F0EB;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #9d9d9d;
}
@media (min-width: 768px) {
  .nav li a {
	padding-left: 0;
	padding-right: 30px;
}
}
/*
 * Content
 */

#main-content {
	background-color: #fff;
	padding-top: 15px;
	padding-bottom: 50px;
}

#main-content a:link, #main-content a:visited, #main-content a:active {
	color: #4a4a4a;
	text-decoration: underline;
}
#main-content a:hover {
	text-decoration: underline;
	color: #111111;
}

#main-content h2 {
	color: #111111;
}

#main-content h2 a:link, #main-content h2 a:visited, #main-content h2 a:active {
	color: #111111;
	text-decoration: none;
}
#main-content h2 a:hover {
	text-decoration: underline;
	color: #111111;
}

.no-summary {
	margin-top: 10px;
}

.body-copy {
	margin-top: 25px;
	margin-bottom: 40px;
}

.main-copy {
	margin-top: 25px;
}

.side-bar {
	margin-top: 30px;
}

.side-bar-content {
	background-color: #f1f3f0;
	padding: 20px;
	font-size: 16px;
}

.side-bar-content p:last-child,
.side-bar-content ul:last-child,
.side-bar-content ol:last-child {
  margin-bottom: 0;
}

.side-bar-gap {
	margin-top: 30px;
}

@media (max-width: 767px) {
  .side-bar-gap {
	margin-top: 0;
}
}
/*
 * Blog name and description
 */

.blog-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: normal;
}
.blog-description {
  font-size: 20px;
  color: #999;
}


/*
 * Main column and sidebar layout
 */

.blog-main {
  font-size: 18px;
  line-height: 1.5;
}

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}


/* Pagination */
.pager {
  margin-bottom: 60px;
  text-align: left;
}
.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}


/*
 * Blog posts
 */

.blog-post {
  margin-bottom: 60px;
}
.blog-post-title {
  margin-bottom: 5px;
  font-size: 40px;
}
.blog-post-meta {
  margin-bottom: 20px;
  color: #999;
}


/*
 * Footer
 */

#footer {
  margin-top: 16px;
  color: #888;
  min-height: 150px;
  font-weight: 300;
  font-size: 16px;
}
#footer p:last-child {
  margin-bottom: 0;
}

