* {
  box-sizing: border-box;
  font-family: 'mundial', sans-serif;
  color: #1C1C1C;
  margin: 0;
  padding: 0;
}

html, body {
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}

.headerHolder {
  width: 100vw;
  background-color: #1C1C1C;
}

.padding {
  padding-left: 12%;
  padding-right: 12%;
}

.header-height {
  height: 114px; 
}
.instabid-logo {
  user-select: none;
  cursor: pointer;
  font-weight: bold;
  
  width: 214px;
}

.header {
  display: flex;
  align-items: center;
}

.instaBidOffline {
  padding-left: 4%;
  padding-right: 4%;

  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  
  text-align: center;
  
  background-image: url(public/images/sell-car-back.jpg);
  background-size: cover;
  background-position: center;

  min-height: 760px;
  height: 81vh;
}

.helpEmail {
  display: inline;
  font-size: inherit;
  color: #E74979;
}

.footer {
  padding-top: 80px;
  padding-bottom: 64px;
  background-color: #1C1C1C;
}
.copy {
  margin-top: 77.5px;
  font-size: 12px;
  font-weight: 300;
  color: #F5F4F4;
}
.header-text {
  font-size: 70px;
  line-height: 81px;
  font-weight: 400;
  text-align: center;
  color: #fff;
}
.description {
  margin-top: 50px;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
}

@media screen and (max-width: 1440px) {
  .padding {
    padding-left: 8%;  
    padding-right: 8%;
  }
  .header-height {
    height: 90px;
  }
  .instabid-logo {
    width: 150px;
  }
  .instaBidOffline {
    min-height: 580px;
    height: 82vh;
  }
  .footer {
    padding-top: 64px;
    padding-bottom: 52px;
  }
  .header-text {
    font-size: 52px;
    line-height: 58px;
  }
  .description {
    margin-top: 32px;
    font-size: 16px;
  }
}

@media screen and (max-width: 925px) {
  .instabid-logo {
    width: 125px;
  }
}

@media screen and (max-width: 768px) {
  .header-height {
    height: 80px;
  }
}

@media screen and (max-width: 550px) {
  .padding {
    padding-left: 4%;
    padding-right: 4%;
  }
  .header-height {
    height: 66px;
  }
  .instabid-logo {
    width: 112px;
  }

  .instaBidOffline {
    min-height: 490px;
    height: 78vh;
  }
  .header-text {
    font-size: 38px;
    line-height: 47px;
    max-width: 350px;
  }
  .description {
    margin-top: 24px;
    font-size: 13px;
  }
}
