.full-size{
  display: grid;
  min-height: 100vh;
  grid-template-columns: 100vw;
}
.container-fluid {
    padding:0;
    }
    
body, a {
    color: #fff;
}
.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;

}
body {
    background-color: #000;
}
.child{
  justify-self: center;
  align-self: center;
}
.responsive {
  width: 100%;
  height: auto;
}

.card.blackbg {
    background-color: #000000 !important;
    border-radius: 0 !important
}
.card-header {
    background-color: #000 !important;
}


.bdws {
    display: none;
}

.grid:after {
    content: '';
    display: block;
    clear: both;
}

.grid {
    background-color: #000;
    max-width: 2500px !important;
    margin: auto;
}

.grid-sizer,
.grid-item {
    width: 20%;
}
@media (max-width: 1023px) { 
.grid-sizer-mobile,
.grid-item {
    width: 100%;
}

}
.grid-item {
    float: left;
    transition: all 0.1s ease-in-out;
    min-width: 20%;
    overflow: hidden;
    z-index: 1000;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.grid-item img {
    display: block;
    max-width: 100%;
}

.card {
    border: none !important;
}

.card .card-header.card-header-image {
    margin-left: 0px;
    margin-right: 0px;
}

#branded-navbar {
  -webkit-animation: none;
  -moz-animation:none;
}

.wquote {
    min-height:150px;
}


.btn.btn-info {
    color: #000;
    background-color: #FFF;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.card-description {
    max-width: 80%;
}

