@charset "UTF-8";
body {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 1em;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    color: rgba(0,0,0,1.00);
    background-color: #000F00;
}
#container {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-color: #EEFDEF;
    -webkit-box-shadow: 0 2px 16px -2px #282525;
    box-shadow: 0 2px 16px -2px #282525;
}
header {
    border-bottom: thin dashed #000000;
    padding-bottom: 140px;
}
img {
    border-radius: 33px;
    box-shadow: 0px 0px 15px -3px #000000;
    margin-top: 31px;
    float: right;
    margin-right: 104px;
    border-style: dotted;
}
header h1 {
    text-align: right;
    margin-top: 109px;
    color: #003B01;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-style: normal;
    font-size: 5em;
    float: left;
    margin-left: 110px;
}
header p {
    padding-top: 125px;
    padding-bottom: 0px;
    text-decoration: overline;
    padding-right: 279px;
}
main {
    margin-top: 150px;
    text-align: left;
    padding-bottom: 61px;
    border-bottom: thin dashed #000000;
}
main h1 {
    text-align: center;
    text-decoration: underline;
    text-shadow: 0px 0px;
    text-transform: capitalize;
    margin-top: -99px;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    color: #013B04;
    font-size: 2em;
}
main .subhead {
    margin-left: 147px;
    margin-top: -19px;
}
main h2 {
    margin-left: 40px;
    margin-right: 40px;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    padding-top: 20px;
}

.projects {
    list-style-type: none;
    padding-bottom: 16px;
    margin-bottom: -15px;
    margin-left: -16px;
}
.projectT {
    font-size: 0.75em;
    padding-left: 100px;
}
.projectsP {
    border: medium dotted #000000;
    box-shadow: 0px 0px 15px -7px #000000;
    background-color: #B3CDAE;
    padding-right: 9px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 9px;
    font-style: italic;
    font-size: 0.8em;
    margin-left: 125px;
    font-weight: lighter;
    -webkit-box-shadow: 0px 0px 15px -7px #000000;
    margin-right: 145px;
}
aside {
    color: #EEFDEF;
    background-color: #073A00;
    padding-top: 10px;
    padding-left: 65px;
    padding-right: 111px;
    padding-bottom: 35px;
}
aside h1 {
    margin-top: 37px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: #EEFDEF;
}
.resource {
    list-style-type: none;
    padding-left: 163px;
    padding-top: 7px;
}
.resourceT {
    padding-left: 0px;
    margin-right: 82px;
    text-align: center;
    margin-left: -7px;
}
.resourceP {
    background-color: #EEFDEF;
    color: #000000;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-radius: 25px;
    margin-right: 95px;
}
footer {
    padding-bottom: 20px;
}
footer h1 {
    text-align: center;
    padding-left: 20px;
    font-size: 1.5em;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: #013B04;
}
footer ul li {
    display: inline-block;
    text-align: center;
    margin-left: 387px;
    margin-right: -344px;
    margin-top: 16px;
}
a:link, a:visited {
    color: #23A2A3;
    text-decoration: none;
}
a:hover, a:active {
    color: #86353B;
}
