html {
    scroll-behavior: smooth;
}

h1 {
    width: 80%;
    text-align: center;
    font-size: larger;
    margin-top: 10px;
}

h2 {
    width: 60%;
    font-size: small;
    text-align: center;
}

.fm {
    font-size: medium;
}

#title {
	width: 100%;
	background-color: black;
	color: white;
	display: flex;
    flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 50px 20px 20px 20px;
	border-bottom: solid white 1px;
}

#h1title {
	display: inline-block;
}

body {
  /*background-color: #f4f4f4;*/
  font-family: "Barlow", sans-serif;
  padding-top: 80px; /* Extra space above page content */
}

.tab-container {
  margin-top: 10px;
  padding: 20px 0 0 0;
  margin: 2rem auto;
  background-color: #f4f4f4;
  box-shadow: 6px 4px 8px rgba(0, 0, 0, 0.25);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.nav-tabs .nav-link {
  border: 1px solid #dee2e6;
  border-bottom: none;
  font-weight: 600;
  background-color: transparent;
}

.nav-tabs .nav-link:not(.active) {
  color: #007bff !important; /* Bootstrap "primary" */
}

.nav-tabs .nav-link.active {
  color: #343a40 !important; /* Bootstrap "dark" */
  background-color: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
}

.tab-content {
  background-color: #fff;
  border: 1px solid #dee2e6;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.tab-pane h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.tab-intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
}

.contentContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

.vr-item {
    width: 300px;
    min-height: 400px;
    margin-bottom: 40px;
}

.thumbnail {
    width: 100%;
    border: solid lightgray 1px;
}

.thumbnail img {
    width: 100%;
}

.vr-item-desc {
    width: 100%;
}

.vr-item-desc h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

.tour-link:hover {
  color: #fd7e14 !important; /* Bootstrap 4's $orange */
  text-decoration: none;     /* Optional: remove underline on hover */
}

.toggle-description:focus {
  outline: none;
  box-shadow: none;
}

@media (max-width: 820px){
    .contentContainer{
        justify-content: center;
    }
}
