body {
    background-image: url('./imagens/fundo6.jpg');
    background-size: cover; /* A imagem se ajusta para caber completamente dentro do contêiner */
    background-repeat: no-repeat; /* Evita que a imagem se repita */
    
    height: 100vh; /* Faz com que o body ocupe a altura total da tela */
    margin: 0;
    font-size: 30px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 30px;
      
}








nav a {
    color: goldenrod;
    text-decoration: none;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    margin-top: 5px;

}

ul {
    display:flex;
    justify-content: space-between;
    list-style-type: none;
    padding: 25px;
    align-items: center;
}


.logo img {

    width: 100%;
    height: 200px;
    margin-bottom: 2px;
   
}

.titulo {
    align-items: center;
    color: white;
    padding: 0px 170px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 30px;
    margin-top: 0px;
}   

h3 {
    color: white;
    padding: 15px;
}

p {
    color: white;
    padding: 0px 15px;
}

main {
    min-height: 100%;
}



.story_title {
    color: goldenrod;
    padding: 0px 30px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;

}

.mission_title {
    color: goldenrod;
    padding: 0px 30px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.projects_title {
    color: goldenrod;
    padding: 0px 30px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.story_text {
    padding: 20px;
}

/* Alinhar as redes sociais */
section {
    display: flex;                /* Torna a section um container flexível */
    justify-content: center;      /* Centraliza os itens horizontalmente */
    align-items: center;          /* Centraliza os itens verticalmente (opcional, caso precise) */
    gap: 0px;                    /* Espaçamento entre os itens, ajustável */
    margin-top: 20px;             /* Adiciona um pequeno espaçamento no topo, se necessário */
    
}

section a{
    text-decoration: none;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

/* Estilização das divs das redes sociais */
.facebook, .instagram, .gmail, .whats {
    text-align: center;           /* Alinha o texto (como os nomes das redes) ao centro */
}

.facebook img {
    width: 80px;
    height: 80px;
    padding: 0px 50px;
}


.instagram img{
    
    width: 80px;
    height: 80px;
    padding: 0px 50px;

}

.gmail img{
    
    width: 50px;
    height: 50px;
    padding: 0px 50px;
    border-radius: 50%;
    margin-top: 20px;
    margin-bottom: 10px;
}

.whats img{
    
    width: 85px;
    height: 85px;
    padding: 0px 50px;
}

.facebook p{
    padding: 0px 50px;
    margin-top: 0px;
}

.instagram p {
    
    padding: 0px 50px;
    margin-top: 0px;
    
}

.gmail p{
    
    padding: 0px 50px;
    margin-top: 0px;
}

.whats p{
    
    padding: 0px 50px;
    margin-top: 0px;
}

nav a:hover{
    color: green;
}

.facebook p:hover, .instagram p:hover, .gmail p:hover, .whats p:hover{
    color: green;
}

.adress {
    font-size: 20px;
    margin-top: 60px;
}

.texto_project{
    font-size: 30px;
}

.secondpage{
    text-align: right;
    padding: 0 130px;
    font-size: 40px;
}

.lastpage{
    text-align: left;
    padding: 0 130px;
    font-size: 40px;
    
}

.pages{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 180px;

}


.page, .nextpage a{
    font-size: 40px;
    
}


.imagem_project{
    width: 500px;
    height: 500px;
    padding: 0 80px;
   
}

.photo p {
    padding: 0 100px;
}


.container p {
    color: brown;
    font-size: 15px;
    padding: 5px;
    background-color: white;
}

