/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */
header {
  padding: 156px 0 100px;
}

section {
  padding: 150px 0;
}

body {
    background: url('../Images/BGGivingKarma.png') no-repeat center center fixed;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;


}




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

.fontMonotypeCorsiva {
    font-family: 'Monotype Corsiva', cursive;
    font-size: 25px;
    color: black;
    font-weight: bolder;
    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;
    padding: 10px;
}

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

.button {
    background-color: red;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
