body, html {
    font-size: 14px;
    height: 100%;
    color: #111111;
    background: url('../img/bg.jpg') center top #fcf3e2;
    font-family: 'Lora', serif;
}

header {
    padding: 40px 0px;
}

footer {
    border-top: 1px solid #111111;
    padding: 20px 0px;
    font-size: 1em;
}

ul {
    margin: 0px;
    padding: 0px 20px;
}

ul li {
    font-size: 1em;
}

a, a:hover {
    color: inherit;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
    font-weight: 700;
}

h1 {
    font-size: 3em;
    margin-bottom: 40px;
}

h2 {
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 5em;
}

h4 {
    font-size: 1.6em;
    color: #111111;
    border-bottom: 2px solid #01a55c;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 13px;
    margin-top: 25px;
}

p {
    font-size: 1em;
}

.inline {
    display: inline-block;
    margin-top: 0px;
    line-height: 1em;
    padding-top: 0px;
}

/* h4>span{
    display: block;
    font-size: 0.9em;
} */

div.menu {
    font-size: 1.4em;
    line-height: 1em;
}

div.menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: right;
}

div.menu ul li {
    display: inline-block;
}

div.menu ul li a {
    padding: 5px 10px;
    display: block;
    letter-spacing: 0px;
    -webkit-padding-start: 0;
    font-size: 0.9em;
    font-weight: 700;
}

div.menu ul li a:hover {
    color: #5da461;
    text-decoration: none;
}

.content {
    background: rgba(255, 255, 255, 0.90);
    padding: 40px;
}

section#sobre {
    min-height: 1080px;
    height: 100%;
    background: url('../img/sobre.jpg');
}

section#exiba {
    min-height: 1080px;
    height: 100%;
    background: url('../img/exiba.jpg');
}

section#mobilizacao {
    min-height: 1080px;
    height: 100%;
    background: url('../img/mobilizacao_social.jpg');
}

section#calendario {
    min-height: 1080px;
    height: 100%;
    background: url('../img/calendario.jpg');
}

section#noticias {
    min-height: 1080px;
    height: 100%;
    background: url('../img/noticias.jpg');
}

section#tese {
    min-height: 1080px;
    height: 100%;
    background: url('../img/tese.jpg');
}

section#contato {
    min-height: 1080px;
    height: 100%;
    background: url('../img/contato.jpg');
}

section#festivais {
    min-height: 1080px;
    height: 100%;
    background: url('../img/festivais.jpg');
}

p.text-extra {
    font-size: 1.3em;
    margin-top: 10px;
}

/*Menu*/

div.menu ul li a.active {
    color: #5da461;
}

@media (min-width: 1900px) {
    .col-6.my-auto.content {
        margin-left: 50px;
        margin-top: 100px !important;
    }
    .col-4.my-auto.content {
        margin-left: 50px;
        margin-top: 100px !important;
    }
    .col-3.my-auto.content {
        margin-left: 50px;
        margin-top: 100px !important;
    }
}

