/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */
header {
  padding: 156px 0 100px;
}

section {
  padding: 50px 0;
}

section.first {
	padding-top: 156px;
}

strong, b {
	color: #666 !important;
}

#features img {
	display: inline-block;
	float: right;
	width: 40%;
	margin-left: 10px;
	margin-bottom: 8px;
}
h2 {
	color: #fa6119;
	
}

h3 {
	font-weight: normal;
	font-size: 1.5rem;
	margin-top: 40px;
}

h4 {
	font-weight: normal;
	font-size: 1.2rem !important;
	margin-top: 40px;
}

footer a {
	color: white !important;
	text-decoration: underline;
}

.bg-primary {
	background-color: #6171ff !important;
}

section.alt {
	background-color: #d1d6ff !important;
}

blockquote {
	border: 2px solid #ccc;
	border-radius: 5px;
	font-style: italic;
	font-size: inherit !important ; /*16px;*/
	padding: 15px;
	background: #d8d8d8;
}

.blockquote-footer, .blockquote-footer a {
	color: black !important;
}