/*!
 * 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: 280px 0 100px;
}

section {
  padding: 150px 0;
}

body p, body ul li, p.lead  {
	
	color: #333 !important;
	font-weight: 200;
}

.bg-light {
	background-color: #F8F8F8 !important;
}

h1 {
	font-weight: 100;
	font-size: 3rem;
	color: #666 !important;
}
h2 {
	font-weight: 200;
	font-size: 2rem;
	color: #666 !important;
}
h3 {
	font-weight: 200;
	font-size: 1.5rem;
	color: #666 !important;
}

i {
	font-size: 3rem;
	padding: 1rem;
}

a:link, a:visited {
	color: #61648f;
}

a:hover, a:active {
	color: #89A7A7;
}

 .navbar-light .navbar-nav .nav-link.active {
	 color: #89A7A7
 }
