html,
body {
  height: 100%;
  margin: 0;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  color: #666;
}
button,
a,
div:hover {
  transition: all 0.3s ease-in-out;
}


.pimg1 { background-image: url("ironman/img16.jpg"); }
.pimg2 { background-image: url("ironman/img17.jpg"); }
.pimg3 { background-image: url("ironman/img14.jpg"); }
.pimg4 { background-image: url("ironman/img18.jpg"); }
.pimg5 { background-image: url("ironman/img19.jpg"); }
.pimg6 { background-image: url("ironman/img20.jpg"); }
.pimg7 { background-image: url("ironman/img2.jpg"); }
.pimg8 { background-image: url("ironman/img3.jpg"); }
.pimg9 { background-image: url("ironman/img4.jpg"); }
.pimg10 { background-image: url("ironman/img5.jpg"); }
.pimg11 { background-image: url("ironman/img6.jpg"); }
.pimg12 { background-image: url("ironman/img7.jpg"); }
.pimg13 { background-image: url("ironman/img8.jpg"); }
.pimg14 { background-image: url("ironman/img9.jpg"); }

.pimg1,
.pimg2,
.pimg3,
.pimg4,
.pimg5,
.pimg6,
.pimg7,
.pimg8,
.pimg9,
.pimg10,
.pimg11,
.pimg12,
.pimg13,
.pimg14 {
  min-height: 100%;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.ptext {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  color: black;
  font-size: 27px;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.textbg {
  background: #313534;
  color: white;
  padding: 20px;
}

.section {
  padding: 50px 80px;
  text-align: center;
}

.section-light {
  background-color: #f4f4f4;
  color: #666;
}

.section-Dark {
  background-color: #282e34;
  color: #ddd;
}

footer {
  background-color: #fff0db;
}

.link_lists h3 {
  margin-bottom: 10px;
  color: gray;
}

.link_lists ul {
  list-style: none;
  padding: 0;
}

.link_lists ul li {
  font-size: 16px;
  margin-bottom: 5px;
}

.news_letter h3 {
  margin-bottom: 10px;
  color: gray;
}

.news_letter input {
  padding: 5px 40px;
  margin-bottom: 10px;
}

.footer_container {
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.icon_container {
  display: flex;
  gap: 15px;
  font-size: 32px;
}
