body {
    background-image: url('imagens/Sega-Logo.wine.svg');
    background-size: 100% 100%;
    height: 1000px;
}

.container {
    width: 1000px;
    height: 1000px;
    margin: auto;
}
.cabecalho{
    width:800px;
    background-image: url('imagens/Dreamcast-Logo.wine.svg'), url('imagens/novo-gif-cabe.gif');
    background-repeat: no-repeat, no-repeat; 
    background-size: 100% 100%;
    height: 200px;
    padding-bottom: 10px;
    margin: auto;
}

audio{
    display: none;
}

button{
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    background-color: #FF4500;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

button:hover{
    background-color: #FF6347;
}

button{
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
  }
  
  button:hover audio {
    display: block;
  }

#menu{
    width: 1000px;
    height: 50px;
}

.nav-item1:hover{
    height: 50px;
    width: 200px;
    float: left;
    font-size:20px;
    text-align: center;
    padding-top: 10px;
    border-radius: 80px;
    padding-bottom: 10px;
}

.nav-item2:hover{
    height: 50px;
    width: 200px;
    float: left;
    font-size:20px;
    text-align: center;
    padding-top: 20px;
    border-radius: 80px;
}

.nav-item3:hover{
    height: 50px;
    width: 200px;
    float: left;
    font-size:20px;
    text-align: center;
    padding-top: 20px;
    border-radius: 80px;
}

.nav-item4:hover{
    height: 50px;
    width: 200px;
    float: left;
    font-size:20px;
    text-align: center;
    padding-top: 20px;
    border-radius: 80px;
}

.nav-item5:hover{
    height: 50px;
    width: 200px;
    float: left;
    font-size:20px;
    text-align: center;
    padding-top: 20px;
    border-radius: 80px;
}
.carousel-inner img{
    height: 200px;
    width: 800px;
    padding-left: 500px;
    padding-right: 500px; 
    margin: auto;
}


.texto{
    width: 1000px;
    height: auto;
    background-color:rgba(255, 255, 255, 0.6);
    text-align: justify;
    font-size: 17px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px; 
    padding-bottom: 30px;
    margin: auto;
}

.carousel img{
    height: 250px;
    width: auto;
}

.miniatura{
    width:280.33px;
    height: 250px;
    float: left;
}

.miniatura img{
    height: 100%;
    width: 100%;
}

.nav-texto1{
    width: 940px;
    height: auto;
    background-color:rgba(11, 184, 228, 0.493);
    text-align: justify;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px; 
}

.nav-texto2{
    width: 940px;
    height: auto;
    background-color:rgba(194, 106, 106, 0.603);
    text-align: justify;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

.nav-texto3{
    width: 940px;
    height: auto;
    background-color:rgba(204, 202, 102, 0.493);
    text-align: justify;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

@media screen and (max-width: 700px){
    .texto{
        font-size: 9px;

    }
    .nav-texto1{
        font-size: 9px;

    }

    .nav-texto2{
        font-size: 9px;

    }

    .nav-texto3{
        font-size: 9px;

    }

    .miniatura{
        height: 150px;
    }
    .carousel img{
        height: 200px;
        width: 150px;
    }
    .container{
        height: 100px;
    }
}

@media screen and (max-width: 400px){
    .texto{
        font-size: 7px;

    }
    .nav-texto1{
        font-size: 7px;

    }

    .nav-texto2{
        font-size: 7px;

    }

    .nav-texto3{
        font-size: 7px;

    }

    .miniatura{
        height: 100px;
    }
    .carousel img{
        height: 150px;
        width: 50px;
    }
    .container{
        height: 50px;
    }
}