@charset "utf-8";
body {
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    font-size: 1.5em;
    color: #321961;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: #BBA6A6;
    background-image: url("assets/cyber.gif");
    background-attachment: fixed;
    background-size: cover;
}
#container {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(159,34,138,0.83);
    background-attachment: scroll;
    padding-left: 35px;
    padding-right: 35px;
    border-radius: 828px;

}

ul {
	list-style-type: none;
}

a:link, a:visited {
    color: #CCB6F1;
    text-decoration: none;
}

.projectList a:hover, a:active {
    color: #958EE9;
    text-decoration: underline;
}


#top h1 {
    position: relative;
    color: #558DCD;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-size: 5em;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 50px;
    margin-left: -145px;
}

#top .mainImage img {
    float: right;
    width: 300px;
    height: 300px;
    margin-top: 50px;
    display: block;
    border: 20px double rgba(243,199,249,0.91);
	padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-radius: 183px;
    background-color: rgba(221,161,237,0.80);
    -webkit-box-shadow: 0px 0px 5px 5px rgba(219,137,224,0.69);
    box-shadow: 0px 0px 5px 5px rgba(219,137,224,0.69);
}

.quote p {
    font-size: 1em;
    color: #7BA7D8;
    margin-top: 56px;
    text-align: center;
    margin-left: 100px;
    margin-bottom: -12px;
    font-weight: bold;
    font-style: italic;
}

.portal p {
    font-size: 4em;
    color: #558DCD;
    margin-bottom: 53px;
    text-align: center;
    margin-top: 79px;
    font-weight: bold;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif; 
	
}

main .directory h1 {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    color: #558DCD;
    font-size: 3em;
    text-align: center;
    border-top: 10px double #8188D8;
    border-bottom: 10px double #7BA7D8;
}

main .directory p {
    color: #D4E2F2;
    text-align: center;
    font-size: 1.5em;
}

main .projectList h2 {
    font-size: 3em;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    color: #558DCD;
}
main .projectList ul li p {
    color: #D4E2F2;
    font-size: 1.5em;
}

.projectList ul li h3 {
    font-size: 2em;
}

aside {
    background-color: rgba(85,141,205,0.83);
    border-radius: 569px;
    border-bottom: 1px hidden rgba(92,123,193,1.00);
    margin-top: 50px;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 160px;
    padding-bottom: 160px;
}

aside .sidebar h1 {
    color: #54114E;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-size: 2em;
    margin-left: 60px;
    margin-right: 60px;
    text-align: center;
}


aside .sidebar ul li h2 {
    font-size: 1.5em;
}


aside .sidebar ul li p {
    font-size: 1em;
    margin-left: 50px;
    margin-right: 50px;
}

aside .sidebar a:link, a:hover {
	color:#77186F;
	text-decoration: none;
	
}
aside .sidebar a:hover, a:active {
	color:#991E8E;
	text-decoration: underline;
	
}

footer {
    border-bottom: 10px solid #C87100;
    background-color: rgba(255,158,42,0.83);
    border-radius: 178px;
    margin-right: 700px;
    margin-left: -126px;
    padding-left: 46px;
    padding-top: 40px;
    padding-bottom: 46px;
}
footer h1 {
    color: #8C411D;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    font-size: 2em;	
}

footer a:link, a:visited {
	color:#FFFFFF;
}

footer a:hover, a:active {
	color:#813C1A;
	text-decoration: underline;
}






