@charset "UTF-8";
@font-face {
    font-family: 'cabeçalho';
    src: url(fontes/PassionOne-Regular.ttf) format(truetype);
}
@font-face {
    font-family: 'poema';
    src: url(fontes/Sriracha-Regular.ttf) format(truetype);
}
*
{
    margin: 0;
    padding: 0;
    font-size: 1em;
}
html , body
{
    min-height: 100%;
    background-color: darkgray;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
header
{
    background-color: black;
    color: white;
    text-align: center;
}
header > h1
{
    padding-top: 50px;
    font-variant: small-caps;
    font-family: 'cabeçalho';
    font-size: 10vh;
}
header > p 
{
    padding-bottom: 50px;
}
a
{
    color: white;
    text-decoration: none;
    font-weight: bolder;
}
a:hover
{
    text-decoration: underline;
}
section
{
    padding-top: 10vh;
    padding-bottom: 10vh;
    line-height: 2em;
    padding-left: 30px;
    font-family: 'poema';
    font-size: 3.5vh;
}
section > p
{
    padding-bottom: 2em;
}
section.normal
{
    background-color: white;
    color: black;
}
section.imagem
{
    background-color: rgb(50, 49, 49);
    color: white;
    background-attachment: fixed;
}
section.imagem > p
{
    display: inline-block;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.314);
    box-shadow: inset 6px 6px 13px 0px black;
}

section#img01
{
    background-image: url(imagens/background001.jpg);
    background-position: right center;
    background-size: cover;
}
section#img02
{
    background-image: url(imagens/background002.jpg);
    background-position: right center ;
    background-size: cover;
}

footer
{
    background-color: black;
    color: white;
    text-align: center;
    padding: 10px;
}
