:root {
  --bg-color: #F4F2ED;
  --text-color: #272725;
  --tracker-yellow: #ffcc01;
  --tracker-black: #272725;
  --tracker-grey: #ececec;
}

#ref-logo {
  display: none;
}


.logo-right {
  position: fixed;
  right: 27px;
}

.center-outer {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.center-inner {
  display: table-cell;
  vertical-align: middle;
}

.center-auto {
  margin: auto;
}

.phone-container {
  width: 375px;
  height: 750px;
  box-shadow: 0 8px 16px -8px rgba(13, 19, 23, 0.24),
    0 4px 4px -4px rgba(13, 19, 23, 0.08);
  margin: auto;
}

.phone-container iframe {
  width: 375px;
  height: 750px;
  z-index: 30000000;
  position: relative;
  max-width: 100%;
  border: 2px solid var(--tracker-grey);
}

.row {
  --bs-gutter-x: 0 !important;
}

body {
  background-image: url("../assets/img/TrackerCoverBackground_1.png");
  margin: 0;
  background-size: cover;
}

.bg-img-container {
  background-image: url("../assets/img/corner-img.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 20vw;
  height: 70%;
  bottom: 0;
  position: absolute;
  background-position-x: right;
  background-position-y: top;
  max-width: 880px;
  max-height: 850px;
  z-index: 0;
}

.bg-img-container img {
  display: none;
  width: 50vw;
  height: 85vh;
}

.header-with-logos {
  padding: 20px 15px;
  display: flex;
  position: relative;
  z-index: 1;
}

.header-with-logos img {
  margin: 0 8px;
  width: 100%;
}

.client-feedback {
  width: 270px;
  text-align: left;
  margin: auto;
  color: var(--text-color);
  font-family: "Sofia Pro", sans-serif !important;
}

.client-feedback h3 {
  font-family: "Sofia Pro", sans-serif !important;
  font-size: 32px;
  line-height: 1.33;
  margin-bottom: 10px;
  text-align: left;
  display: inline-block;
}

.client-feedback h5 {
  font-family: "Sofia Pro", sans-serif !important;
  font-size: 18px;
  margin-bottom: 0;
  text-align: left;
  font-weight: normal;
}

.client-feedback img {
  margin: 0 9px 3px 0;
}

.stars {
  color: #fceb70;
  font-size: 22px;
  margin: 16px 0 15px;
}

/* All Media Queries */

@media (min-width: 280px) {
  /* smartphones, iPhone, portrait 480x320 phones */

  .app-downloads {
    display: none;
  }

  .header-with-logos {
    display: none;
  }

  .bg-img-container {
    display: none !important;
  }

  .phone-container {
    width: 100%;
    height: 100%;
    border-radius: 0;
    box-shadow: none;
    border: none;
  }

  .phone-container iframe {
    width: 100vw;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    border-radius: 0;
    z-index: 30000000;
    position: relative;
    max-width: 100%;
  }


  .client-feedback {
    display: none;
  }
}

@media (min-width: 320px) {
  /* smartphones, iPhone, portrait 480x320 phones */

  .bg-img-container {
    display: none !important;
  }

  .phone-container {
    width: 100%;
    height: 100%;
    border-radius: 0;
    box-shadow: none;
    border: none;
  }

  .phone-container iframe {
    width: 100vw;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    border-radius: 0;
    z-index: 30000000;
    position: relative;
    max-width: 100%;
  }

  .client-feedback {
    display: none;
  }
}

@media (min-width: 481px) {
  /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */

  .bg-img-container {
    display: none !important;
  }

  .phone-container {
    width: 100%;
    height: 100%;
    border-radius: 0;
    box-shadow: none;
    border: none;
  }

  .phone-container iframe {
    width: 100vw;
    height: 100vh;
    border-radius: 0;
    z-index: 30000000;
    position: relative;
    max-width: 100%;
  }

  .client-feedback {
    display: none;
  }
}

@media (min-width: 641px) {
  /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */

  .bg-img-container {
    display: none !important;
  }

  .phone-container {
    width: 375px;
    height: 750px;
    box-shadow: 0 8px 16px -8px rgba(13, 19, 23, 0.24),
      0 4px 4px -4px rgba(13, 19, 23, 0.08);
    margin: auto;
  }

  .phone-container iframe {
    width: 375px;
    height: 750px;
    z-index: 30000000;
    position: relative;
    max-width: 100%;
  }

  .client-feedback {
    display: none;
  }
}

@media (min-width: 750px) {

  /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
  .bg-img-container {
    display: none !important;
  }

  .header-with-logos {
    display: none;
  }

  .phone-container {
    width: 375px;
    height: 750px;
    box-shadow: 0 8px 16px -8px rgba(13, 19, 23, 0.24),
      0 4px 4px -4px rgba(13, 19, 23, 0.08);
    margin: auto;
  }

  .phone-container iframe {
    width: 375px;
    height: 750px;
    z-index: 30000000;
    position: relative;
    max-width: 100%;
  }

  .client-feedback {
    display: none;
  }
}

@media (min-width: 961px) {
  /* tablet, landscape iPad, lo-res laptops ands desktops */


  .bg-img-container {
    display: none !important;
  }

  .client-feedback {
    display: none;
  }

  .header-with-logos {
    display: none;
  }

  .phone-container {
    width: 375px;
    height: 750px;
    box-shadow: 0 8px 16px -8px rgba(13, 19, 23, 0.24),
      0 4px 4px -4px rgba(13, 19, 23, 0.08);
    margin: auto;
  }

  .phone-container iframe {
    width: 375px;
    height: 750px;
    z-index: 30000000;
    position: relative;
    max-width: 100%;
  }
}

@media (min-width: 1130px) {
  /* big landscape tablets, laptops, and desktops */

  .bg-img-container {
    background-image: url("../assets/img/corner-img.png");
    background-repeat: no-repeat;
    background-size: cover;
    /* width: 45vw; */
    /* height: 100vh; */
    bottom: 0;
    position: absolute;
    /* background-position-x: center;
    background-position-y: bottom; */
    display: block !important;
  }

  .app-downloads {
    display: block;
    margin-top: 1em;
    text-align: center;
    position: relative;
    z-index: 20000000;
    cursor: pointer;
  }

  .header-with-logos {
    display: flex;
  }

  .client-feedback {
    width: 270px;
    text-align: left;
    display: block;
    margin: auto;
    color: var(--text-color);
    font-family: "Sofia Pro", sans-serif !important;
  }
}

@media (min-width: 1281px) {
  /* hi-res laptops and desktops */

  .bg-img-container {
    background-image: url("../assets/img/corner-img.png");
    background-repeat: no-repeat;
    background-size: cover;
    /* width: 45vw; */
    /* height: 100vh; */
    bottom: 0;
    position: absolute;
    /* background-position-x: center;
    background-position-y: bottom; */
  }

  .app-downloads {
    display: block;
    margin-top: 1em;
    text-align: center;
    position: relative;
    z-index: 20000000;
    cursor: pointer;
  }

  .client-feedback {
    width: 280px;
    text-align: left;
    margin: auto;
    color: var(--text-color);
    font-family: "Sofia Pro", sans-serif !important;
  }
}

@media (min-width: 1600px) {
  /* hi-res laptops and desktops */

  .app-downloads {
    display: block;
    margin-top: 1em;
    text-align: center;
    position: relative;
    z-index: 20000000;
  }

  .bg-img-container {
    background-image: url("../assets/img/corner-img.png");
    background-repeat: no-repeat;
    background-size: cover;
    /* width: 47vw !important; */
    /* height: 100vh; */
    bottom: 0;
    position: absolute;
    /* background-position-x: center;
    background-position-y: bottom; */
  }

  .client-feedback {
    width: 280px;
    text-align: left;
    margin: auto;
    color: var(--text-color);
    font-family: "Sofia Pro", sans-serif !important;
  }
}