.page_back {
    background-image: url("../images/bg.png");
    background-color: #FFF9F8;
    background-repeat: repeat;
    background-attachment: fixed;
    max-width: 1600px;
}

.nav_back {
    background: rgb(255,249,248);
    background: linear-gradient(180deg, rgba(255,249,248,1) 35%, rgba(255,231,230,1) 100%);
}

.nav_back_rev {
    background: rgb(255,249,248);
    background: linear-gradient(180deg, rgba(255,231,230,1) 10%, rgba(255,249,248,1) 100%);
}

.nav_back_horizontal {
    background: rgb(255,249,248);
    background: linear-gradient(90deg, rgba(255,249,248,1) 35%, rgba(255,231,230,1) 100%);
}

.nav_back_horizontal_rev {
    background: rgb(255,249,248);
    background: linear-gradient(270deg, rgba(255,249,248,1) 35%, rgba(255,231,230,1) 100%);
}

.nav_btn_back,.nav_btn_back_hover:hover {
    background: #F9C9C8!important;
    color: #9f741f!important;
}

.nav_txt,.nav_txt_hover:hover {
    color: #9f741f!important;
}

.contact,.contact_hover:hover {
    background: #F9C9C8!important;
    color: #9f741f!important;
}

.nav_back_golden,.nav_back_golden_hover:hover {
    background: #9f741f!important;
    color: #F9C9C8!important;
}

.success, .success-hover:hover {
    background: #4A8D4E!important;
    color: #EBF1EB!important;
}

.danger, .danger-hover:hover {
    background: #B3605E!important;
    color: #FFE7E6!important;
}

.my_image {
    object-fit: cover;
    aspect-ratio: 1 / 1;
}
