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

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

.caret {color: #4a217a;}

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: #4a217a;}
a {text-decoration: none; color: #4a217a;}
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/bg.png');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.center-content-inside {
  margin-top: 30px;
}
.buffer {
  /* padding: 100px 15px; */
  background-image: url('../_images/bg.png');

  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: #4a217a;}
  #openLead .card-header a {color: #ffffff;}
  #openLead .card-header a:hover {color: rgba(255,255,255,.8);}


 .btn-link {color: #4a217a;}
 .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: #888888;
  font-size: 12px;
  padding: 15px 15px 400px;
  border-top: 1px solid #cecece;
  /* line-height: 30px; */
  margin-top: 50px;
}
