body{
   /* background-color: #3d3d3d; */
   background-image: url("../imagens/wall.jpg");
   background-color: #cccccc;
   /* height: 500px; */
   background-repeat: no-repeat;
   background-size: cover;

}

.nav{
  width: 100vw;
  height: 50px!important;
  position: fixed !important;
}

.menuitens{
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}

.nav-link{
    padding-left: 70px !important;
    color: orange !important;
}

.nav-link:hover{
    color: white !important;
}

.navbar{
  /* background-color: black!important; */
    background-color: rgba(0, 0, 0, 0.5)!important;
  /* top: 37px; */
}

/* .position-absolut {
  position: absolute;
} */

.botao{
  margin-left: 90%;
}

.meio{
    height: 100vh;
    width: 100vw;
}


.hero-image {
  /* opacity: 0.9; */
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;

}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.navmid{
  background-color: black;
}

.btn{
  background-color: black;
  color: orange;
  opacity: 0.8;
}

.btn:hover{
  color: white;
}

.footer{
  padding: 0;
  margin: 0;
    width: 100%;
    bottom: 0;
    margin-top: 6%;
    background-color: rgba(0, 0, 0, 0.8);
    height: 120px;
    display: flex;
 align-items: center;
 justify-content: center;
bottom: 0px;
}

.footer p{
  /* text-align: center; */

  color: Orange;
  font-size: 20px;
  font-style: oblique;
  text-align: center;

}

#pfooter{
  text-align: center;
  font: 20px;
}
#paragrafo{
padding-left: 20px;

}

a{
  text-decoration: none;
  color: inherit;
}

a:hover{
  color: white;
}
