body {
    font-family: sans-serif;
    margin: 0;
}
a:link,
a:visited,
a:hover {
    color: Black;
    text-decoration: none;
}
ul {
    display: block;
    list-style-type: "\2694   ";
    margin: 0;
    border: 0;
    padding-left: 40px;
}
li {
    margin: 0 0 5px 0;
}
table {
    border-spacing: 0;
}
/* ----------------------------- */
.banner,
.banner4 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 0 10px 0;
}
.banner_pontiff {
    position: relative;
    width: fit-content;
    margin: 10px 10px 0 5px;
}
.banner_pontiff_image {
    height: 160px;
}
.banner_logo,
.banner_logo_2 {
    height: 65px;
    margin: 10px 0 0 0;
}
.banner2 {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 260px;
}
.banner_title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.banner_title_2 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.banner_discount {
    color: White;
    background-color: DarkRed;
    border-radius: 24px;
    margin: 6px 0 6px 0;
    padding: 10px;
    box-shadow: 0 8px 8px 0 rgba(0,0,0,0.25);
    text-align: center;
    font-size: 14px;
}
.banner3 {
    position: relative;
    display: flex;
    flex-direction: row;
    margin: 0 0 0 10px;
}
.banner_image_container_1 {
    display: flex;
    visibility: visible;
    margin: 0 0 0 10px;
}
@media only screen and (max-width: 800px) {
    .banner_image_container_1 {
        visibility: hidden;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
    }
}
.banner_image_container_2 {
    display: flex;
    visibility: visible;
}
@media only screen and (max-width: 1190px) {
    .banner_image_container_2 {
        visibility: hidden;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
    }
}
@media only screen and (max-height: 360px) and (orientation: landscape) {
    .banner_image_container_2 {
        visibility: visible;
        border: 0;
        top: 0;
        left: 800px;
        white-space: nowrap;
        white-space: pre;
    }
}

.banner_image_1 {
    visibility: visible;
    margin: 20px 20px 0 0;
    border-radius: 24px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.5);
}
@media only screen and (max-width: 800px) {
    .banner_image_1 {
        visibility: hidden;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
    }
}
.banner_image_2 {
    visibility: visible;
    margin: 20px 20px 0 0;
    border-radius: 24px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.5);
}
@media only screen and (max-width: 1190px) {
    .banner_image_2 {
        visibility: hidden;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
    }
}
@media only screen and (max-height: 360px) and (orientation: landscape) {
    .banner_image_2 {
        visibility: visible;
        width: 173px;
        height: 149px;
        margin: 20px 20px 0 0;
        border: 0;
        border-radius: 24px;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.5);
    }
}
/* ----------------------------- */
.footer {
    display: flex;
    flex-direction: column;
}
.footer_table {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
}
hr {
    margin: 10px 0 10px 0;
}
.footer_container {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.footer_container > div { }
.footer_data_cell {
    width: 370px;
    padding: 10px 0 0 0;
    text-align: center;
}
.footer_links {
    padding: 0 0 5px 0;
}
.footer_link_text {
    font-size: 14px;
}
.footer_copyright {
    font-size: 14px;
    margin: 0 0 10px 0;
    font-style: italic;
}
.footer_address { }
.footer_address_field {
    font-size: 14px;
}
.footer_paypal_logo { }
.translater { }
