html, body {
  background-color: #d5d7e1;
  font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #b4000f;
  /* margin: 15px 0; */
}

.caret {color: #b4000f;}

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

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

.header-margin {
  height: 85px;
}

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

.backEnd-wrapper {
  padding: 100px 15px;
  background-image: url('../_images/card-ro-gray.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: 2rem;
  }

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


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


.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 {
  font-style: italic;
  color: #cecece;
  font-size: 12px;
  padding: 20px 40px 400px;
  border-top: 1px solid #cecece;
  /* line-height: 30px; */
  /* margin-top: 50px; */
  background-color: #777;
}



.pbtooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.pbtooltiptext {
  position: absolute;
  font-size:small;
  left: 50%;
  bottom: calc(100% + 8px);           /* sit above the button */
  transform: translateX(-50%);
  width: 130px;
  background-color: #b4000f;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 3px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;               /* avoid hover flicker */
  transition: opacity 120ms ease-in-out, visibility 0s linear 120ms;
}

/* on hover, make it visible; also remove delays so hide has no wait */
.pbtooltip:hover .pbtooltiptext {
  opacity: 1;
  visibility: visible;

  /* these apply when leaving hover, so hide starts immediately */
  transition:
    opacity 600ms ease 0s,
    visibility 0s linear 600ms;
}

/* optional arrow */
.pbtooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #b4000f transparent transparent transparent;
}
