@charset "UTF-8";
.boldfont {
    color: rgba(101,45,145,1.00);
    font-style: normal;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-weight: bolder;
    font-size: large;
    letter-spacing: 0.5px;
    font-variant: normal;
}
.blackfont {
    color: rgba(1,1,1,1.00);
    font-style: normal;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-weight: bolder;
    font-size: medium;
    letter-spacing: 0.5px;
    font-variant: normal;
}
.purpleline {
    background-color: rgba(101,45,145,1.00);
    background-image: url(url);
}
.boldfont2 {
    color: rgba(101,45,145,1.00);
    font-style: normal;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-weight: bolder;
    font-size: x-large;
    letter-spacing: 0.5px;
    font-variant: normal;
}
.padding{
 padding-right: 15px;
 padding-left: 15px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #40025D;
}
a {
  color: #40025D;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #8325CA;
  text-decoration: underline;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #40025D;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #F7F2F3;
  text-decoration: none;
  background-color: hsla(285,94%,19%,0.50)}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #40025D;
}
.card1 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  min-height: auto;
  max-height: auto;
 
  background-color: #652D91;
 
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  color: #00000;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 6px solid rgba(0, 0, 0, 0.125);
  color: #ffffff;
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}.box {
    border: medium solid hsla(281,100%,19%,1.00);
}
.boxwhite {
    border: medium solid hsla(281,100%,19%,1.00);
    background-color: rgba(215,207,207,1.00);
}
.letterboundary {
    border-radius: 0.5px;
    border: thick groove hsla(274,53%,37%,1.00);
    background-color: hsla(0,27%,94%,1.00);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.mainbackground {
    background-color: rgba(198,189,204,0.72);
}
 body,html {overflow-x: hidden;

}
.padding {
	  padding-left: 10px;
    padding-right: 10px;
}
