body {
  height: 100%;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  scroll-behavior: smooth;

}

body p {
  color: #fff;
}

body ul {
  color: #fff;
}

body h1 {
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.2em;
}

body a {
  color: #000;
}

body a:hover {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(255 151 90);
}


.navbar a {
  font-weight: 300;
}

#uutiset {
  background-color: #ff9673;
  padding-top: 10rem;
  padding-bottom: 10rem;
}



#merch {
  background-color: #14c49b;
  padding-bottom: 10rem;
}

#keikat {
  background-color: #ff9673;
  padding-bottom: 10rem;
}

#media {
  background-color: #14c49b;
  padding-bottom: 10rem;
}

@media (min-width: 576px) {
  #youtube {
    width: 600px;
  }

}

.bg-image {
  background-position: 45% !important;
}

#topBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: rgb(0, 0, 0, 0.5); /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 5px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
  font-family: 'Rubik';
}

#topBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}