.navbar{
    background-color: brown;
}

.navbar-brand{
    padding: 10px;
    background-color: rgb(93, 13, 13);
    color: rgb(248, 164, 178);
}

.nav-item a{
    color: rgb(193, 159, 165);
}

a.active{
    color: rgb(240, 95, 119);
}

.carousel-item img{
    height: 80vh;
    object-fit: cover;
}

.carousel-caption {
    background-color: #fda0a0ac;
    text-align: center;
    top: 30vh;
    padding-left: 10px;
    height: max-content;
}

hr{
    color: black;
}

.col img{
    width: 350px;
    height: 250px;
}

section{
    min-height: 80vh;
    padding-top: 10vh;
}

section:nth-child(even) {
    background-color: rgba(184, 101, 101, 0.638);
}

section:nth-child(odd) {
    background-color: rgba(188, 130, 130, 0.638);
}

section#services h2{
    text-align: center;
    margin-bottom: 5%;
}

section#services .row{
    display: flex;
    justify-content: center;
}

section#portfolio{
    padding-bottom: 5%;
}

section#portfolio h2{
    text-align: center;
    margin-bottom: 5%;
}

section#portfolio .row{
    display: flex;
    justify-content: center;
}

section#blog h2{
    text-align: center;
    margin-bottom: 5%;
}

section#blog .row{
    display: flex;
    justify-content: center;
}

section#testimonial h2{
    text-align: center;
    margin-bottom: 5%;
}

section#testimonial .row{
    display: flex;
    justify-content: center;
}

footer{
    background-color: rgb(245, 6, 6);
    height: 20vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}