
body {
    font-family: "Quicksand", sans-serif;
    /* font-size: auto; */
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    background-color: white;
  }

a {
  text-decoration: none;
}




/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

.hero-size {
height: 350px;
}




}




/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

.overlap {
position: relative;
z-index: 2;
margin-left: -100%;
/* margin-top: 3%; */
}


.base {
  z-index: 1;
}


.hero-size {
  height: 500px;
}




}




/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {




}




/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

.hero-size {
height: 600px;
}




}




/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {




}