/* nav a {
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 13px;
  transition: all .4s;
  color: #000000;
}
nav{
  background-color: #B2DFDB

} */
header {
  background-color: #D3D3D3;
  padding: 8px;
  align-items: baseline;
}

header img {
  padding: 6px 60px;
}

nav {
  display: inline-block;
  vertical-align: top;
  float: right;
  /* padding: 16px; */
  margin: 5px 0px 2px 0px
}

nav a {
  text-transform: uppercase;
  color: #555555;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 4px;
  transition: all .2s;
  font-family: 'Montserrat', sans-serif;
}

nav a:hover {
  color: #C62828;
  font-weight: 700;
}

.navDiv {
  display: flex;
  flex-flow: row;
  align-items: center;
  margin-bottom: 32px;
}

#logo {
  position: absolute;
  width: 104px;
  height: 40px;
  left: 70px;
  top: 28px;
}

.loki {
  background-image: url("Images/img1.jpg");
}

.spidey {
  display: flex;
  flex-flow: row;
}

.wanda {
  display: flex;
}

/* header {
  background-color: #B2DFDB;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 16px 0;
} */
#backloki {
  width: 1440px;
  height: 516px;
  left: 0px;
  top: 4px;
}

.hammer {
  color: #ffffff;
  background-color: #C62828;
  padding: 8px 30px;
  border-radius: 60px;
  text-decoration: none;
  text-align: center;
  margin-top: 16px;
}

.thor {
  display: flex;
  flex-flow: row;
  justify-content: space-around;
  margin-top: 48px;
}

.thunder {
  max-width: 280px;
  max-height: 350px;
}

.blackpanther {
  display: flex;
  flex-flow: column;
}

#super {
  text-align: center;
  font-size: 48px;
  font-weight: 400;
  font-family: 'Playfair Display', serif;
  color: #C62828;
  margin-top: 88px;
  margin-bottom: 48px;
  padding-top: 80px;
}

h2 {
  font-family: 'Montserrat', sans-serif;
}

#asgard {
  font-family: 'Montserrat', sans-serif;
  /* text-align: center; */
  font-weight: 400;
  font-size: 28px;
  line-height: 40px;
  /* or 143% */
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: lowercase;
}

#avenger {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 20px;
  /* or 71% */
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: capitalize;
  margin-top: 64px;
}

#wakanda {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  /* or 111% */
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: capitalize;
  margin-top: 8px;
}

h4 {
  font-family: 'Montserrat', sans-serif;
}

p {
  font-family: 'Montserrat', sans-serif;
}

.ironman {
  margin-bottom: 32px;
}

.spideyTitel {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 16px;
  /* identical to box height, or 33% */
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #C62828;
  font-family: 'Playfair Display', serif;
}

#peggycarter {
  background-color: #B2DFDB;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.33);
  padding: 64px 64px;
}

.redSmall {
  text-align: center;
}

.ironText {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 20px;
  /* identical to box height, or 71% */
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: capitalize;
  opacity: 0.6;
  margin-top: 16px;
}

.redWeb {
  display: flex;
  flex-flow: row;
  justify-content: space-around;
  margin-left: 64px;
  margin-right: 64px;
}

.blackWeb {
  display: flex;
  flex-flow: row;
  justify-content: space-around;
  margin-top: 88px;
  margin-left: 64px;
  margin-right: 64px;
}

/* .blackImg {
  width: 320px;
height: 240px;
} */
#secfour {
  background-color: #B2DFDB;
}

#blueSpider {
  margin-left: 54PX;
  width: 799px;
  height: 80px;
  margin-top: 112PX;
}

#blackSpider {
  margin-left: 952px;
  margin-top: 54px;
}

#onekill {
  margin-left: 54px;
  margin-top: 54px;
  margin-bottom: 80px;
}

.adam {
  background-color: #D3D3D3;
}

/* footer  */
footer {
  width: 100%;
  padding-top: : 40px;
  background-color: white;
  color: #555555;
  /* text-align: center; */
  font-size: 16px;
  font-weight: lighter;
}

.footerIcon {
  display: flex;
  flex-flow: row;
  /* flex-basis: auto; */
  /* flex-flow: row; */
  justify-content: space-around;
  margin-top: 64px;
}

footer section div {
  display: inline-block;
  line-height: 1.4;
}

.footerPicn {
  max-width: 560px;
  max-height: 112px;
}

.footerPic {
  display: flex;
  flex-flow: row;
  justify-content: space-around;
}

.footerText {
  margin-top: 64px;
}

.social {
  display: flex;
  flex-flow: row;
justify-content: space-between;
margin: 64px;
padding-top: 16px;
}

.whole {
  justify-content: space-around;
  padding-left: 306px;
margin-top: 8px;
}

.Copyright {
  display: block;
  background-color: #d8d8d8;
  font-size: 12px;
  font-weight: 400;
  padding: 32px;
  color: #000000;
  /* color: #55555; */
}
