.navbar-brand-img {
    max-height: 13rem;
    width: auto;
    }
.navbar-expand-lg .navbar-nav .nav-link {
    padding-left:.75rem;
    padding-right:.75rem;
    }
.btn-primary, .btn-primary:active{
    background-color:#6a3669;
    border-color:#582457;
    border-width:1px;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #993399;
    border-color:#6a3669;
}
.text-primary{
    color:#993399 !important;
}
.btn-secondary, .btn-secondary:active{
    background-color:#993399;
    border-color:#582457;
    border-width:1px;
}
.btn-secondary:hover, .btn-secondary:focus {
    background-color: #be57be;
    border-color:#6a3669;
}
.text-secondary{
    color:#993399 !important;
}
.text-success{
    color:#c9db35;
}

a, a:active {
    color:#6a3669;
}
a:hover, a:focus {
    color:#993399;
}

ul .navbar-nav{
    
}
.navbar-nav{
    color:#6a3669;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
    color:#993399;
}
.navbar-light .navbar-nav .nav-link:hover {
    color:#993399;
}
.hangingindent {
  text-align:unset;
  margin-left: 10px ;
  text-indent: -10px ;
}

.bg-dark {
  background-color: #6a3669 !important;
}
/*Dark Footer*/
.darkFooterHead {
    color:#fff;
}
.darkFooterHead:hover {
    color:#ccc;
}
.copyright {
    color:#fff;
    text-align: center;
    padding-top:30px;
}
/*.text-dark {
    color:#6a3669;
}*/

.btnDocs {
    width:225px;
}
ol li {margin-left:40px;}

/* video background*/
header {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

/* Media Query for devices withi coarse pointers and no hover functionality */

/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */

@media (pointer: coarse) and (hover: none) {
  header {
    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
  }

  header video {
    display: none;
  }
}
/* end header background */

/* Sponsors */
.sponsor-feature {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0;
}
.sponsorBox {
    padding:20px;
    background-color: #ddbfe0;
    border-radius: 10px;
}
.meetBox {
    padding:20px;
    background-color: #ccc;
    border-radius: 10px;
}
#id-sponsors {
    padding:10px;
}
#id-sponsors .item {
    padding-bottom: 10px;
}
h1, h2, h3 {
    font-weight: bold;
}
h2 {
    color:#6a3669;
}
.display-2{
    font-weight: bold;
}
.bg-purple {
    background-color: #6a3669;
}
.btn-warning, .btn-warning:active{
    background-color:#ffcd32;
    border-color:#d2a416;
    border-width:1px;
    color:#000;
}
.btn-warning:hover, .btn-warning:focus {
    background-color: #d2a416;
    border-color:#a9830e;
}