html, body {
    height:100vh; 
    width: 100%;
    overflow-x: hidden; /* Prevent scroll on narrow devices */
}
               
body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    /* font-family: 'Libre Franklin', sans-serif; */
    background-color: #E0E7FC;
    overflow-x: hidden; /* remove horizontal bar */
    color: rgba(0,0,0,.80);
    /*  color: #4B5161; */
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
}

h1 {
    font-weight: bold;
    font-size: 40px;
    line-height: 56px;
}

h2 {
    font-weight: normal;
    font-size: 32px;
    line-height: 48px;
}

h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
}

h4 {
    font-weight: normal;
    font-size: 24px;
    line-height: 40px;
}

h5 {
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
}

h6 {
    font-weight: lighter;
    font-size: 16px;
    line-height: 32px;
}

p {
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
}

a.textFooter {
    font-weight: normal;
    font-size: 16px;
    color: #B1C4F7;
    text-decoration-line: none;
    
}

a, 
a:hover, 
a:focus, 
a:active {
    font-weight: bold;
    color: #3D6BEC;
    text-decoration-line: none;
}

a.textLinkLight {
    font-weight: normal;
    color: #B1C4F7;
    text-decoration-line: none;
}

.textShadower {
    text-shadow: 1px 1px 8px rgba(0,0,0,.64);
}

.textWhite {
    color: white;
}

.textBlue {
    color: #E0E7FC;
}

.textOrange {
    color: #F8E1DA;
}

.textGreen {
    color: #DCF8DB;
}

.textYellow {
    color: #FFF9DA;
}

.textMagenta {
    background-color: #FADCFF;
}

kbd {
    color: rgba(0,0,0,.64);
    background-color: white;
    border: 1px solid rgba(0,0,0,.64);
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.08);
}

/*
 * containers
 * ------------------
 */

.jumbotron {
    height: 640px;
    margin-bottom: -4rem;
    padding: 120px 0;
}

.blockTitle{
    padding: 3.25rem 2.75rem;
}

.blockBody {
    padding: 1.0rem 1.75rem;
}

.blockCard {
    padding: 40px;
    background-color: white;
    border: 1px solid white;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.08);
}

.blockQuote {
    height: 640px;
    padding: 120px 0;
}

.blockSidebar {
    border-right: 1px solid #E0E7FC;
}

div.col-4 {
    margin: 0;
    padding: 0;
}

.card {
    padding: 0;
    margin: 0;
    border: 0px;
}

.card-header {
    padding: 8px 0;
    margin: 0;
    background-color: transparent;
    border: 0;
}

.card-body {
    padding: 8px 0;
    margin: 0;
    border-top: 1px solid rgba(0,0,0,0.24);
}

/*
 * list-group
 * ------------------
 */

.list-group-item {
    color: black;
    font-size: 16px;
    font-weight: normal;
    background-color: white;
    border: 0px solid white;
    padding: .5rem 1rem;
    margin-bottom: 0;
}

.list-group-item:hover,
.list-group-item:focus,
.list-group-item:active:focus,
.list-group-item.active:focus,
.list-group-item:active,
.list-group-item.active {
    z-index: 2;
    color: black;
    background-color: #E0E7FC;
    font-weight: normal;
}

/*
 * navigation
 * ------------------
 */

.navbar {
    min-height: 64px;
    margin-bottom: 0;
    border-bottom: 0;
}

.navbar-light {
    background-color: white;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.08);
}

.navbar-brand > img {
    height: 32px;
}

.navbar-light .navbar-nav .nav-link {
    padding-top: 16px;
    font-weight: normal;
    font-size: 16px;
    color: #4B5161;
}

.navbar-light .navbar-nav .active > .nav-link {
    font-weight: bold;
    color: #3D6BEC;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: normal;
    font-size: 16px;
    color: #4B5161;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}

/*
 * images
 * ------------------
 */

.imgBadge {
    margin: 0 16px 0 0;
    padding: 0;
    width: 64px;
    height: 64px;
}
.imgIcon {
    margin: 0 8px 16px -8px;
    padding: 0;
    width: 64px;
    height: 64px;
}

.imgLogo {
    margin: 0 32px;
    height: 2.5rem;
}

.imgOpacity {
    opacity: 0.48;
    filter: alpha(opacity=32); /* For IE8 and earlier */
}

/*
 * form
 * ------------------
 */

.form-group {
    margin: 24px 0;
}

label {
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
}

.form-control {
    margin-top: 8px;
    display: block;
    width: 100%;
    min-height: 40px;
    padding: 8px 8px;
    font-size: 16px;
    color: rgb(85, 85, 85);
    background-color: #EFEFEF;
    background-image: none;
    border: 2px solid rgba(0,0,0,0.08);
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.04) inset;
}

.form-control:focus {
    border-color: #83A1F3;
    background-color: #E0E7FC;
    outline: 0;
    -webkit-box-shadow: inset 0px 0px 0px whtie, 0 0 8px whtie;
            box-shadow: inset 0px 0px 0px white, 0 0 8px white;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.04) inset;
}

/*
 * buttons
 * ------------------
 */

.btn-primary {
    font-weight: 700;
    margin: 16px 16px 16px 0;
    background-color: #3D6BEC;
	color: white; 
    border: 4px solid #3D6BEC;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.bbtn-primary:active,
.btn-primary.active {
    background-color: white;
    color: #3D6BEC; 
    border: 4px solid white;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.08);
}

.btn-secondary {
    font-weight: 700;
    margin: 16px 16px 16px 0;
    background-color: white;
	color: #3D6BEC; 
    border: 4px solid white;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.btn-secondary:active,
.btn-secondary.active {
    background-color: #3D6BEC;
    color: white; 
    border: 4px solid #3D6BEC;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.08);
}

/*
 * background
 * ------------------
 */

.bgWhite {
    padding-bottom: 32px;
    background-color: white;
    border: 1px solid white;
        -moz-border-top-right-radius: 8px;
        -webkit-border-top-right-radius: 8px;
        -moz-border-top-left-radius: 8px;
        -webkit-border-top-left-radius: 8px;
}

.bgLight {
    padding-bottom: 32px;
    background-color: #E0E7FC;
}

.bgSurfBlue {
    padding: 64px 0;
    background-color: #2E50B1;
    border-top: 0px solid #F8F8F8;
    box-shadow: 0px -2px 4px  rgba(0,0,0,0.08);
}

.bgMarinoBlue {
    padding: 64px 0;
    background-color: #1F3676;
    border-top: 0px solid #F8F8F8;
    box-shadow: 0px -2px 4px  rgba(0,0,0,0.08);
}

.bgMarinoBlue p {
    font-weight: lighter;
}

.bgDarktBlue {
    padding: 64px 0;
    background-color: #0F1B3B;
}

.stripeBg {
    left: 0;
    right: 0;
    transform: skewY(-8deg);
    pointer-events: none;
    background: #0F1B3B;
}

.stripeBlue {
    top: 0;
    bottom: 0;
    z-index: -1;
    background: #32325d;
    box-shadow: 0 0 0 rgba(0,0,0,.01);
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -100%; /* 12 columns */
  }

  .row-offcanvas-right.active
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -100%; /* 12 columns */
  }

  .row-offcanvas-left.active
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}