html,body {
  background: #EFF3F4;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.columns:nth-child(2) {
  margin-top: -7rem;
}
.nav-bar-logo {
  padding:0 0.75rem;
}
.nav-bar-logo > img {
  height:40px;
  max-height: 3.5rem;
}
a.navbar-item.is-active {
//  background: #3e8ed0;
  color: #3e8ed0;
  font-weight:bold;
}
.navbar,
.navbar-brand,
.navbar > .container {
  min-height: calc(3.25rem - 5px);
}
a.navbar-item {
  border-bottom:5px solid transparent;
}
a.navbar-item:hover {
  background-color: #fafafa;
  color: #485fc7;
  border-bottom:5px solid red;
}
.hero-body .container {
  max-width: 700px;
}
.hero-body .title {
  color: hsl(192,17%,99%) !important;
}
.hero-body .subtitle {
  color: hsl(192,17%,99%) !important;
  padding-top: 2rem;
  line-height: 1.5;
}
.features {
  padding: 5rem 0;
}
.box.cta {
  border-radius: 0;
  border-left: none;
  border-right: none;
}
.card-image > .fa {
  font-size: 8rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #209cee;
}
.card-content .content {
  font-size: 14px;
  margin: 1rem 1rem;
}
.card-content .content h4 {
  font-size: 16px;
  font-weight: 700;
  margin-top:-20px;
}
.card {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
  margin-bottom: 2rem;
}
.intro {
  padding: 5rem 0;
  text-align: center;
}
.sandbox {
  padding: 5rem 0;
}
.tile.notification {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.is-shady {
animation: flyintoright .4s backwards;
background: #fff;
box-shadow: rgba(0, 0, 0, .1) 0 1px 0;
border-radius: 4px;
display: inline-block;
margin: 10px;
position: relative;
transition: all .2s ease-in-out;
}
.is-shady:hover {
box-shadow: 0 10px 16px rgba(0, 0, 0, .13), 0 6px 6px rgba(0, 0, 0, .19);
}
/*adds font awesome stars*/
footer li:before {
  content: '\f1b2';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #147efb;
}

.mt-auto.py-3.bg-light {
/*
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
*/
  margin-top: 2rem !important;
  background: #333333e8 !IMPORTANT;
}
.footer {
  background-color: #fafafa;
  padding: 3rem 1.5rem 6rem;
      padding-top: 3rem;
      padding-bottom: 6rem;
}
.py-3 {
  padding-top: .75rem !important;
  padding-bottom: .75rem !important;
}
.rhs {
  position: absolute;
  right: 0;
  text-align: right;
  top: 60px;
  font-size: 12px;
}
.rhs a {
  cursor: pointer;
  color: #F79F27 !important;
}
.foo-lhs {
  color: #fff;
}