/*
 * Globals
 */

body {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #555;
	font-size: 1.5rem;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
}


/*
 * Masthead for nav
 */

.blog-masthead {
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

/* Nav links */
.blog-nav-item {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  color: #cdddeb;
}
.blog-nav-item:hover,
.blog-nav-item:focus {
  color: #fff;
  text-decoration: none;
}

/* Active state gets a caret at the bottom */
.blog-nav .active {
  color: #fff;
}
.blog-nav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  border-left: 5px solid transparent;
}


/*
 * 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
 */

.blog-footer {
  padding: 40px 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}

.blog-masthead {
	background-color: #42ca8b;
}

.blog-nav-item {
	color: #1d2d3b;
}

.alert-info {
	background-color: #d9f7ed;
	border-color: #bcf1e8;
}


/* Added by baldurk */
.inline-img {
	display: inline;
	vertical-align: baseline;
}
 
/* Side notes for calling out things
 * https://gist.github.com/matthiasg/6153853
-------------------------------------------------- */
 
/* Base styles (regardless of theme) */
.bs-callout {
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.bs-callout h4 {
  margin-top: 0;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
  background-color: #fff;
}
 
/* Themes for different contexts */
.bs-callout-danger {
  background-color: #fcf2f2;
  border-color: #dFb5b4;
}
.bs-callout-warning {
  background-color: #fefbed;
  border-color: #f1e7bc;
}
.bs-callout-info {
  background-color: #f0f7fd;
  border-color: #d0e3f0;
}

.upper-section {
	background-color: #3bb779;

	/* also experimental */
	box-shadow: 0px 0px 20px #888;


	padding-top: 20px;
	margin-bottom: 50px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.upper-section .btn-group {
	margin-bottom: 15px;
}

/*
.upper-section .btn-group:first-child {
	margin: 15px;
	margin-bottom: 15px;
}
*/

.upper-section p {
	color: #fff;
}

.upper-section p.dl-links {
	color: #222;
}

.upper-section p a {
	color: #014a8a;
}

.upper-section p a:hover, .upper-section p a:focus {
	color: #00274a;
}

.upper-section p a.release {
	color: #fff;
}

.upper-section p a:hover, .upper-section p a:focus {
	color: #fff;
}

.upper-section .btn-primary, .upper-section .btn-primary:hover, .upper-section .btn-primary:focus {
	color: #fff;
}

.upper-section .dropdown-menu {
	left: inherit;
	right: 0;
}

.upper-section h1 a, .upper-section h1 {
	font-size: 72px;
	color: #fff;
	text-decoration: none;
}

.footer {
	background-color: #3bb779;
	color: #222;
	height: 4em;
	padding-bottom: 2em;
	padding-top: 1em;
	padding-right: 2em;
	margin-top: 100px;
}

.footer a, .footer a:hover, .footer a:focus {
	color: #222;
	display: inline-block;
	float: right;
	margin-left: 1em;
}

.footer span {
	display: inline-block;
	float: none;
	margin-left: 2em;
}

.upper-section .btn-group {
	display: flex;
	justify-content: center;
}

@media (min-width: 992px) {
	p.description {
		padding-left: 7%;
	}

	.upper-section .btn-group {
		display: flex;
		//justify-content: normal;
	}

	.row-valign {
		display: table;
		table-layout: fixed;
		width: 100%;
	}

	.col-valign {
		display: table-cell;
		vertical-align: middle;
		float: none;
	}
}

.hidden-dl-button {
	display: none;
}

.feature-callout {
	margin-bottom: 40px;
	padding-top: 6px;
	border-top: 6px solid #42ca8b;
}

.feature-callout p {
	text-align: justify;
}

blockquote {
	font-size: 1.2em;
	padding-top: 0px;
}

.quotes blockquote h5 {
	float: right;
	font-style: italic;
}

.row h2 {
	padding-top: 10px;
	padding-bottom: 15px;
}

img.screenshot {
	margin-bottom: 40px;
	/* box-shadow: 0px 0px 40px #888; */
	padding-top: 6px;
	border-top: 6px solid #42ca8b;
}

.news-title {
	font-size: 2em;
	border-bottom: 6px solid #42ca8b;
}

.news-byline {
	background-color: #ddd;
	padding: 4px;
}

.news-byline span {
	font-style: italic;
	margin-left: 3px;
	margin-right: 3px;
	float: right;
}

.news-content {
	clear: both;
}

.news-content p {
	margin-top: 20px;
	margin-left: 40px;
	max-width: 500px;
	font-size: 1.7rem;
}

.news-content p.signature {
	text-align: right;
}
