html {
    scroll-behavior: smooth;
}

body {
    font-family: "Gotham", Arial;
}

@font-face {
    font-family: "Gotham";
    src: url("/fonts/Gotham-Thin.otf");
    font-weight: 100;
}

@font-face {
    font-family: "Gotham";
    src: url("/fonts/Gotham-Light.otf");
    font-weight: 200;
}

@font-face {
    font-family: "Gotham";
    src: url("/fonts/Gotham-Book.otf");
    font-weight: normal;
}

@font-face {
    font-family: "Gotham";
    src: url("/fonts/Gotham-Medium.otf");
    font-weight: 600;
}

@font-face {
    font-family: "Gotham";
    src: url("/fonts/Gotham-Bold.otf");
    font-weight: bold;
}

.btn-social {
    padding: 6px 10px 6px 12px;
    color: black;
    border: 1px solid #312726;
    border-radius: 15px;
    margin: 0px 3px;
    text-decoration: none;
}

.cg-image {
    width: 100%;
}

.church-map {
    border: 0;
}

.floating-btn {
    display: none;
    bottom: 100px;
    position: fixed;
    right: 20px;
}

.icon-left,
.icon-right {
    float: none;
}

.offering-center {
    text-align: center;
}

.offering-container {
    background-color: #f6f6f6;
    color: rgb(102, 100, 97);
    margin-bottom: 5rem;
}
.offering-container .give-qrcode {
    max-width: 100px;
}
.offering-container .give-provider {
    max-width: 50px;
}
.offering-container .offering-city {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1em;
    width: max-content;
}
.offering-container .bank-detail {
    font-size: 0.9em;
}
.offering-container .bank-account-number {
    font-size: 1.3em;
    line-height: 1.3em;
    color: #b30000;
}

.offering-text {
    font-size: 32px;
}

.pastor-image {
    width: 95%;
}

@media screen and (min-width: 768px) {
    .floating-btn {
        display: block;
    }
    .cg-image {
        width: 75%;
    }
    .icon-left {
        float: left;
    }
    .icon-right {
        float: right;
    }
    .offering-center {
        text-align: left;
    }
    .offering-text {
        font-size: 48px;
    }
    .pastor-image {
        width: 80%;
    }
}

@media screen and (min-width: 1440px) {
    .offering-text {
        font-size: 84px;
    }
}
