/* body and html */
body, html {
    height: 100%;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #1B1E23;
    background-color: #FAFAFA
}

a:link {color: #1C4B8D; font-weight: bold; text-decoration: none;}
a:visited {color: #1C4B8D; font-weight: bold; text-decoration: none;}
a:hover {color: #1C4B8D; font-weight: bold; text-decoration: none;}
a:active {color: #1C4B8D; font-weight: bold; text-decoration: none;}

h4 {
    font-size: 18px;
}

p {
    font-size: 14px;
}

p.italic {
    color: #1B1E23;
    font-style: italic;
}

/* profile image */
.img-circle {
    display: inline-block;
    max-height: 50px;
    margin-bottom: 20px;
    margin-right: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 0.5px solid #1B1E23;
}

.jumbotron {
    background-color: #FAFAFA;
}

.title {
    color: #1C4B8D;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;
}

.fa {
    color: #1B1E23;
}

.social {
    font-size: 24px;
    text-align: center;
}

.info {
    padding-top: 15px;
    padding-bottom: 15px;
}

.divider {
    width: 175px;
    margin-top: 10px;
    border-bottom: 2px #1C4B8D solid;
}

#twitter.fa-square-x-twitter {
    color: #1B1E23;
}

#github.fa-square-github {
    color: #1B1E23;
}

#linkedin.fa-square-linkedin {
    color: #1B1E23;
    margin-left: 5px;
    margin-right: 5px;
}
