/* #83c19f (sage green), #6f6f6f (light gray), #4a946c (green), #ffffff (white), #000000 (black) */

.wrapper {
    text-align: center;
    background-color: #4a946c;
   /*  margin-left: 25%; */
   margin-top: 4.5%;
}

body {
    color: #000000;
    font-family: tahoma, geneva, verdana;
    font-size: 2vh;
    background-image: url(images/leaves.jpg);
}

.heading {
    font-family: 'Times New Roman', Times, serif;
    font-size: 3vh;
    font-weight: bold;
}

h1, h2 {
    font-family: 'Times New Roman', Times, Serif;
}

.navMenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 25%;
    background-color: #ffffff;
    float: left;
}

.navList a {
    display: block;
    padding: 2em;
    text-decoration: none;
}

.navList a.active {
    background-color: #4a946c;
    color: black;
}

.navList a:hover:not(.active){
    background-color: #4a946c;
    color: black; 
}

#donateForm {
    text-align: left;
    margin-left: 35%;
}

.button {
    display: inline-block;
    font-size: 2vh;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: black;
    background-color: gray;
    border: none;
    border-radius: 1vw;
    box-shadow: 0 .5vw black;
}

.button:hover {
    color: #000000;
    background-color: #ffffff
}

.button:active {
    box-shadow: 0 .25vw #999999;
    transform: translateY(.2vw);
}

.shaun-page {
    background-image: url(images/shaun.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

body {
  background-color: #fdfdfd;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.navbar-dark.bg-secondary {
  background-color: #4a946c !important;
}

h1, h2, h3 {
  color: #333;
}

.card:hover {
  transform: translateY(-4px);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* 
.navList {
    display: inline;
    padding-left: 1em;
} */

/* a:link {
    color: #ffffff;
    text-decoration: none;
}

a:visited {
    color: #6f6f6f;
    text-decoration: none;
}

a:hover {
    color: #4a946c;
    text-decoration: underline;
}

a:active {
    color: black;
    text-decoration: none;
} */

.fa:visited {
    color: black;
}

.noBullet {
    list-style-type: none;
}

#listItalic {
    font-style: italic;
}

.headingLeft {
    text-align: left;
}

.headingRight {
    text-align: right;
    float: right;
}

table {
    clear: right;
}

th, td {
    padding-right: 12em;
    padding-bottom: 1em;
}

.footer {
    font-size: 2vh;
    background-color: white;
    font-family: 'Times New Roman', Times, serif;
}

@media screen and (max-width: 880px) {
    nav {
        overflow: hidden;
        background-color: #83c19f;
    }

    .navMenu {
        clear: left;
        width: 100%;
    }

    .navList {
        float: left;
    }

    .navList a {
        display: block;
        text-align: center;
        padding: 1em;
        font-size: 1.5em;
        text-decoration: none;
    }

    .wrapper {
        margin-left: 0;
    }
}

@media print {
    nav, .navMenu{
        display: none;

    }

    .wrapper { 
        margin-left: 0;
    }
}