﻿body {
}

#profilepic {
    border-radius: 150px;
    border-color: olivedrab;
    border-style: solid;
    border-width: 5px;
    height: 250px;
}

.name {
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 45pt;
    color: #6b8e23;
}

.bio {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20pt;
}

h3 {
    color: olivedrab;
    border-bottom: 2px solid #6b8e23;
}

aside {
    margin-left: 2%;
    width: 28%;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: justify;
    float: left;
}

cvmain {
    width: 65%;
    margin-right: 2%;
    float: right;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.fa {
    padding: 20px;
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    width: 90%;
}

    .fa:hover {
        opacity: 0.7;
    }

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-mail {
    background: #dd4b39;
    color: white;
}

.fa-mobile-phone {
    background: #55ACEE;
    color: white;
}

.fa-map-marker {
    background: #55ACEE;
    color: white;
}

.fa-github {
    background: #AD5C51;
    color: white;
}
