html,
body,
header.full,
.view {
  height: 100%;
}
.breadcrumb{margin-top: 150px}
.card-body{height: 90px;}
.bc-icons-2 .breadcrumb-item + .breadcrumb-item::before {
content: none; }
.bc-icons-2 .breadcrumb-item.active {
color: #455a64; }

.list-group{max-width: 22rem;}

@media (max-width: 740px) {
 
  
  .view.intro {
    height: 1000px;
  }
}
@media (min-width: 800px) and (max-width: 850px) {
  html,
  body,
  header,
  .view {
    height: 600px;
  }
}

.btn .fa {
  margin-left: 3px;
}



/*.navbar:not(.top-nav-collapse) {
  background: transparent !important;
}*/

@media (max-width: 991px) {
  .navbar:not(.top-nav-collapse) {
    background: #424f95 !important;
  }
}

.btn-white {
  color: black !important;
}

h6 {
  line-height: 1.7;
}

.rgba-gradient {
  background: -moz-linear-gradient(45deg, rgba(42, 27, 161, 0.4), rgba(29, 210, 177, 0.4) 100%);
  background: -webkit-linear-gradient(45deg, rgba(42, 27, 161, 0.4), rgba(29, 210, 177, 0.4) 100%);
  background: -webkit-gradient(linear, 45deg, from(rgba(42, 27, 161, 0.4)), to(rgba(29, 210, 177, 0.7)));
  background: -o-linear-gradient(45deg, rgba(42, 27, 161, 0.4), rgba(29, 210, 177, 0.4) 100%);
  background: linear-gradient(to 45deg, rgba(42, 27, 161, 0.4), rgba(29, 210, 177, 0.4) 100%);
}
.background-banner{background: rgba(0, 0, 0, 0.6);}