body {
	font-family: 'Lato';
	background: rgb(236,239,241);
	-webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.fa-btn {
	margin-right: 6px;
}

a.navbar-brand {
	text-transform: uppercase;
	color: #fff !important;
	font-size: 140%;
	padding: 0 0;
	margin: 0 5px 0 0;
	font-weight: 700;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

a.navbar-brand img {
	height: 95%;
	width: 120px; /* max, via object-fit: */
	object-fit: contain;
}

nav.navbar {
	margin-bottom: 0;
	border-radius: 0;
}

.jumbotron {
	background: #dddddd;
	padding: 60px 0 20px;
}
.jumbotron h1 {
	font-size: 300%;
}
h3.section-title {
	color: #000;
	text-shadow: none;
	margin-top: 100px;
	margin-bottom: 25px;
}
h3.section-title::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 6px;
  border-radius: 3px;
  background: rgb(253, 151, 38);
  vertical-align: middle;
  margin-right: 15px;
}
