@charset "UTF-8";
/* CSS Document */

/* Body */

body{
    background-color: rgba(249,245,229,1.00);
    border-width: medium;
}

/* image resize */
.responsive {
	width: 100%;
	max-width: 374px;
	height: auto;
}

/* navigation */
ul {
	list-style: none;
}

li {
	width: 250px;
	float: left;
	margin-left: 40px;
	margin-top: 25px;
}


.heading {
	background-color: rgba(20,22,40,1.00);
	text-align: center;
	color: rgba(249,245,229,1.00);
	padding-top: 25px;
	padding-bottom: 25px;
}

.portrait{
	
}
.contact {
    text-align: left;
    font-weight: normal;
    background-color: rgba(20,22,40,1.00);
    color: rgba(249,245,229,1.00);
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-size: xx-large;
}
.resume   {
    color: rgba(20,22,40,1.00);
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-size: 30px;
}
.bodyfooter {
    color: rgba(249,245,229,1.00);
    text-align: center;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-size: x-large;
    padding-top: 59px;
    margin-top: 75px;
}
.placeholder {
    font-size: 85px;
}
.projectname {
    color: rgba(20,22,40,1.00);
    text-align: center;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
.pasta {
    float: none;
    margin-left: 2px;
}
