body {
  font-size: 19px;
  background-color: rgb(220, 220, 220);
  width: 100vw;
}

hr {
  margin: 40px;
}

.color-labo {
  color: rgb(0, 170, 185);
}

.navbar-labo {
  background-color: white;
  height: 75px;
  border-bottom: 3px solid rgb(0, 170, 185);
  margin-bottom: 75px;
}
.footer-labo {
  background-color: white;
  min-height: 110px;
  border-top: 3px solid rgb(0, 170, 185);
  padding-bottom: 5px;
   text-align: center;
}



.footer-labo .contact {
  margin-top: 10px;
}

.footer-labo a,
.footer-labo span {
  display: inline-block;
}


.bold {
  font-weight: 500;
}

.card-labo {
  padding: 2%;
  margin: auto;
  min-height: 25vh;
  border-radius: 0.8em;
  min-width: 75vw;
}
.sub-card {
  padding: 4%;
  margin-top: 3%;
  border-radius: 0.8em;
  border: 3px solid rgb(0, 170, 185);
  max-width: 32%;
}
.logo-mobile {
  max-height: 500px;
}
.row {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.p-top-20 {
  padding-top: 20px;
}
.m-auto {
  margin: auto;
}
.download-btn {
  background-color: rgb(0, 170, 185);
  border: 1px solid rgb(0, 170, 185);
  color: white;
  font-weight: 500;
  border-radius: 0.5em;
  padding: 4% 2%;
}
button.red2 {
  border: 3px solid rgb(180, 0, 0);
}
.light-padding {
  padding: 2% 1% !important;
}
.download-btn:hover {
  background-color: white;
  color: rgb(0, 170, 185);
}
.download-link {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}
.download-link:hover {
  color: inherit;
  text-decoration: none;
}

.contact {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-items: center;
}

.center {
  text-align: center;
  font-weight: 500;
}

@media (max-width: 768px) {
  .no-mobile {
    visibility: hidden;
    height: 0;
  }
  .container1 {
    height: 0;
  }
  .mobile {
    visibility: visible;
    height: max-content;
	overflow-y: scroll;
    margin-top: -10%; 
  }
  .navbar-img {
    height: 25px;
  }
  .navbar-brand {
    font-size: 1rem !important;
  }

  h3 {
    font-size: 1.2rem !important;
  }
  .logo-mobile {
    width: 150px;
    margin: auto;
  }
  .download-btn {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .col {
    display: flex;
    flex-direction: column;
  }
  .card-labo {
    margin: 4%
  }
}
@media (min-width: 769px) {
  body {
  overflow: hidden;

  }
  .mobile {
    visibility: hidden;
    height: 0;
  }
  .no-mobile {
    width: 100vw;
    display: grid;
  }
  .navbar-img {
    height: 100%;
  }
  .logo-mobile {
    max-height: 200px;
  }
}
.container1 {
  margin: 150px auto 0 auto;
  /* max-width: 80%; */
}
.min-size {
  font-size: 0.8rem;
}

.margin-20 {
  margin-top: 20px;
}
.red {
  text-align: center;
  color: rgb(200, 0, 0);
  font-weight: 700;
  margin-top: 20px;
}

.red-color {
  color: rgb(180, 0, 0);
}
