@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');

body {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #404040; 
    margin: 10px; 
}
    

#full-name {
    height: 100%;
    padding-top: 1px;
    color: darkcyan;
    background-color: rgb(235, 234, 234)
    /* font-variant: small-caps; */
}


#current-titles {
    color: black;
    font-weight:600;
}
   
#sidebar {
    float: left;
    position: relative;
    padding-left: 5px;
    padding-top: 5px;
    font-size: smaller;
    width:150px;
    /* height:900px; */
    margin-right: 10px;

   /* border:1px solid #000;  */
}

#sidebar hr {
    margin-left: 0;
    width: 90%;
}


#content {
    top: 200px;
    margin-left:150px;
    padding-left: 25px;
    text-align: left;
    /* border:1px solid #000; */
}    

    
.my-image {
    width: 110px;
    border-radius: 5%;
}

h1 {
    /* font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-family: Arial, Helvetica, sans-serif; 
    /* color: #404040;  */
    font-variant: small-caps; 
    display: inline; 
}

h2 {
    color:black;
}

#sidebar footer  {
    font-size: smaller;
    clear: both;
    /*
    position: absolute;
    bottom: 0;
    left: 0; 
    */
}


a {
    display:inline-block;
    /* width: 10em; */
    color: darkcyan;
    text-decoration: none;
    font-weight: 500;
}


/* hover over a link inside a nav list */
a:hover {
    display:inline-block;
    color:#FFF;
    background-color: grey;
    width: 90%;
    /*    border-bottom-color: #6E978F;  */
}
