.gallery {
    background-color: black;
    padding-bottom: 20px;
    padding-top: 5px;
}

.gallery-images{
    padding: 20px;
}

.btn-cta {
    background: #d6262f;
    border: #d6262f;
}

.btn-cta:hover {
    background: #a01d23;
    border: #a01d23;
}

.text-main {
    color: #d6262f;
}

#welcome {
    padding-bottom: 80px;
}

#about {
    padding-top: 80px;
    padding-bottom: 40px;
}
#reviews {
    padding-top: 80px;
    padding-bottom: 40px;
    background-color:#F8F9FA;
}

.text-center {
    align-items: end;
}