@charset "utf-8";

body{
background-color: rgba(0,0,0,1.00);
    margin: 0px;
}


#container {
    background-color: white;
    width: 960px;
    margin: 0px auto;
    padding: 30px;
    border-radius: 155px;
		}












header h1 {
    margin-bottom: 85px;
    border-top-left-radius: 0px;
    text-align: center;
    font-size: 4rem;
    color: #64BC64;
    border-bottom: 14px ridge #66BD66;
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
}

img  {
    width: 960px;
    height: 600px;
    border-radius: 400px;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.50);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.50);
    border: 10px solid rgba(255,255,255,1.00);
}
header h3 {
    color: rgba(134,130,130,1.00);
}
#container header h3 {
    color: #6C6C6B;
}
main h1 {
    color: rgba(100,188,100,1.00);
    text-align: center;
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
}
main .headDescription {
    color: #6C6C6B;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 0.8rem;
}

main h2 {
    text-align: center;
    color: #64BC64;
    font-family: Bahnschrift;
    border-bottom: 5px ridge #A4A4A4;

}

main ul li p {
    text-align: center;
    font-family: Bahnschrift;
}
aside h1 {
    text-align: center;
    color: #64BC64;
    font-family: Bahnschrift;
}

li h3 a {
    display: inline-block;
    margin-left: 0px;
    list-style-type: none;
    list-style-position: inside;
    font-family: Bahnschrift;
}
p {
    font-family: Bahnschrift;
}

footer h1 {
    text-align: center;
}
li {
    text-align: center;
    list-style-type: none;
}
footer ul li a {
    font-family: Bahnschrift;
}

.headDescription {
}

footer h1 {
    color: #64BC64;
    font-family: Bahnschrift;
}

a:link, a:visited {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #E3AF84;
}a:hover, a:active {
    color: #84EF84;
}
