body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif
}

body,
html {
  height: 100%;
  line-height: 1.8;
}

/* Full height image header */
.bgimg-1 {
  background-position: center;
  background-size: cover;
  /* background-image: url("/w3images/mac.jpg"); */
  min-height: 100%;
}

.w3-bar .w3-button {
  padding: 16px;
}

.bc-background-purple {

  background-color: rgb(112, 95, 147);
  /*logo purple color*/
}

.bc-background-grey {
  background-color: rgb(220, 218, 221);
  /*Greybackground grey color*/
}

.bc-button-grey {
  background-color: rgb(167, 166, 161);
  /*button grey color*/
}

.bc-banner-size {
  max-height: 72px;

}

.bc-boarder-10 {
  border: 10px;
}

.bc-italic {
  font-style: italic;
}

.bc-bold {
  font-weight: bold;
}

.bc-img {

  max-width: 100%;

}

.bc-fit-container {
  max-width: 100%;
}

.bc-text-left {
  text-align: justify;
  text-justify: inter-word;
}

.bc-background-black {
  background-color: rgb(49, 49, 49);
}

.bc-endorse-max {
  /* max-height: 300px;
  max-width: 300px; */
}