/* 
https://colorpalettes.net/color-palette-2203/ 
https://colorpalettes.net/color-palette-3833/
*/

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 80px;
    /* Margin bottom by footer height */
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    /* Set the fixed height of the footer here */
    font-family: 'Asap', sans-serif;
    background-color:rgb(250,241,238);
}

body {
    font-family: 'Asap', sans-serif;
    background-color:rgb(250,241,238);
    color: #946645;
    background-image: linear-gradient( to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url(/assets/images/bison_lamar_valley_full.jpg);
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

main.container {
    margin-top: 90px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 500;
    background-color: rgb(250,241,238,0.8);;
}

#give-lively-widget {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.container {
    max-width: 960px !important;
}

.navbar-dark .navbar-brand {
    color:rgb(250,241,238);
}

.navbar-light .navbar-brand {
    color: #1a6406;
}

h2.top {
    color: #1a6406!important;
}

.bg-green {
    background-color: #1a6406;
}