body {
	background-color: #323979; 
}
.btn-filled {
	padding: 6px 16px;
	border: none;
	color:#323979;
	background-color: #D6A658;
	border-radius: 6px;
}
.btn-menu {
	padding: 5px 20px;
	border-radius: 6px; 
	background-color: #323979;
	letter-spacing: 1px;
	color: #F9F9F9;
}
.btn-menu:hover {
	background-color: #3B4491;
	color: #F9F9F9;
}
.btn-menu-inactive {
	padding: 5px 20px;
	border-radius: 6px; 
	background-color: #323979;
	letter-spacing: 1px;
	color: #9598B8;
}
.btn-menu-inactive:hover {
	color: #323979;
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.row > [class*='col-'] {
	padding-top: 40px;
	display: flex;
	flex-direction: column;
}
#hero-heading, #hero-desc {
	position: relative;
	z-index: 3;
}
.highlighted {
	color: #f9f9f9;
}
html * {
	font-family: Verdana;
	font-style: normal;
}
h1, h2, h3, h4, h5, h1 span, h2 span{
	font-weight: bold;
	letter-spacing: 2px;
	color: #f9f9f9;
	text-align: center;
}
p {  /* Targets all paragraph elements */
  color: #C8D0E2;
}
a {
	color: #F9F9F9;
}
#site-logo {
	height: 36px;
}
footer {
	background-color: #111123;
}
.jumbotron {
	padding-bottom: 113px;
	border-radius: 0;
	overflow: hidden;
	width: 100% !important;
	background-image: url('./clouds-image.jpg');
}
.jumbotron p {
	position: relative;
	z-index: 20;
}
