html, body {    
    margin: 0 !important;
    padding: 0 !important;
   background-color:transparent;
font-family: 'Macondo';font-size: 22px;
background-color:#000000


}

#canvas {
z-index: -1;
width:auto;
height:auto;
position: fixed;
margin-top: -30px;
background-color:#000000;
}

#wrapper {
z-index: 1;
max-width:1000px;
min-width:300px;
height:auto;
margin: 0 auto;
box-shadow: 10px 10px 30px #008000;
margin-bottom:30px;
margin-top:30px;
border-radius: 30px 30px 30px 30px;
}

@media only screen and (max-width: 1000px) {
    #wrapper {
        margin-top:0px;
	margin-bottom:0px;
    }
}

#header {
max-width:1000px;
min-width:300px;
height:auto;
padding-bottom:0px;
margin: 0 auto;
background-color:#FFFFFF;
border-radius: 25px 25px 0px 0px;
border-left:3px solid #000000;
border-top:3px solid #000000;
border-right:3px solid #000000;
overflow:hidden;

}


#content {
max-width:1000px;
min-width:300px;
height:auto;
margin: 0 auto;
background-color:#FFFFFF;
border-left:3px solid #000000;
border-right:3px solid #000000;

}

#content a:link{
color:#008000;
}

#content a:visited{
color:#008000;
}

#topImage{
text-align:center;
border-top:3px solid #000000;
}

#topImage img {
border-left:3px solid #000000;
border-right:3px solid #000000;
border-bottom:3px solid #000000;
border-top:3px solid #000000;
border-radius: 25px 25px 25px 25px;
overflow:hidden;
margin-left:-3px;
margin-top:20px;
}

#botImage img {
border-left:3px solid #000000;
border-right:3px solid #000000;
border-bottom:3px solid #000000;
border-top:3px solid #000000;
border-radius: 25px 25px 25px 25px;
overflow:hidden;
margin-left:-3px;
margin-top:20px;
}

#paypal img {
border-left:3px solid #000000;
border-right:3px solid #000000;
border-bottom:3px solid #000000;
border-top:3px solid #000000;
border-radius: 25px 25px 25px 25px;
overflow:hidden;
margin-left:-3px;
margin-top:20px;
}

#venmo img {
border-left:3px solid #000000;
border-right:3px solid #000000;
border-bottom:3px solid #000000;
border-top:3px solid #000000;
border-radius: 25px 25px 25px 25px;
overflow:hidden;
margin-left:-3px;
margin-top:20px;
}

#headerLogo {

text-align:center;
margin-bottom:10px;
margin-top:10px;
}

img {
    max-width: 100%;
    max-height:100%;
    display:block;
}


#mainContent {
text-align:left;
padding-left:20px;
padding-right:20px;
padding-bottom:20px;

}

h1 {
text-align: center;
}

h2 {
text-align: center;
}

h5 {
text-align: center;
}



#footer{
max-width:1000px;
min-width:300px;
height:auto;
margin: 0 auto;
background-color:#FFFFFF;
border:3px solid #000000;
border-radius: 0px 0px 25px 25px;
color:#008000;
}

#bioPhoto{
text-align:center;
margin-bottom:50px;
}

#bioPhoto img {
border: 3px solid #000000;
border-radius: 25px 25px 25px 25px;
overflow:hidden;
}

