Segue parte do código CSS, não consegui postar inteiro, se precisar das outras partes, me avisa.
.palavras-home {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.palavra-home, .titulo-principal {
transform-style: preserve-3d;
}
.trabalhos {
background-image: linear-gradient(to bottom right,
transparent,
transparent 14px,
rgba(0, 0, 0, 0.1) 14px,
rgba(0, 0, 0, 0.1) 15px,
transparent 15px,
transparent);
background-size: 20px 20px;
background-attachment: fixed;
}
.blog {
background-color: #999;
position: relative;
color: #FFF;
border-bottom: .5em solid #851944;
}
.blog small {
position: relative;
top: -2em;
}
.blog li {
width: 30%;
}
.blog li a {
color: #FCF;
padding: .5em;
display: block;
}
.blog {
background-image: linear-gradient(45deg,
transparent,
transparent 14px,
rgba(255, 255, 255, 0.1) 14px,
rgba(255, 255, 255, 0.1) 15px,
transparent 15px,
transparent);
background-size: 20px 20px;
background-attachment: fixed;
}
.blog .inicio-post {
position: absolute;
top: 4em;
height: 8em;
left: 30%;
right: 4em;
background-color: #F2FFFC;
color: #000;
padding: 1.5em;
display: none;
}
.blog .mais-recente {
background-color: #F2FFFC;
}
.blog .mais-recente a {
color: #F26;
}
.blog a:hover + .inicio-post,
.blog a:focus + .inicio-post {
display: block;
}
.blog a:hover,
.blog a:focus {
background-color: #F2FFFC;
color: #F26;
}