.see-box {
  border: 1px solid #f00;
}
.see-type {
  color: #f00;
}
section#lab .col-md h4 {
  float: right;
  font-size: 1rem;
  color: #fff;
}
body#homepage {
  background-image: url("../images/HomeImagesOnly.svg");
  background-repeat: no-repeat;
}
body#homepage nav .navbar-brand {
  margin-right: 10rem;
}
body#homepage nav ul li {
  font-family: 'EB Garamond', serif;
  font-size: 1.8rem;
  margin-right: 1rem;
}
body#homepage nav ul li a {
  color: #808080;
}
body#homepage nav img.logo {
  width: 20rem;
  height: auto;
}
body#homepage section#one h1 {
  font-family: 'EB Garamond', serif;
  font-size: 3rem;
}
body#homepage section#one p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
}
body#homepage section#one img.logo2 {
  width: 16rem;
}
body#homepage section#one .col-md-5 {
  background-color: #fff;
}
body#homepage section#one .row.top-space {
  margin-top: 5rem;
}
body#homepage section#one .row.top-space-2 {
  margin-top: 5rem;
}
body#homepage section#one .row.top-space-3 {
  margin-top: 30rem;
}
body#homepage section#one #footprint {
  margin-top: 12rem;
}
body#homepage section#one #ready {
  text-align: center;
}
body#homepage section#one #cta {
  text-align: center;
  margin-bottom: 5rem;
}
body#homepage section#one #shopping {
  margin-top: 4rem;
}
body nav .navbar-brand {
  margin-right: 10rem;
}
body nav #navbarNav ul li {
  font-family: 'EB Garamond', serif;
  font-size: 1.8rem;
  margin-right: 1rem;
}
body nav #navbarNav ul li a {
  color: #808080;
}
body img.logo {
  width: 20rem;
  height: auto;
}
body section#system {
  background-image: url("../images/image1.svg");
  background-repeat: no-repeat;
  background-position: 0 100%;
  height: 39rem;
}
body section#system h1 {
  font-family: 'EB Garamond', serif;
  font-size: 3rem;
  text-align: center;
  margin: 5rem 0 3rem 0;
}
body section#system p {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
}
body section#value h1 {
  font-family: 'EB Garamond', serif;
  font-size: 3rem;
  text-align: center;
}
body section#value h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: 5rem;
}
body section#value h5 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-variant-caps: small-caps;
  font-size: 3rem;
  text-align: center;
}
body section#value i {
  color: #000;
  font-size: 3rem;
  margin-left: 11rem;
}
body section#value p {
  text-align: center;
}
body section#value .col-md#time {
  margin-left: 4rem;
}
body section#testing h1 {
  font-family: 'EB Garamond', serif;
  font-size: 3rem;
  text-align: center;
  margin-top: 2rem;
}
body section#testing p {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
}
section#carousel {
  margin: 5rem 0;
}
section#carousel .carousel-item img {
  float: left;
}
section#carousel .carousel-item .col-sm-6 {
  float: right;
  margin: 10rem 3rem 0 0;
}
section#carousel .carousel-item .col-sm-6 h2 {
  text-align: left;
}
section#carousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
section#carousel .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
section#carousel .carousel-control-prev {
  position: absolute;
  left: -10rem;
}
section#carousel .carousel-control-next {
  position: absolute;
  right: -10rem;
}
body#prelaunch nav {
  margin-top: 5rem;
}
body#prelaunch nav #navbarNav ul li a {
  color: #303f5a;
}
body#prelaunch section#message {
  margin-top: 5rem;
}
body#prelaunch section#message h1 {
  font-family: 'EB Garamond', serif;
  font-size: 3.5rem;
  color: #303f5a;
  text-align: center;
}
body#prelaunch section#message img {
  margin-left: 1rem;
  width: 300px;
}
body#prelaunch section#message p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  color: #303f5a;
  text-align: center;
}
body#prelaunch .row#image2 {
  text-align: center;
}
body#prelaunch .row#image2 img {
  margin: 2rem 0rem;
  width: 70%;
}
body#prelaunch .row#cta2 {
  text-align: center;
}
body#prelaunch .row#cta2 button {
  color: #fff;
  background-color: #303f5a;
  border: none;
  font-size: 1.1rem;
  padding: 1rem;
  border-radius: 10px;
  margin-bottom: 3rem;
}
