/*!
 * Start Bootstrap - The Big Picture (https://startbootstrap.com/template-overviews/the-big-picture)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-the-big-picture/blob/master/LICENSE)
 */
body {
    background: url('../Images/BGGivingKarma.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.fontLucidaHand {
    font-family: 'Lucida Handwriting', sans-serif;
    color: #fff;
    font-size: 25px;
    font-weight: bold
}

.fontLucidaHandBlack {
    font-family: 'Lucida Handwriting', sans-serif;
    color: black;
    font-size: 25px;
}

.fontMonotypeCorsiva {
    font-family: 'Monotype Corsiva', cursive;
    font-size: 25px;
    color: black;
    font-weight: bolder;
    padding: 10px;
}
.fontMonotypeCorsivaWhite {
    font-family: 'Monotype Corsiva', cursive;
    font-size: 25px;
    color: white;

    padding: 10px;
}
.fontMonotypeCorsivaBG {
    font-family: 'Monotype Corsiva', cursive;
    font-size: 25px;
    color: #fff;
    font-weight: bolder;
    background-color: black;
    padding: 10px;
}

.fontPoorRich {
    font-family: 'Poor Richard', serif;
    font-size: 25px;
    font-weight: bolder;

}

#fontPoor {
    font-family: 'Poor Richard', sans-serif;
    font-style: normal;
    font-size: 25px;
    font-weight: 400;
}

.button {
    background-color: red;
    border: none;
    color: Green;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
.buttonGreen {
    font-family: 'Monotype Corsiva', cursive;
    background-color: green;
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    font-size: 25px;
    font-weight: bold
}

