.navbar-brand img {
    height: 50px;
}
.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.carousel-caption h2 {
    font-weight: bold;
    color: red;
}
.carousel-caption p {
    color: white;
    font-size: 18px;
}


.about-section {
    padding: 50px 0;
}
.about-section h2 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}
.about-section h2:after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: red;
    margin: 10px auto 0;
}

.btn-custom {
    background-color: #b0302f;
    color: white;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
}
.project-item {
    text-align: center;
    margin-bottom: 30px;
}
.project-item img {
    max-width: 100px;
    margin-bottom: 10px;
}
