html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

a:link {
    color: white;
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: #dddddd;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: white;
    background-color: transparent;
    text-decoration: underline;
}

a:active {
    color: white;
    background-color: transparent;
    text-decoration: underline;
}



.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body { margin:0px 0px 0px 0px;
       padding:0;
  }

p { color:white;
}

h1 {
    font-family: "new-order", sans-serif;
    color: white;
    font-size:1.8em;
    text-align: center;
    text-transform: uppercase;
}

.head-back {
    background-color: rgba(0,0,0,0.3);
}

h2 {color:white;

}

h3 {color:white;
}

.admin-head {
    font-family: "new-order", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.8em;
    color: black;
    text-align: center;
    
}

.backBlack {
    background-color:black;
    height:100%;
    min-height:100vh;
}

.BlackTextJoin {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: black;
}

.container-fluid {
    margin:0px;
    padding:0px;
}

.navText {
    font-family: "new-order", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: white;
    font-size: 1.30em;
    text-align: center;
    
}

    .navText:hover {
        font-family: "new-order", sans-serif;
        font-weight: 500;
        font-style: normal;
        color: white;
        font-size: 1.30em;
        text-align: center;
    }

.homeBox {
    width: 70%;
    margin: 0px auto;
    height:420px;
    
}
.homeTitle {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: white;
    font-weight: bold;
    font-size: 2.5em;
    text-align: center;
}

.homeText { font-family:Arial;
            color:white;
            font-size:1.0em;
}

.icons {
    text-align: center;
}

.home-tiles {
    background-repeat:no-repeat;
    background-size:cover;
}

.home-top {
    background-image: url(/images/BI-Top-top.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
    background-size:auto;
}

.nav-back {
    background-color: rgba(0,0,0,0.3);
    border-radius: 10px 0 0 10px;
}
.large-text-cap {
    font-size:4rem;
    font-family:'Times New Roman', Times, serif;
    line-height:.5rem;
}
.biText {
    color: white;
    margin: 0 Auto;
    position: relative;
    top: 50%;
    width: 60%;
    -ms-transform: translateY(40%);
    transform: translateY(40%);
}

.biText2 {
    color: white;
    margin: 0 Auto;
    position: relative;
    top: 50%;
    width: 60%;
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.card {
    color: white;
    border: solid 2px #5e1111;
    background-color: transparent;
    border-radius:20px 20px;
}



/*Business Name*/
.card-title {
    font-family: "acumin-pro-condensed", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size:2.0em;
    color: #fadba8;
}

/*Category*/
.card-body {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fadba8;
}


/*Address*/
.card-text {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.0);
}

.card-footer {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fadba8;
}

.event-date {font-size:1.2em;
}

.event-date-b {
    font-size: 1.2em;
    font-weight: bold;
    color: #fadba8;
}

.list-group {
    color: white;
    background-color: transparent;
}

.list-group-item {
    color: white;
    background-color: transparent;
    border: none;
}
.fix-bottom {
    position: fixed;
    bottom: 0;
    background: black;
    width:100%;
}

.text-foot {
    font-family: "new-order", sans-serif;
    color: white;
    font-size: 1.3em;
}