#toplogo {
  max-width:100%;
}


#maintile {
  background-image:url('../images/index3.jpg');
  background-color:#cfe5e7;
  background-size:cover;
  background-position: center center;
}

.nav-link {
  color: #0f90d9 !important;
  font-weight:bold !important;
}

.carousel-control-next, .carousel-control-prev {
  opacity: 1;
}


.text-pagetitle {
  color:#164a50;
}


element.style {
}
.flex-column {
    flex-direction: column !important;
}
.d-flex {
    display: flex !important;
}

.card {
  border:none;
}

.card-body-gradient {
    position: absolute;
    bottom: 0;
    padding-left: 10% !important;
    padding-right: 10% !important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 1) 100%);
    width: 100%;
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
    border-radius: 0.5rem;
}


.carousel-control-next, .carousel-control-prev {
width: 8%;
}


.col-content img {
   max-width: 100% !important;
}


.index-part-header {
    width: 100%;
    text-align: center;
    padding-bottom: 0.5rem;
    font-weight: bold;
}

.carousel-item img {
    border-radius: 0.5rem;
}

@media(max-width:991px) {
  #toplink { 
    width: 100% !important;
    display: block;
    text-align: center;
   }
   #toplogo {
    margin: 0 auto;
   }
}

@media (min-width: 992px) and (max-width: 1366px) {
  .nav-link {
    font-size: 0.8rem !important;
  }
}

@media(min-width:992px) {
  .index-part-header {
    font-size:2rem;
  }
  .carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

@media(max-width:576px) {
  #maintile {
    background-size:initial;    
  }
}