body {
    color:#333;
    font-family: Palatino, "Palatino Linotype", Georgia, Serif;
    font-size: 1.1em;
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: 25px;
}

h1, h2, h3 {
    font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    font-weight: bold;
}

h1 {
    font-size: 2.625em;
    line-height: 1.2381;
}

h2 {
    line-height: 1.3;
}

pre code {
    background-color: #f3f3f3;
    padding: 1em;
}

#container {
    background-color: white;
    margin: auto;
    position: relative;
    max-width: 800px;
    padding: 0 1em;
}

.icons {
    display: flex;
    justify-content: space-around;
}

.icons div {
    padding: 12px;
    width: 160px;
    height: 160px;
    border: 1px solid #eee;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.icons div span {
    display: none;
}

.icons a {
    text-decoration: none;
}

.icon-photo {
    background-image: url('images/photo.png');
}

.icon-dev {
    background-image: url('images/dev.png');
}

.icon-blog {
    background-image: url('images/blog.png');
}

.icon-linkedin {
    background-image: url('images/linkedin.png');
}

img {
    border: none;
}

#footer {
    bottom: -25px;
    color: #555;
    font-family: monospace;
    font-size: 1em;
    margin: 1em;
    text-align: center;
    width: 100%;
}


.highlight {
    border: 2px solid rgba(0,0,0,0);
    padding: 0 1em;
    background: #fdffeb;
}
