@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap");

body,
html {
  font-family: "Quicksand", sans-serif;
  padding: auto;
  scroll-behavior: smooth;
}

/*
.carousel-item {
height: 65vh;
min-height: 350px;
background: no-repeat center center scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

 .section-home {
  background-image: url("https://images.pexels.com/photos/6823562/pexels-photo-6823562.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940");
  background-repeat: no-repeat;
  background-attachment: fixed;
} 
*/

.text-shadow-1 {
  text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
}

.justify {
  text-align: justify;
}

.bg-orange {
  background-color: #f07d00;
}

.bg-blue {
  background-color: #102983;
}

.bg-red {
  background-color: #e30016;
}

.bg-cyan {
  background-color: #108493;
}