/* body */
body {
	padding: 20px 0px;

	text-rendering: optimizeLegibility;
	font-size: 20px;
	line-height: 1.5;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* dark mode */
body, div, article, .card, .panel, h1, h2, h3, h4, footer {
	background-color: #2d3333;
	color: #e5e5e5;
}

.card .card-header, .card .card-header .card-title, .card .list-group, .card .list-group .list-group-item {
	background-color: #4a5454!important;
}

/* headers and footers */
h1, h2, h3, h4, footer {
    font-family: 'Lato', sans-serif;
}

h1 {
    font-size:42px;
}

h2 {
    font-size:28px;
}

h3, .lead {
    font-size:24px;
}

h4, .lead {
    font-size:20px;
}

.header, .footer {
    padding-right: 15px;
	padding-left: 15px;
}

.header {
    border-bottom: 1px solid #ccd2d2;
    margin-bottom: 19px;
}

.header h1 {
    margin-bottom: -7px;
}

.footer {
    border-top: 1px solid #ccd2d2;
    margin-top: 19px;
}

footer {
	font-size: 16px;
}

/* body text */
p {
	margin: 5px 0px;
}

a, a:link, a:visited, a:hover, a:active {
	color:#3cbeba;
}

blockquote, .blockquote {
	font-size: 18px;
	line-height: 1.3;
	margin: 5px;
}

/* bootcamp tweaks */
.btn-default {
	background-image:none!important;
}

dt {
	font-weight: normal;
}

.badge {
	display: inline;
}

/* special screen sizes */
@media (min-width: 768px) {
	.container {
		max-width: 730px;
	}
}
.container-narrow > hr {
	margin: 30px 0;
}

@media screen and (min-width: 768px) {
	/* Remove the padding we set earlier */
	.header, .footer {
		padding-right: 0;
		padding-left: 0;
	}
	/* Space out the masthead */
	.header {
		margin-bottom: 30px;
	}
}