body {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
}

.portfolio {
    padding-top: 50px;
    padding-bottom: 50px;
}

.card {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-img-top {
    width: 100%;
    height: 300px; /* Adjust as needed */
    object-fit: cover;
}

.card-body {
    padding: 20px;
}

.card-title {
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.card-title a {
    text-decoration: none;
    color: #000000; /* Add link color */
    
}

.card-title a:hover {
    color: #000000;
    font-weight: bold; /* make the link bold */
}

.card-text {
    font-size: 1rem;
    color: #555;
}

.bg-dark {
    background-color: #343a40 !important;
}

.text-white {
    color: white !important;
}

.py-1 {
    padding-top: 1.5rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.row.g-4 > * {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.row.g-4 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
}

video {
  max-width: 100%;
  height: auto;
}

.center {
  margin: auto;
  width: 50%;
  padding: 10px;
}
.email a{
  text-decoration: none;
    color: #000000; /* Add link color */
}

 #header-carousel {
  height: 50px;
}

#carousel-item {
  height: 50px;
  background-position: center center;
}