body {
    cursor: url(cursor/CatPaw_normal.cur), default;
    margin: 0px;
}

.fundo {
    background-image: url(isa.img/imagem.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding: 100px 0;
    background-size: cover;
}

.caixa {
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0px 400px;
    border-radius: 10px;
    h1 {
        background-color: black;
        color: white;
        border-radius: 10px;
        margin-top: 5px;
    }
    p {
        margin: 5px;
    }
    .titulo {
        font-size: 30px;
    }
}

header {
    background-color: #d80404;
    color: #fff;
    padding: 10px;
    text-align: center;
    h1 {
        font-size: 200%;
    }
}

nav {
    overflow: hidden;
    background-color: #871b1b;
  }
  
nav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
nav a:hover {
    background-color: green;
    color: white;
}

.ativo {
    background-color: green;
    color: white;
}

footer {
    background-color: #333;
    color: #fff;
    padding: 10px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0px;
}


a {
    cursor: url(cursor2/CatPaw_precision.cur),pointer
}

.box{
    opacity: 0,6;
}

section{
    min-height: 100vh;
}

#origes{
    background-color: rgb(7, 50, 11);
}

#historia{
    background-color: rgb(222, 16, 16);
}

#teorias{
    background-color: rgb(7, 50, 11);
}

#personagems{
    background-color: rgb(241, 24, 0);
} 


body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 130%;
}
h1{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
h3{
    font-size: 120%; 
    background-color: rgb(255, 255, 255);

}
h2{
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}
h4{
    font-size: 120%;
background-color: rgb(254, 254, 254);
}





/* slide */

* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

