body {
  /*background-image: url(avengers1.PNG);
  background-size: 100%;*/
  background-color: red;
}

html,body{
  margin: 0;
  padding: 0;
}
#divNav{
    color: black;
    text-decoration: none;
    display: flex;
    width: 55%;
}
nav{
    display: flex;
    flex-direction: row;
    list-style-type: none;
    justify-content: space-around;
}
#nav>ul{
  display: flex;
  flex-direction: row;
}
.navLink{
  list-style-type:none;
  margin-left: 4vw;
} 
li{
  list-style-type:none;
}
a{
  
  color: black;
  text-decoration: none;
}
/*p{
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}*/
.sec{
  width: 100%;
  height: auto;
  display: flex;
  display: none;
}

.card{
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  height: 50%;
  background-color: white;
  align-self: center;
  border-radius: 40px;
}
#divLogo{
  width:45%;
}
#sec1 {
  padding: 0;
  background-color: black;
  min-height: 100%; 
}

#sec2 {
  background-color: black;
  min-height: 90vh;
 }

#sec3 {
  background-color:black; }

#sec3 .row .col-md-12 {
  padding: 0;
}

#sec4 { 
  background-image: url(avengers.jpg);
    background-color: black;
    background-repeat: no-repeat;
    display: flex;
    width: 100%;
}
#sec4>.row{
  width: 100%;
}
#sec4>.row>.col-md-12{
  display: flex;
}
#contact{
  color: white;
  background-color: rgb(0 0 0 / 66%);
  text-align-last: center;
  padding: 5%;
  margin-left: auto;
  width: 80%;
  height: 70%;
  align-self: center;
  margin-right: auto;
}
#div{
  background-color:black;
}

.section {
  min-height: 75vh; }

#row{
  padding: 15%;
  place-content: center;
}
#footer{
  display: none;
  background-color: black;
  color: white;
  width: 100%;
  height: 50%;
}

#footer p {
  margin-bottom: 0;
  margin-top: 0;
}

.navbar{
  display: flex;
}

video{
  width: 100%;
}