html, body {
  background-color: #ffffff;
  font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  /* font-family: 'Oswald', sans-serif; */
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #21367a;
  /* margin: 15px 0; */
}

.caret {color: #21367a;}

h1 { font-size: 2em; line-height: 30px; color: #000000;}
h2 { font-size: 1.5em; line-height: 25px; color: #000000; }
h3 { font-size: 1.17em; line-height: 20px; color: #000000; }
h4 { font-size: 1.12em; line-height: 20px; color: #000000; }
h5 { font-size: .83em; line-height: 20px; color: #000000; }
h6 { font-size: .75em; line-height: 20px; color: #000000; }

b {color: #21367a;}
a {text-decoration: none; color: #000000;}
a:hover {text-decoration: none; color: #673d99;}

label {
  font-weight: 700;
}
.header-margin {
  height: 85px;
}

.frontEnd-wrapper {
  padding: 50px 15px;
  background-color: white;
}

.backEnd-wrapper {
  padding: 100px 15px;
  background-image: url('../_images/card-ro.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.buffer {
  /* padding: 100px 15px; */
  background-image: url('../_images/card-ro.jpg');

  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

hr {
    width: 100%;
    /* height: 30px; */
    /* margin-left: auto;
    margin-right: auto; */
    background-color: #936fbd;
    margin: 30px auto;
    }
nav {background-color: #ffffff;}
  #main-wrapper {
    position: relative;
    height: 100%;
    margin-top: 75px;
  }

  #openLead .card-header {background-color: #21367a;}
  #openLead .card-header a {color: #ffffff;}
  #openLead .card-header a:hover {color: rgba(255,255,255,.8);}


 .btn-link {color: #21367a;}
 .btn-link:hover {color: #673d99;}

.center-content {
  padding: 100px 15px;
  background-image: url('../images/dp2331855_4.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.center-content-inside {
  padding: 50px 15px;
  background-color: #f1f1f1;
}

.header-menu {
  padding: 15px;
  background-color: #ffffff;
  box-shadow: 0px 3px 8px rgba(0,0,0,.25);
  position: relative;
}

.navbar {box-shadow: 0px 3px 8px rgba(0,0,0,.25);}
.menuButton {
  border-right: 1px solid #cecece;
}

.home-footer-styles {
  font-style: italic;
  color: #888888;
  font-size: 12px;
  padding: 15px 15px 400px;
  background-color: #ffffff;
  border-top: 1px solid #cecece;
  /* line-height: 30px; */
}

.page-title {
  padding: 20px;
  background-color: purple;
}

.footer-styles {
  color: #cecece;
  /* font-size: 12px; */
  padding: 40px 40px 400px;
  border-top: 1px solid #016aad;
  /* line-height: 30px; */
  /* margin-top: 50px; */
  /* background-color: #0f193b; */
  background-color: #000000;
}
  .footer-styles a {color: #ffffff !important; font-weight: 600;}


  @media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
    .printSize {
      font-size: 10px !important;
    }
    .center-content-inside, .center-content {
      padding: 0;
    }
}
