@charset "utf-8";
body {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-size: 1em;
    color: #271F30;
    margin: 0px;
    background-color: #B4ADEA;
}
#container {
    width: 1500px;
    background-color: #6185A7;
	margin: auto;
}
a:link, a:visited {
    color: #247B7B;
}
a:hover, a:active{
    color: #6E668D;
}
header h1 {
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    font-size: 3em;
    color: #0D5C63;
    padding-top: 200px;
    margin-left: 150px;
    margin-top: 38px;
}
header p {
    font-size: 1.5em;
    margin-left: 150px;
    padding-bottom: 0px;
    float: left;
}

header img {
    width: 300px;
    border: 10px solid #0D5C63;
    border-bottom-right-radius: 150px;
    border-top-left-radius: 150px;
    margin-left: 250px;
    margin-top: -269px;
    margin-bottom: 12px;
}
#intro {
    width: auto;
    font-size: 1.5em;
    margin-top: 20px;
    text-align: center;
}
main {
    padding-bottom: 70px;
}
main h1 {
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    margin-top: 64px;
    text-align: center;
}
main h2 {
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    text-align: center;
    padding-bottom: 0px;
    padding-top: 46px;
}
main p {
    width: 400px;
    margin-left: 0px;
}
main ul li {
    padding-left: 21px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-top: 0px;
    list-style-type: none;
    display: inline-block;
    margin-left: 217px;
    margin-right: -129px;
}


aside {
    width: 1500px;
    border-bottom: medium solid #271f30;
    background-color: #8B99C9;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
aside h1 {
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    text-align: center;
}
aside li {
    margin-left: -215px;
    padding-left: 200px;
    list-style-type: none;
}
aside p {
    width: 600px;
}


aside a:link, aside a:visited {
    color: #6E668D;
	
}
aside a:hover, aside a:active {
    color: #0D5C63;
	
}

footer{

}

footer h1 {
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    text-align: center;
}
footer ul {
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
    list-style-type: none;

}

footer li   {
    display: inline-block;
    text-align: center;
    margin-bottom: 58px;
}
#projectOne {
    padding-right: 80px;
}
#projectTwo {

}
