body {
        margin-left: 20%;
        margin-right: 20%;
        width: 60%;
        background-color: white;
	    text-align: center;
	    border: 1px solid black;
}

.projectlist a{
        text-decoration: none;
        color: green;
}
.projectlist a:hover{
    color: blue;
}

h1{

        font-size: 48px;
        padding: 5px;
        color: black;
        font-family: "Times New Roman", Times, serif;
}

h2{

        font-size: 32px;
        padding: 5px;
        padding-left: 20px;
        color: black;
        font-family: "Times New Roman", Times, serif;
}

h4{
    line-height: 10px;
        font-size: 16px;
        padding: 5px;
        padding-left: 20px;
        color: black;
        font-family: "Times New Roman", Times, serif;
}

h5{
    line-height: 10px;
        font-size: 16px;
        padding: 5px;
        padding-left: 20px;
        color: black;
        font-family: "Times New Roman", Times, serif;
}

.portrait{
        display: inline-block;
        float: center;
	max-width: 80%;
	height: auto;
	width: auto;
}
img{
	max-width: 100%;
	max-height: 536px;
        border: 5px double black;
	height: auto\9;
	float: center;

}

 ul{
     list-style-type: none;
 }

.projectlist{
    width: 60%;
    text-align: left;
    margin-left: 20%;
    display: block;
}

.fileslist{
    width: 60%;
    text-align: left;
    margin-left: 20%;
    display: block;
}

.fileslist a{
        text-decoration: none;
        color: green;
}
.fileslist a:hover{
    color: blue;
}

.fileslist li{
    display: inline;
    padding: 10px;
}

/* Style all font awesome icons */
.fa {
 padding: 20px;
 font-size: 30px;
 width: 50px;
 text-align: center;
 text-decoration: none;
 border: 1px solid black;
}

/* Add a hover effect if you want */
.fa:hover {
 opacity: 0.7;
}

/* Set a specific color for each brand */


.fa-linkedin {
 background: #3B5998;
 color: white;
}


.fa-github {
 background: black;
 color: white;
}

.fa-university{
	background-color: red;
	color: white;
}

.fa-envelope-o {
    background-color: blue;
    color: white;
}

.socials li{
    display: inline;
    padding: 0px;
text-align: center;
}

.socials ul{
	float: center;
padding-left: 0;
}
.content{

}
.socials{
	float: center;
	text-align: center;
}
