

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}


.MyCard {
  box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
  transition: all 0.3s ease;
  text-decoration: none;
  color: #525c65;
}

.MyCard:hover {
    box-shadow: 2px 4px 8px 0px rgba(46,61,73,0.2);
  color: #525c65;
}

.MyCardBlue {
  background-color:  rgba(51, 105, 232, 0.1);
  color:#3369e8;
  font-size: 5rem;
  padding: 20px;
}

.MyCardBrown {
  background-color:  rgba(121, 90, 71, 0.1);
  color:#795a47;
  font-size: 5rem;
  padding: 20px;
}

.CardBlue {
  background-color:  #cfe6fc;
  color:#08427d;
  font-size: 5rem;
  padding: 20px;
}

.ButtonBlue {
    background: #fff;
    color: #08427d !important;
    border-color: #08427d;
}

.ButtonBlue:hover {
    background: #08427d;
    color: #fff !important;
    border-color: #08427d;
}

.ButtonBlue:active {
    background: #08427d;
    color: #fff !important;
    border-color: #08427d;
}

.ButtonBlue1 {
    background: #08427d;
    color: #fff !important;
    border-color: #08427d;
}

.ButtonBlue1:hover {
    background: #fff;
    color: #08427d !important;
    border-color: #08427d;
}

.ButtonBlue1:active {
    background: #08427d;
    color: #000000 !important;
    border-color: #87bff7;
}


.ButtonBlue2 {
    background: #e7f2fd;
    color: #000000 !important;
    border-color: #e7f2fd;
}

.ButtonBlue2:hover {
    background: #87bff7;
    color: #000000 !important;
    border-color: #87bff7;
}

.ButtonBlue2:active {
    background: #08427d;
    color: #000000 !important;
    border-color: #87bff7;
}



.carouselRow {
  margin-right: 100px;
}

.CarouselCard {
  margin-left: 100px;
  margin-right: 100px;
}

.carousel-indicators {
position: absolute; !important;
bottom: -50px; !important;
}

.carousel-control-prev {
  margin-left: -25px;
}

.carousel-control-next {
  margin-right: -25px;
}


.search-box {
    margin: 100px auto;
}
.search-box .btn-light {
    border: 1px solid #ced4da;
}
