a {
  text-decoration: none;
}

.div-block {
  width: 100vh;
  background-image: url('../images/eagle-view-tracking-vehicles-gps-lorry-car-hgv-trackers-uk.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  background-image: url('../images/eagle-view-tracking-vehicles-gps-lorry-car-hgv-trackers-uk.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-2 {
  padding: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #192745;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-2 {
  text-align: center;
}

.text-block {
  position: static;
  margin-right: auto;
  margin-left: auto;
  float: left;
  clear: none;
  font-family: Arsenal, sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
}

.text-block.login {
  background-color: transparent;
  color: #192745;
}

.text-block.inline {
  font-size: 42px;
  font-weight: 400;
}

.text-block.footer-1 {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 12px;
  text-align: right;
  letter-spacing: 0.7px;
}

.text-block.footer-2 {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 0.42;
  font-size: 12px;
  text-align: right;
  letter-spacing: 0.7px;
}

.image {
  margin-top: 11px;
  margin-right: 15px;
  margin-bottom: 0px;
  float: left;
  clear: none;
}

.link-block {
  display: inline-block;
  margin-top: 10%;
  padding: 8px 20px 10px;
  float: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 7px;
  -o-object-fit: fill;
  object-fit: fill;
}

.link-block.login {
  margin-top: 0%;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #fff;
}

.link-block.login.in-line-body {
  display: none;
}

.link-block.inline {
  margin-top: 6.3vh;
  border-color: hsla(0, 0%, 100%, 0);
}

.link-block.learn-more {
  margin-top: 0%;
}

.link-block.learn-more.in-line-body {
  display: none;
}

.image-2 {
  margin-bottom: 6px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.heading {
  margin-top: 10%;
  font-family: Arsenal, sans-serif;
  color: #fff;
  font-size: 7vw;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 20px #000;
}

.image-3 {
  margin-top: 10px;
  margin-left: 14px;
  float: left;
  clear: none;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: left;
}

.link {
  color: #fff;
}

.link-2 {
  color: #fff;
}

.column-4 {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 2%;
  display: block;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-3 {
  display: none;
}

@media screen and (max-width: 991px) {
  .body {
    height: 100vh;
  }
  .text-block {
    font-size: 18px;
  }
  .text-block.inline {
    font-size: 32px;
  }
  .link-block.login {
    padding: 5px 25px;
  }
  .link-block.learn-more {
    padding: 5px 12px;
  }
  .heading {
    font-size: 9vw;
  }
}

@media screen and (max-width: 767px) {
  .text-block {
    font-size: 16px;
  }
  .text-block.inline {
    font-size: 26px;
    text-align: center;
  }
  .text-block.footer-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -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;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .text-block.footer-2 {
    text-align: center;
  }
  .image {
    width: 7px;
    margin-top: 13px;
    margin-right: 7px;
  }
  .link-block.login {
    padding: 2px 15px;
  }
  .link-block.learn-more {
    padding: 2px 8px;
  }
  .section {
    padding-right: 5%;
    padding-left: 5%;
  }
  .heading {
    margin-top: 15%;
    font-size: 9vw;
  }
  .image-3 {
    width: 12px;
  }
  .columns-2 {
    display: block;
  }
  .column-5 {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 479px) {
  .div-block-2 {
    display: none;
  }
  .columns.header {
    display: block;
  }
  .text-block {
    display: block;
    clear: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .text-block.inline {
    font-size: 21px;
  }
  .image {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }
  .link-block.login {
    margin-left: 15px;
  }
  .link-block.login.in-line-body {
    display: block;
  }
  .link-block.inline {
    margin-top: 2vh;
  }
  .link-block.learn-more {
    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;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .link-block.learn-more.in-line-body {
    display: block;
  }
  .image-2 {
    width: 200px;
  }
  .section {
    padding-right: 5%;
    padding-left: 5%;
  }
  .heading {
    margin-bottom: 4vh;
    font-size: 11vw;
  }
  .image-3 {
    width: 8px;
    margin-top: 14px;
    margin-left: 10px;
  }
  .div-block-3 {
    display: block;
    padding: 12px 20px 20px;
    background-color: #192745;
    text-align: center;
  }
  .image-4 {
    width: 60%;
  }
}

