body { 
    padding-top: 56px; 
}

.left-aligned { 
    margin-left: auto; 
}
.bg-dark { 
    background-color: #F1F0F0  !important; 
}
.bg-hero { 
    background-color: #8a0101; 
}


/* footer */
footer a { 
    color: black; 
    font-weight: bold; 
    text-decoration: none; 
}
footer a:hover { 
    color: #6c8c3b; 
    text-decoration: underline; 
}
footer li:hover{
    color: #6c8c3b;
}
footer div li a:hover{
    color: #6c8c3b;
}

/*menu*/
nav ul li a:hover {
	opacity: 30%;

}
.navbar-brand{
    margin-left: 15px;
}

/*imagem*/
.imagem{
    margin-left: auto;
}

/* praticas humanas */
.galery {
    width: 640px;
    height: 360px;
    background-color: black;
    overflow: hidden;
}


.galery .fotos {
    width: 500%;
    animation-name: animacao;
    animation-duration: 20s;
    animation-iteration-count: infinite;
}

.galery .fotos img {
    width: 19.9%;
}

.galery1 {
    width: 640px;
    height: 550px;
    background-color: black;
    overflow: hidden;
}

.galery1 .fotos1 img {
    width: 19.9%;
}

.galery1 .fotos1 {
    width: 500%;
    animation-name: animacao;
    animation-duration: 20s;
    animation-iteration-count: infinite;
}


p {
    padding-left: 30px;
    padding-right: 30px;
  }

.rodape{
    z-index: 1;
}
.container{
    padding-left: 5%;
    padding-right: 5%;
}

/*Back to top*/
