.center_div_text{
    display: flex;
    flex-direction: column;
    justify-content: center;
}


*{
    margin: 0;
    padding: 0;
    border: 0;

}



.parallax-inner{
    padding-top: 20%;
    padding-bottom: 20%;
}

.parallax-inner-2{
    padding-top: 10%;
    padding-bottom: 10%;
}


.text-white{
    color:#fff;
}




.image-list {
    display: flex;
}
.image-list img {
    cursor: pointer;
    margin: 5px;
    border: 2px solid transparent;
}
.image-list img.selected {
    border-color: blue;
}

.circle {
    background: #D7B56D;
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

.img-gray{
    filter: grayscale(100);
}

.menu-style {
    font-size: 15px;
    font-weight: 600;
    font-family: 'Overpass', sans-serif;
    letter-spacing: 1px;
    text-transform: none;
}