body {
  padding-top: 4.7rem; 
  padding-bottom: 0; 
  color: #555;
}

a {
  cursor: pointer!important;
}

h1 > a {
  color: #1e5a89;
  text-decoration: underline;
  font-weight: 600;
  font-size: 2rem;
  transition: 250ms all ease;
}

h1 > a:hover {
  color: #2d97cc;
  text-decoration: underline;
  font-weight: 600;
}

section > h5 {
  font-weight: 400;
}

a.sm-link {
  color: #f8f9fa;
  text-decoration: none;
  transition: 250ms all ease;
  }
  a.sm-link:hover, a.sm-link:focus {
    color: #2d97cc;
    text-decoration: underline;
    transition: 250ms all ease;
    }

/*================================
        NAVBAR ITEMS
=================================*/
li.nav-item {
  border-bottom: none;
}
.navbar-light .navbar-nav .nav-link {
  color:#555;
  font-size: 1.05rem;
  text-decoration: none;
  font-weight: 400;
  transition: 250ms all ease;
  opacity: 100%;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #1e5a89;
}

.nav-text-style {
  text-align: left;
}

.nav-border-bottom {
  border-bottom: 2px solid #1e5a89;
/* offset-x | offset-y | blur-radius | spread-radius | color */
/*box-shadow: 2px -2px 5px 1px rgba(0, 0, 0, 0.5);*/
}

.nav-logo {
  width: 100%;
  max-width: 200px;
  display: block!important;
  outline: none;
}

.CE-icons {
  width: 100%;
  max-width: 200px!important;
  outline: none;
  margin-bottom: 10px!important;
}


/*================================
    MARGIN / PADDING / SPACING
=================================*/
.saturate {
  filter: saturate(1.2);
}

.brightness {
  filter: brightness(119%);
}

.bg-darken-10 {
  filter: brightness(90%);
} 

.CE-icons-lrg {
  width: 100%;
  max-width: 256px!important;
  outline: none;
}

.bg-sce-blue {
  background-color: hsl(208, 64%, 32%);
}
.sce-card {
  border: 1px solid #ddd;
  border-radius: 1rem!important;
  background-color: #fafbfc;
  padding: 1rem 1rem .5rem;
}

.sce-card p {
  font-size: 1.1rem;
}

p > a.hide-lg {
  display: none;
}

.hide {
  display: none!important;
}

.mb-var {
  margin-bottom: 3rem!important;
}

.py-var {
  padding-top: .5rem!important;
  padding-bottom: .5rem!important;
}

.ml-lg-auto-mx-sm-auto {
  margin-left: auto;
  margin-right: 0;
}

.mr-lg-auto-mx-sm-auto {
  margin-right: auto;
  margin-left: 0;
}





@media (min-width: 62em) {
.featurette-heading {
    margin-top: 1rem;
}
}

/**********************************
  TABLET
***********************************/

@media (max-width: 767px) {
  li.nav-item {
    border-bottom: 1px solid #ddd;
  }
  .hide-xs {
    display: none;
  }
  .nav-text-style {
    text-align: center;
  }
  .ml-lg-auto-mx-sm-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .mr-lg-auto-mx-sm-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .media {
    display: block;
    text-align: center;
  }
}

/**********************************
  MOBILE
***********************************/
@media (max-width: 576px) {
  .text-xs-center {
    text-align: center;
  } 
  p > a.hide-lg {
    display: block;
  }
  p > a.hide-sm {
    display: none;
  }
  .mb-var {
    margin-bottom: 1rem!important;
  }

  .py-var {
    padding-top: .75rem!important;
    padding-bottom: .75rem!important;
  }

}