*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background: #003061;
}
.alles{
    margin-top: 5%;
}

.alles h1{
     font-size: 52px;
     margin-bottom: 30px;
     text-align: center;
     color: white;
     margin-top: 30px;
} 

header {
    display: flex;
    height: 60px;
    width: 100%;
    border: 5px solid black;
    border-bottom: 2.5px;
    border-radius: 10px;
    justify-content: space-between;
    background: aliceblue;
    border: 1px solid rgb(0, 0, 0);
    box-shadow: 10px 10px 10px #000000;

    h1{
        align-content: center;
        font-family: 'Brush Script MT';
        padding-left: 2%;
    }

    h3{
        font-family: 'Courier New';
        padding-right: 2%;
        align-self: flex-end;
    }
}
a{ 
  color: rgb(248, 61, 61);
}

.dropdown-wrapper {
    display: flex;           
    justify-content: center; 
    margin-bottom: 30px;  
}
 .Squad {
  display: grid;
  grid-auto-flow: column;      
  grid-auto-columns: 280px;     
  gap: 2rem;
  scrollbar-color: transparent transparent;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 1rem;
  background-color: #03233d;
}


.Squad .Squad-lid {
  background-color: rgb(255, 255, 255); 
  border-radius: 12px;
  width: 280px;
  height: 350px;
  padding: 20px;
  gap: 2rem;
  text-align: center;
  color: white;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; 
  overflow: hidden; 
  scroll-snap-align:center;
}
#sortSquad {
    padding: 15px 12px;
    font-size: 16px;
    border-radius: 6px;
    border: 1px solid #999;
    outline: none;
    cursor: pointer;
    min-width: 150px;        
    text-align: center;      
    transition: all 0.2s ease;
     outline: none !important;
    border: 1px solid rgb(232, 32, 32);
    box-shadow: 0 0 30px #ed1d1d;
}
.Squad .Squad-lid h3{
    font-size: 26px;
    margin-top: 70px;
}
.Squad .Squad-lid p.role{
    font-size: 12px;
    text-transform: uppercase;
    margin: 12px 0;

}
.Squad .Squad-lid::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
  border-radius: 12px;
}

.Squad .Squad-lid * {
  position: relative; 
}
.lid1 {
  background: url("assets/Squad1J-Luka.JPG") center/cover no-repeat;
}

.lid2 {
  background: url("assets/Squad1J-Bronx-1.JPG") center/cover no-repeat;
}
.lid3 {
  background: url("assets/Squad1J-Sadaf.JPG") center/cover no-repeat;
}

.lid4 {
  background: url("assets/Squad1J-Julian.JPG") center/cover no-repeat;
}
.lid5 {
  background: url("assets/Squad1J-Kurollos.JPG") center/cover no-repeat;
}

.lid6 {
  background: url("assets/Squad1J-Maarten.JPG") center/cover no-repeat;
}
.lid7 {
  background: url("assets/Squad1J-Jadon.JPG") center/cover no-repeat;
}

.lid8 {
  background: url("assets/Squad1J-Ayoub.JPG") center/cover no-repeat;
}
.lid9 {
  background: url("assets/Squad1J-Anass.JPG") center/cover no-repeat;
}

.lid10 {
  background: url("assets/Squad1J-Mathijs.JPG") center/cover no-repeat;
}
.lid11 {
  background: url("assets/Squad1J-Meraichio.JPG") center/cover no-repeat;
}

.lid12 {
  background: url("assets/Squad1J-Lynn.JPG") center/cover no-repeat;
}
.lid13 {
  background: url("assets/Squad1J-Yassine.JPG") center/cover no-repeat;
}

.lid14 {
  background: url("assets/Squad1J-Jasin-1.JPG") center/cover no-repeat;
}
.lid15 {
  background: url("assets/Squad1J-Sieuwke.JPG") center/cover no-repeat;
}

.lid16 {
  background: url("assets/Squad1J-Kevin.JPG") center/cover no-repeat;
}
.lid17 {
  background: url("assets/Squad1J-Tom.JPG") center/cover no-repeat;
}

.lid18 {
  background: url("assets/Squad1J-Iman.JPG") center/cover no-repeat;
}
.lid19 {
  background: url("assets/Squad1J-Luc.JPG") center/cover no-repeat;
}

.lid20 {
  background: url("assets/Squad1J-Ké.JPG") center/cover no-repeat;
}
.lid21 {
  background: url("assets/Squad1J-Heba.JPG") center/cover no-repeat;
}
.lid22 {
  background: url("assets/Squad1J-Mete.jpeg") center/cover no-repeat;
}

.lid23 {
  background: url("assets/Squad1J-Jamil.JPG") center/cover no-repeat;
}
.lid24 {
  background: url("assets/Squad1J-Ahlam.JPG") center/cover no-repeat;
}

.lid25 {
  background: url("assets/Squad1J-Chama.JPG") center/cover no-repeat;
}
.lid26 {
  background: url("assets/Squad1J-Jamie.JPG") center/cover no-repeat;
}

.aanbevolen-plekken {
  display: grid;
  grid-template-columns:  1fr; 
  grid-template-rows: repeat(1, 6);   
  margin: 1em flex;
  gap: 20px;
  background-color: #03233d;
  padding: 40px;
}

.aanbevolen-plekken img {
  width: 100%;
  height: auto;
  aspect-ratio: 0.75;
  object-fit: cover;
  border-radius: 24px; 

  
}

@media ( width > 500px){
.aanbevolen-plekken {
 display: grid;
  grid-template-columns: repeat(3, 5fr); 
  grid-template-rows: repeat(3, 5fr);   
  gap: 20px;  
  margin: 0 auto;
  scrollbar-color: transparent transparent;
  overflow-x: auto;
  background-color: #03233d;
}
}

footer {
    color: white;
    background: rgb(0, 0, 0);
   display: flex;
   justify-content: center;
   font-size: 150%;
   margin-top: 45px;
   border: 5px solid black;
    border-bottom: 2.5px;
    border-radius: 10px;
    
}

footer a{
  color: white;
  text-decoration: none;
}
