html {
  font-size: 16px;
}

@media screen and (max-width: 600px) {
  html {
    font-size: 14px;
  }
}

body {
  background-color: #febe10;
}

.section-welcome {
  background-image: url('images/welcome-bim.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  padding-top: 3.75rem;
  padding-bottom: 6.75rem;
}

@media screen and (max-width: 600px) {
  .section-welcome {
      background-image: url('images/welcome-bim-mobile.jpg');
    padding-top: 1rem;
    padding-bottom: 14rem;
  }
}

.section-welcome .logo {
  width: 12.5rem;
  height: auto;
  margin-bottom: 6rem;
}

@media screen and (max-width: 600px) {
  .section-welcome .logo {
    width: 10.5rem;
    margin-bottom: 2rem;
  }
}

.section-welcome .text {
  color: #05313f;
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

@media screen and (max-width: 600px) {
  .section-welcome .text {
    font-size: 1rem;
  }
}

.section-welcome .slogan {
  width: 18.75rem;
  height: auto;
}

@media screen and (max-width: 600px) {
  .section-welcome .slogan {
    width: 12.5rem;
  }
}

.section-download {
  position: relative;
  text-align: center;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.section-download .text {
  color: #05313f;
  font-size: 1rem;
  font-weight: 700;
}

.section-download .text a {
  color: #ffffff;
  font-size: 1rem;
  text-transform: uppercase;
}

.section-download .stores {
  margin-top: 1.5rem;
}

.section-download .store {
  margin-bottom: 1.875rem;
}

@media screen and (max-width: 600px) {
  .section-download .store {
    margin-bottom: 1.5rem;
  }
}

.section-download .sun {
  position: absolute;
  top: 0;
  left: 50%;
  width: 44rem;
  height: auto;
  transform: translate(-50%, 0);
  z-index: -1;
}

@media screen and (max-width: 600px) {
  .section-download .sun {
    width: 100%;
  }
}
