@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.montserrat-f {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

html {
    font-size: 62.5%;
  }
  body {
    font-size: 1.8rem;
    background-color: #000000;
    color: white;
  }

  h1, h2, h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
  }
  h1 {
    font-size: 3.5rem;
  }
  h2 {
    font-size: 2.5rem;
  }
.fixer {
    padding-left: 27rem;
}

.acto {
  font-size: 3.5rem;
}

.text-yellow {
  color: #CBA63A;
}

.logo-jazzing {
  width: 50%;
  height: auto;
}

#btn-back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  border: none;
  border-color: transparent;
  background-color: transparent;
  display: none;
  z-index: 3;
}

.bi-arrow-up-short {
  font-size: 3rem;
  color: white;
  background-color: transparent;
  border: none;
  border-color: transparent;
  padding: 10px;	
}

 /* Extra small devices (phones, 600px and down) */
 @media only screen and (max-width: 600px) {
  .fixer {
    padding-left: 14.5rem;
}
.acto {
  font-size: 2.5rem;
}
#btn-back-to-top {
  bottom: 25px;
  right: 5px;
}
 }

 /* Small devices (portrait tablets and large phones, 600px and up) */
 @media only screen and (min-width: 600px) {
  .fixer {
    padding-left: 15rem;
}
.acto {
  font-size: 2.5rem;
}
 }
 
 /* Medium devices (landscape tablets, 768px and up) */
 @media only screen and (min-width: 768px) {
  .fixer {
    padding-left: 12rem;
}
.acto {
  font-size: 2.5rem;
}
 }
 
 /* Large devices (laptops/desktops, 992px and up) */
 @media only screen and (min-width: 992px) {
  .fixer {
    padding-left: 18rem;
}
.acto {
  font-size: 3rem;
}
 }
 
 /* Extra large devices (large laptops and desktops, 1200px and up) */
 @media only screen and (min-width: 1200px) {
  .fixer {
    padding-left: 27rem;
}
.acto {
  font-size: 3.5rem;
}
 } 