body {
  margin: 0;
  min-height: 100vh;
}

.bgImg0 {
  background-image: url(img/lookout.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bgImg1 {
  background-image: url(img/closeupdark.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bgImg2 {
  background-image: url(img/car.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bgImg3 {
  background-image: url(img/mics.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bgImg4 {
  background-image: url(img/case.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

header {
  height: 100px;
  width: 100vw;
  background-color: black;
  position: fixed;
}

header div {
  text-align: right;
  position: relative;
  margin-top: -80px;
}

a, p, .contact-inputs{
  color: white;
  font-family: "Chakra Petch", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 40px;
  margin-left: 10px;
  margin-right: 10px;
}
header img {
  height: 100%;
  margin-left: 10px;
}

p {
  color: rgb(255, 255, 255);
  margin: 0;
  background-color: black;
  margin: auto;
  word-wrap: normal;
}

.centre {
  padding: 15%;
  padding-bottom: 15%;
  text-align: center;
  padding: auto 0;
  justify-content: center;
}

.contact-inputs {
  color: rgb(255, 255, 255);
  margin: 0;
  background-color: black;
  margin: 15px;
  word-wrap: normal;
}


footer {
  position: fixed;
  bottom: 0;
  width: 100vw;
}

footer p, footer a{
  text-align: center;
  font-size: 25px;
}

iframe {
  margin-top: 100px;
  width: 100vw;
  height: calc(100vh - 100px);
}

@media screen and (max-width: 860px) {
  header {
    height: 50px;
  }

  iframe {
    margin-top: 50px;
    height: calc(100vh - 50px);
  }

  header div {
    margin-top: -45px;
  }

  a, p, .contact-inputs {
    font-size: 20px;
  }

}

@media screen and (max-width: 500px) {
  header {
    height: 40px;
  }

  iframe {
    margin-top: 40px;
    height: calc(100vh - 40px);
  }

  header div {
    margin-top: -38px;
  }

  a, p, .contact-inputs {
    font-size: 18px;
    margin-left: 0;
    margin-right: 0;
  }

}

.socialButton {
  height: 70px;
  margin: 20px;
}

.w40 {
  width: 34px;
  margin: 2px;
}

.imgFit {
  width: calc(70vw);
  padding-bottom: 15px;
}