
html {
    background-color: rgb(246, 247, 218);
}

body {
    background-color: rgb(246, 247, 218);
  box-sizing: border-box;
  padding: 0;
  margin: 0;
    width: 100%;
    
}

header {
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
    height: 100px;
    background-color: red;
}

footer {
    width: 100%;
    height: 70px;
    background-color: green;
}

  
h1 {
    color: darkblue;
    text-align: center;
}

h2 {
    color: rgb(0, 0, 0);
    font-size: 22px;
    padding: 10px;
    text-align: center;
}

h3 {
  padding-left: 40%;
}

ul {
    padding-left: 45%;
    font-size: 18px;
}
  
  
.nav-logo {
   height: 50px;
   margin-right: 20px;
}

.nav-logo img {
    height: 100%;   /* gör att bilden fyller divens höjd */
    object-fit: cover; /* ser till att bilden beskärs istället för att bli skev */
}



.clothes {
    width: 100%;
}

.socials-logo {
    width: 30%;
    margin-bottom: 20px;

}

.socials-link {
    text-align: center;
}

.clothes-btn {
    background-color: rgb(7, 7, 88);
    border: none;
    font-size: 22px;
    padding: 10px;
    margin: 20px auto;
    display: flex;
    border-radius: 10px;
    width: 60%;
    justify-content: center;
}

.container {
    max-width: 80%;
}

.prislista h1 {
    text-align: center;
    font-size: clamp(1rem, 2vw, 2.5rem);
}

.prislista h2 {
    text-align: center;
    font-size: clamp(0.6rem, 0.8vw, 1.2rem);
    padding: clamp(0.2rem, 0.3vw, 1rem);
}

.prislista a {
  font-size: clamp(0.7rem, 1vw, 1.8rem);
}
 
/*
.prislista h1, .prislista h2, .prislista a {
  font-size: clamp(1rem, 2vw, 2rem);
}
  */

h4 {
    font-size: 25px;
    text-align: center;
  }


   .img-container {
  position: relative;
  display: inline-block;
}

.button-group-overlay {
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 2rem;
  z-index: 2;
}

.img-container img {
  display: block;
  width: 100%;
  height: auto;
}

.button-group-overlay .btn {
  font-size: 2rem; /* Increase as needed */
}  

.Banor h1 {
    font-size: 50px;
}

.Banor h2 {
    display: flex;
    align-items: center;
}

.sponsor-logo {
    width: 100%;

}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

.clubclothes-body {
    height: fit-content;
}






  /* inställningar för mobiler */
/*@media screen and (orientation: portrait) {*/
@media (max-width: 1200px) {
  .button-group-overlay-mobile {
    display: flex !important;
    flex-direction: row;
    gap: 0.5rem;
    justify-content: center;
    margin-top: 1rem;
  }
  .button-group-overlay {
    display: none !important;
  }
  
  .clubclothes-body .row {
    flex-direction: column;
  }

  .court-info {
    padding-left: 17px;
    padding-right: 17px;
  }

  
  .prislista {
    order: 2;
  }

  .button-group-overlay .btn {
    font-size: 0.9rem;
    min-width: 0;
    width: auto;
    white-space: nowrap;
    flex-shrink: 1;
  }

  .container {
    max-width: 100%;
  }

  .container h2 {
    font-size: 16px;
  }

  .court-info h1{
    font-size: 30px;
  }

  .court-info h2{
    font-size: 12px;
  }

  .clubclothes-body {
    margin-top:3px !important
  }

  h4 {
    font-size: 25px;
    margin-left: 20px;
    text-align: center;
  }

  li {
    font-size: 12px;
  }

  .prislista h1 {
    margin-top: 20px;
  }

  .clothes-btn {
    width: 30%;
    margin:0 auto;
  }

  .sponsors-body h1 {
    font-size: 20px;
  }
}