/* Wanna CSS - 11/3/2023
http://12t.co
*/
/* Base Structure */
body,
html {
    width: 100%;
    height: 100%;
}

/*  Background */
body {
    display: table;
    width: 100%;
    height: auto;
    background: url(../img/wannahelp.jpg) no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: #c7b299;
}

/* Header */
header {
    padding: 50px 0;
    text-align: center;
}

/* Text */
p {
    font-size: 1.2rem;
    color: #ffffcc;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-shadow: 1px 1px 3px rgba(0,0,0,.5);
    text-align: left;
}

/* Help Menu */
.helpmenu {
    color: #ffffcc;
    text-shadow: 3px 3px 3px rgba(0,0,0,.5);
}

.helpmenu ol {
    font-size: 1.44rem;
    font-weight: bold;
}

.helpmenu h2 {
    font-size: 2rem;
    font-weight: bold;
}

/* Sections */
.learn,
.contact,
.distribute,
.community,
.financial {
    display: none;
    background: rgba(10, 10, 10, .5);
    -webkit-font-smoothing: antialiased;
    padding: 10px 30px;
}

/* Links */
a {
    color: #4ddbff;
}

a:hover,
a:visited,
a:active {
    color: #f3f4d9;
}

/* Unordered List */
ul {
    color: #ffffcc;
}

/* Footer */
footer {
    margin-top: 3rem;
    margin-bottom: 2rem;
    text-align: center;
    background: rgba(10, 10, 10, .5);
    text-shadow: 3px 3px 3px rgba(0,0,0,.5);
    padding: 30px 0;
}

footer p {
    text-align: center;
    font-size: 1rem;
}


.paypal {
    width: 200px;
    height: auto;
}

