/*
Theme Name: Família Pellanda
Theme URI: http://pellanda.com.br 
Description: Tema da família Pellanda no Rio Grande do Sul 
Author: Marco Andrei Kichalowsky
Author URI: https://marcoandrei.com
Version: 1.0
License: GNU General Public License v2 or later 
License URI: http://www.gnu.org/licenses/gpl-2.0.html 
*/

:root {
    --letra-corpo-texto: Georgia, serif;
    --letra-titulos: Georgia, serif;
    --letra-cabecalho: Helvetica, Arial, sans-serif;
    --letra-simbolos: Helvetica, Arial, sans-serif;
}

body {
    color: #232323;
    font-family: var(--letra-corpo-texto);
    font-size: 1.2em;
    line-height: 1.5;
	scroll-behavior: smooth;
}

h1, h2, h3, h4, h5 {
    font-family: var(--letra-titulos);
    font-weight: 400;
    line-height: 1.2;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.2em;
}

a {
    background-color: #ddd;
    color: initial;
    padding: 2px;
}

@media screen and (min-width: 37.5em) {
    a {
        background-color: transparent;
    }
    a:hover {
        background-color: #ddd;
    }
}

.site-header {
    margin: auto;
}

.site-header-container {
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 20px auto;
    max-width: 800px;
}

@media screen and (min-width: 640px) {
    .site-header-container {
        height: 80px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

.site-header-container:nth-child(1) {}

.site-header-container:nth-child(2) {}

.site-header-info {
    font-family: var(--letra-cabecalho);
    font-size: 0.8em;
    text-align: center;
}

.site-header-info-title {
    font-weight: bold;
    text-transform: uppercase;
}

.site-header-info-title a {
    text-decoration: none;
}

.site-header-info-description {
    font-size: 0.8em;
}

.main-navigation {
    font-family: var(--letra-cabecalho);
    font-size: 0.8em;
}

.main-navigation ul {
    height: 32px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-navigation ul li {
    font-size: 0.8em;
    text-transform: uppercase;
}

.main-navigation ul li a {
    text-decoration: none;
}

@media screen and (min-width: 640px) {
    .main-navigation ul li a {
        margin-left: 12px;
    }
}

.site-content {
    margin: 2em auto;
    max-width: 800px;
    padding: 0 8px;
}

h1.pagina-inicial {
    margin: 0 auto 1.5em;
    max-width: 640px;
    text-align: center;
}

.site-footer {
    border-top: 0.5px solid rgba(0, 0, 0, 0.4);
    color: #777777;
    font-size: 0.6em;
    margin: 0 auto 3em;
    max-width: 800px;
    padding: 10px;
    text-align: center;
}

.voltar-pro-topo {
    font-size: 1.5em;
    margin: 1em;
    text-align: center;
}

/* ---------------------------------------------------
*   PÁGINAS E POSTS
*  --------------------------------------------------- */

.entry-meta {
    font-size: 0.9em;
}

.post-translation-notice {
    font-size: 0.7em;
}