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

section {
  padding: 150px 0;
}

h1 {
	color: #ffffff;
}

a {
	color: #7289DA;
}

a:hover {
	color: #4a67cf;
}

ul {
  list-style: none;
}

ul li::before {
  content: "\2022";
  color: #7289DA;
  font-weight: bold;
  font-size: 24px;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

.subtitle {
	text-decoration: underline #7289DA;
}

.bg-blue {
  background-color: #7289DA;
}

.bg-1 {
	background-color: #2C2F33;
	color: #ffffff;
}
.bg-2 {
	background-color: #23272A;
	color: #ffffff;
}

.btn-primary {
	background-color: #7289DA;
	border-color: #7289DA;
}

.btn-primary:hover {
	background-color: #4a67cf;
	border-color: #4a67cf;
}

.btn-primary:active {
	background-color: #4a67cf;
	border-color: #4a67cf;
}