/* Body */
a {
  /* color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1)); */
  color: #000;
  text-decoration: none;
}

.btn-info {
  --bs-btn-color: #fff;
  --bs-btn-bg: #000;
  --bs-btn-border-color: #000;
}

.text-info {
  --bs-text-opacity: 1;
  color: #000 !important;
}

/* Navigation */
.sidebar-nav {
  border-right: 0.5px solid #f2f2f2;
  /* height: 100%; */
}

.sidebar-nav a {
  color: #000;
}

.nav {
  --bs-nav-link-color: #808080;
  --bs-nav-link-hover-color: #808080;
}

.logo img {
  width: 50px;
  height: 50px;
  margin-bottom: 50%;
  border-radius: 10%;
}

.dropdown {
  margin-top: 50%;
}

/* Base html */
.content {
  padding: 2% 7% 5% 5%;
}

.calendar-modal button{
  margin-right: 3% !important;
}

.calendar-modal h4{
  text-align: center;
}

/* Index html */
.home_tour .img-fluid {
  max-height: 70vh;
}

.home_tour .card-text a {
  color: #808080;
}

.modal a {
  text-decoration: none;
}

.modal img {
  width: 100%;
  max-height: 85vh;
}

.modal .agencyLogo {
  margin: 1% 2% 1% 2%;
}

.modal .agencyLogo img {
  /* width: 25%; */
  max-height: 25vh;
}

.modal .modal-footer {
  float: right;
}

.modal .comments {
  border-top: 1px solid #f2f2f2;
}

/* Package Details */
.package-details {
  padding-top: 2%;
  max-height: 75vh;
  overflow-y: scroll;
}

.agencyLogo {
  margin-right: 2%;
}

.agencyLogo img {
  border-radius: 10%;
}

.modal-header a {
  text-decoration: none;
}

.comments {
  border-top: 2px solid #000;
}

.details img {
  width: 100%;
  min-height: 75vh;
}

.package-details {
  padding: 2%;
}

.pagination {
  margin-bottom: 5%;
}
footer a{
  text-decoration: none;
}

/*at xs mobile devices*/
@media(max-width: 768px){
  body {
    padding-top: 120px;
  }

  .logo img {
    width: 50px;
    height: 50px;
    margin-bottom: 0;
  }

  .agencyLogo {
    width: 50px;
    height: 50px;
    /* margin-top: 20px; */
  }

  .package-details {
    padding-top: 25px;
  }

  .details img {
    min-height: 55vh;
  }
  
}



















