@import"https://fonts.bunny.net/css?family=figtree:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i";
@import"https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css";

body,
html {
    min-height: 100% !important;
    scroll-behavior: smooth !important
}

body {
    font-family: Figtree, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    font-size: 15px;
    margin: 0;
    padding: 0
}

body.no-scroll {
    overflow: hidden
}

* {
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style-type: none;
    float: left
}

.no-pad {
    padding: 0 !important
}

.no-mar {
    margin: 0 !important
}

section {
    padding: 50px 0;
    border-bottom: solid 1px #f5f5f5
}

section:last-child {
    border-bottom: none
}

section:nth-child(2n) {
    background-color: #f9f9f9
}

section.wide-col img {
    border-radius: .5rem !important
}

section.wide-col .row-copy {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

section.wide-col .row-copy h4 {
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 15px
}

section.wide-col .row-copy p {
    font-size: 1rem;
    line-height: 1.1rem
}

section.wide-col .container .row>* {
    padding: 0 30px !important
}


section.wide-col:nth-child(even) .container .row .container .row.top-row {
    display: flex;
}

@media(max-width:991px) {
    section {
        padding: 30px 0
    }

    section img {
        margin-bottom: 15px
    }

    section.wide-col .row-copy {
        text-align: center
    }

    section.wide-col .row-copy h4 {
        font-size: 1.2rem !important;
        line-height: 1.2rem !important
    }
}

header#main-header {
    padding: 180px 20px;
    text-align: center;
    background-color: #000;
    position: relative
}

header#main-header .bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: center center no-repeat;
    background-size: cover;
    opacity: .5;
    width: 100%;
    height: 100%
}

header#main-header .container {
    position: relative;
    z-index: 30
}

header#main-header h1 {
    font-weight: 800;
    color: #fff;
    text-shadow: 1px 2px 1px #333
}

header#main-header h2 {
    font-size: 1.1rem;
    line-height: 1.3rem;
    margin-bottom: 25px;
    color: #d3d3d3;
    text-shadow: 1px 2px 1px #333;
    font-weight: 600
}

header#main-header .buttons {
    width: 100%;
    text-align: center
}

header#main-header .buttons .btn {
    margin: 8px;
    font-size: 1.2rem;
    padding: 12px 25px;
    border-radius: 100px !important;
    border: solid 1px transparent
}

header#main-header .buttons .btn.donate {
    color: #000 !important;
    border: solid 1px black !important;
    background-color: #ff0 !important;
    font-weight: 800
}

header#main-header .buttons .btn.donate:hover {
    background-color: #ffff8c !important
}

@media(max-width:776px) {
    header#main-header {
        padding: 88px 20px
    }

    header#main-header h1 {
        font-size: 1.4rem;
        line-height: 1.4rem
    }

    header#main-header h2 {
        font-size: 1rem
    }

    header#main-header .btn {
        font-size: 1rem !important;
        padding: 8px 15px !important
    }
}