@charset "utf-8";
@font-face {
    font-family: 'cabeçalho';
    src: url(fontes/PassionOne-Bold.ttf) format(truetype);
}
@font-face {
    font-family: 'poema';
    src: url(fontes/Sriracha-Regular.ttf) format(truetype);
}
*
{
    margin: 0;
}
header
{
    position: relative;
    background-color: black;
    width: 100%;
    height: 220px;
    margin: 0;
    container-name: header;
}
#cabeçalho
{
    font-family: 'cabeçalho';
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 100%;
    min-width: 480px;
    max-width: 1000px;
    height: 100px;
    font-size: 210%;

    text-align: center;
    color: white;
}
#cabeçalho > p
{
    font-size: 60%;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}
#cabeçalho > p > a
{
    color: white;
    text-decoration: none;
    font-weight: bolder;
}
#cabeçalho > p > a:hover
{
    text-decoration:underline ;
}
#paragrafo1 
{
    margin: 0;
    height: 50px;
    padding-top: 50px;
    font-family: 'poema';
    text-indent: 30px ;
    font-size: 2.5em;
    height: 700px;
}
#paragrafo1 > p
{
    padding-bottom: 10px;
}
#joaninha
{   
    position: relative;
    width: 100%;
    height: 500px;
    background-image: url(imagens/background001.jpg);
    background-position: center right;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
#paragrafo2 
{
    margin: 0;
    height: 50px;
    padding-top: 50px;
    font-family: 'poema';
    text-indent: 30px ;
    font-size: 2.5em;
    height: 1300px;
}
#paragrafo2 > p
{
    padding-bottom: 10px;
}
#papel
{
    position: relative;
    width: 100%;
    height: 500px;
    background-image: url(imagens/background002.jpg);
    background-position: center right;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
main > aside
{
    background-attachment: scroll;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.392);
    font-family: 'poema';
    font-size: 1.8em;
    color: white;
    padding: 20px 0px;

    top: 15%;
    left: 5%;
}
#paragrafo3 
{
    margin: 0;
    height: 50px;
    padding-top: 50px;
    font-family: 'poema';
    text-indent: 30px ;
    font-size: 2.5em;
    height: 1300px;
}
#paragrafo3 > p
{
    padding-bottom: 10px;
}
footer
{
    position: relative;
    font-size: larger;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    background-color: black;
    width: 100%;
    height: 50px;
    text-align: center;
    text-decoration: none;
}
footer > p
{
    padding-top: 15px;
}
footer > p > a
{
    font-weight: bold;
    color:white;
    text-decoration: none;
}
footer > p> a:hover
{
    text-decoration: underline;
}


