body {
  overflow: hidden;
  background-color: #E3EAEE;
  -webkit-animation: cloudin-two 210s 0s infinite;
  animation: cloudin-two 210s 0s infinite;
}

#form1, #page {
  height: 100%;
}

.less {
  color: #666;
}

#page {
  -webkit-animation: cloudin-one 150s 0s infinite;
  animation: cloudin-one 150s 0s infinite;
}

#content {
  height: 100%;
  overflow: hidden;
}

#footer {
  display: none;
}

#logos {
  padding-left: 20px;
  padding-right: 20px;
  clear: both;
  position: relative;
  min-width: 100%;
  top: 100px;
}

/* Updating Ebay and uShip logos.  Using Flexbox to handle such different image sizes */
#logos.row {
  max-width: 100rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.logoContainer {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  text-align: center;
}

.logoContainer.left-align {
  padding-right: 10rem;
}

.logoContainer.right-align {
  padding-left: 10rem;
}

.logoContainer img {
  vertical-align: bottom;
}

/* End of COIN-185 */
#message {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  text-align: center;
  top: 100px;
}

#message h1 {
  font-weight: 600;
  font-size: 27px;
}
@media only screen and (min-width:768px) {
  #message h1 {
    font-size: 37px;
  }
}

#message ul,
#message ul li.import-stat {
  list-style: none;
  margin: 0;
  padding: none;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

#message ul li.import-stat {
  font-size: 18px;
  color: #999;
  display: inline-block;
  margin-right: 12px;
}

#message ul li.import-stat-complete {
  -webkit-animation: stat-complete ease-out 0.3s 0s 1 forwards;
  animation: stat-complete ease-out 0.3s 0s 1 forwards;
}

.import-stat .icon-check:before {
  margin-right: 0.2em;
}

#earth {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #DCDACC;
  top: 600px;
}

/*
 * Truck
 */
#truck {
  display: block;
  width: 178px;
  height: 178px;
  left: 45%;
  left: 45%;
  position: absolute;
  top: -176px;
}

#truck-body {
  position: absolute;
  width: 181px;
  height: 63px;
  top: 92px;
  left: 3px;
}

.truck-wheel {
  position: absolute;
  top: 148px;
  width: 28px;
  height: 28px;
}

#truck-w1 {
  left: 25px;
  -webkit-animation: tirespin 1.2s linear infinite;
  animation: tirespin 1.2s linear infinite;
}

#truck-w2 {
  left: 128px;
  -webkit-animation: tirespin 1.2s linear infinite;
  animation: tirespin 1.2s linear infinite;
}

#truck-cargo {
  position: absolute;
  width: 114px;
  height: 134px;
  top: -2px;
  left: 0px;
}

/*
 * Road
 */
#road {
  position: absolute;
  top: 0px;
  width: 100%;
  display: block;
  height: 37px;
  -webkit-animation: roadin 35s 0s infinite;
  animation: roadin 35s 0s infinite;
}

#skipper {
  text-align: center;
  height: 35%;
  padding: 5%;
  margin-top: 60px;
}
#skipper h3,
#skipper a {
  font-weight: normal;
  font-size: 23px;
}

/* Clunky responsiveness */
@media all and (max-width: 699px) {
  #truck {
    left: 40%;
  }
  #message ul li.import-stat {
    font-size: 16px;
    margin-right: 6px;
  }
  #earth {
    top: 65%;
  }
  .logoContainer {
    text-align: center;
  }
  .logoContainer.right-align {
    padding-left: 5rem;
  }
  .logoContainer.left-align {
    padding-right: 5rem;
  }
}
@media all and (max-width: 448px) {
  #logos {
    display: none;
    margin-top: -150px;
  }
  #truck {
    left: 25%;
  }
  #message {
    position: relative;
    top: 150px;
  }
  .logoContainer.right-align {
    padding-left: 1rem;
  }
  .logoContainer.left-align {
    padding-right: 1rem;
  }
}
@-webkit-keyframes roadin {
  100% {
    background-position: -1599px 0%;
  }
}
@keyframes roadin {
  100% {
    background-position: -1599px 0%;
  }
}
@-webkit-keyframes cloudin-one {
  100% {
    background-position: -1599px 0%;
  }
}
@keyframes cloudin-one {
  100% {
    background-position: -1599px 0%;
  }
}
@-webkit-keyframes cloudin-two {
  100% {
    background-position: -1599px 0%;
  }
}
@keyframes cloudin-two {
  100% {
    background-position: -1599px 0%;
  }
}
@-webkit-keyframes go-truck {
  0% {
    left: 40%;
  }
  100% {
    left: 55%;
  }
}
@keyframes go-truck {
  0% {
    left: 40%;
  }
  100% {
    left: 55%;
  }
}
@-webkit-keyframes tirespin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes tirespin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes stat-complete {
  0% {
    color: #999;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    color: #528a36;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    color: #2C680E;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    color: #2C680E;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes stat-complete {
  0% {
    color: #999;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    color: #528a36;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    color: #2C680E;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    color: #2C680E;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}