/* -------  FOOTER -------   */

footer {
  position: relative;
  bottom: 0;
  width: 100vw;
  height: 100%;
  color: #fff;
  background: #231f20;
  z-index: 3;
}

footer address {
  color: #fff;
  font-size: var(--step--1);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

footer a {
  color: #fff;
  font-size: var(--step-1);
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-decoration: none;
}

footer h6 {
  color: #fff;
  font-size: var(--step-1);
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-decoration: none;
}

.footSocials {
  display: block;
  position: relative;
  max-width: fit-content;
  font-weight: 800;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6%;
}
.footSocials h6 {
  font-size: var(--step-1);
  text-align: center;
}
.eachSocial {
  width: 50px;
  padding: 10px;
  fill: white;
}

#hoverCraftLogo {
  display: block;
  position: relative;
  margin: auto;
  padding: 12%;
}

.footNav {
  display: block;
  position: relative;
  text-align: center;
  width: 80vw;
  margin: auto;
}

.footNav li {
  padding: 1vh 0%;
}

.company-info {
  display: block;
  width: 80vw;
  position: relative;
  text-align: center;
  margin: 6vw auto;
}

.company-info li {
  padding: 1% 0%;
}

#blueskyfooter {
  position: relative;
  bottom: 6px;
}

@media only screen and (min-width: 1000px) {
  footer {
    position: relative;
    bottom: 0;
    width: 100vw;
    height: 50vh;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 24vw);
  }

  #hoverCraftLogo {
    display: block;
    position: relative;
    /* width: 60%;
    height: 100%; */
    margin: auto;
    padding: 0%;
  }

  .footSocials {
    position: absolute;
    grid-column: 2 / span 1;
    /* grid-row: 1 / span 1; */
    width: 100%;
    top: 35%;
  }

  .eachSocial {
    width: 50px;
    padding: 10px;
  }

  #twitter {
    padding-left: 0;
  }
  .footNav {
    display: grid;
    grid-column: 3 / span 1;
    max-width: 100%;
  }
  .footNav li {
    padding: 0;
  }
  .company-info {
    width: 100%;
    margin: 37% auto 0 auto;
  }

  .company-info li {
    padding: 0%;
  }

  footer address {
    color: #fff;
    font-size: var(--step--1);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  footer a {
    color: #fff;
    font-size: var(--step--1);
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-decoration: none;
  }

  .footSocials h6 {
    font-size: var(--step-1);
    text-align: justify;
  }

  footer h6 {
    color: #fff;
    font-size: var(--step--1);
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-decoration: none;
  }
}

@media only screen and (min-width: 1500px) {
  .footSocials h6 {
    font-size: var(--step-2);
  }

  .eachSocial {
    width: 70px;
    padding: 10px;
    fill: white;
  }
}
