.brand {
	color: inherit;
}

header {
	color: white;
	background: linear-gradient(135deg, #00a1ae 38%, #6bbdc1 100%);
	margin-bottom: 5rem;
}

header .btn-light, a {
	color: #00818e;
}

a:hover {
	color: #00616e;
}

.btn-primary {
	background-color: #00919e;
	border-color: #00919e;
}

.btn-primary:hover {
	background-color: #00717e;
	border-color: #00717e;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background-color: #00616e;
    border-color: #00515e;
}

.btn-primary.focus, .btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 113, 126, 0.5);
}

.container {
	max-width: 960px;
}

#features .row {
	margin-top: 5rem;
	margin-bottom: 5rem;
}

h2 {
	margin-bottom: .75rem;
}

.screenshot {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: 100%;
}

.screenshot img {
	max-width: 100%;
}

ul.nobullet {
	list-style-type: none;
}
ul.noindent {
	padding-inline-start: 0;
}

.docs-section .btn {
	min-width: 120px;
}

.doc-nav ul {
	list-style-type: none;
	font-size: 15px;
}

.doc-nav ul li {
	margin-bottom: 5px;
}

.doc-nav ul ul {
	list-style-type: initial;
	font-size: 14px;
}

.doc-nav ul ul li {
	margin-bottom: 0;
}

.doc-body * + .h2, .doc-body * + h2,
.doc-body * + .h3, .doc-body * + h3 ,
.doc-body * + .h4, .doc-body * + h4,
.doc-body * + .h5, .doc-body * + h5,
.doc-body * + h6 {
	margin-top: 30px;
}

.doc-body h4 + h4 {
	margin-top: 0;
}

footer {
	background-color: #F8F9FB;
	border-top: 1px solid #e5e6e9;
	padding: 1rem;
}

html.footer-at-bottom {
	height: 100%;
	box-sizing: border-box;
}

.footer-at-bottom *,
.footer-at-bottom *:before,
.footer-at-bottom *:after {
	box-sizing: inherit;
}

.footer-at-bottom body {
	position: relative;
	margin: 0;
	padding-bottom: 6rem;
	min-height: 100%;
}

.footer-at-bottom footer {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}