
#sessao_apresentacao
{
    margin-top: 100px;
    height: 310;
    z-index: 1;
}

#sessao1
{
    margin-top: 20px;
    margin-bottom: 80px;
    height: 350;
    z-index: 1;
}


#sessao2
{
    margin-top: 20px;
    height: 350;
    margin-bottom: 110px;
    z-index: 10;
}

#sessao3
{
    margin-top: 20px;
    height: 350;
    z-index: 10;
}

#sessao4
{
    margin-top: 20px;
    height: 350;
    z-index: 10;
}

#apresentacao
{
    font-family: 'Fjalla One';
    float: left;
    padding-right: 100px;
    
}

#apresentacao  > h1
{
    margin-top: 2px;
    text-align: right;
    
}

div#apresentacao
{
    width: 50%;
}

#apresentacao  >  h3
{
    
    font-size: 13px;
    margin-top: 2px;
    text-align: right;
    color: #8C9EFF;
    
}

#apresentacao > p
{
    font-family: Roboto;
    font-size: 15px;
    margin-left: 50px;
    margin-top: 2px;
    text-align: right;
    float:right;
    width: 250px;

}

#apresentacao_botao
{
    
    width: 100%;
    float:right;
}

div#MinhaFoto 
{
    width: 50%;
    float: right;
}

img#MinhaFoto
{
    width: 300px;
    height: 300px;
    float: left;
    margin-left: 50px;
    margin-right: 20%;
    border-radius: 50%;
    box-shadow: 2px 2px 13px #8e24aa;
}


#botao_saiba_mais
{
    display:block;
    width: 150;
    height: 40;
    margin-top: 80px;
    padding: 10px;
    text-align: center;
    float:right;
    background-color: #8e24aa;
    border-radius: 5px; 
}

#botao_saiba_mais:hover{
    background-color: #B36DC6;
    text-decoration: underline;
}
#botao_saiba_mais > a
{
    color: white;
    font-family: 'Fjalla One';
    font-size: 16px;
}

