body {
    font-family: 'Noticia Text', serif;
    font-size: 16px;
}

header {
    vertical-align: middle;
    padding: 1em 0;
}

header .title {
    display: inline-block;
}

header .title h1 {
    font-weight: 700;
}

header .social {
    float:right;
    vertical-align: middle;
}

header .social li {
    padding-top: 10px;
}

.content-block {
    padding: 80px;
    color: #fff;
    height: 100%;
    font-size: 20px;
}

.content-block a {
    color: #fff;
}

img {
    max-width: 100%;
}

.primary-color {
    background-color: #8c0000;
}

.secondary-color {
    background-color: #333;
}

.introduction {
    padding: 150px 0;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 400;
}

.identity img {
    border-radius: 50%;
    max-height: 160px;
    margin: 0 50px 10px 50px;
}

.introduction .social {
    margin-bottom: 30px;
    display: block;
    height: 60px;
}

.social img {
    height: 36px;
}

.social img:hover {
    opacity: 0.5;
}

.social li {
    float: left;
    list-style: none;
    padding: 0 15px;
}

.container-fluid img {
    width: 100%;
}

#personal-descriptions {
    font-weight: 700;
}