/* Algemene stijl */
body {
    font-family: "Segoe UI", Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
    color: #333;
    max-width: 100%;
}


header {
    background-color: #f6c501d1;
    color: white;
    padding: 10px;
    background: hsla(44, 100%, 49%, 1);
    background: linear-gradient(180deg, hsla(44, 100%, 49%, 1) 0%, hsla(46, 73%, 38%, 1) 69%, hsla(43, 50%, 7%, 1) 100%);
    background: -moz-linear-gradient(180deg, hsla(44, 100%, 49%, 1) 0%, hsla(46, 73%, 38%, 1) 69%, hsla(43, 50%, 7%, 1) 100%);
    background: -webkit-linear-gradient(180deg, hsla(44, 100%, 49%, 1) 0%, hsla(46, 73%, 38%, 1) 69%, hsla(43, 50%, 7%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#fcb900", endColorstr="#a7861a", GradientType=1 );
}

header h1 {
    color: #2d2b06;
    text-align: center;
}

/* Navigatie */
nav ul {
    background-color: #262405;
    list-style: none;
    padding: 10px;
    margin: 10px;
    margin-bottom: -20px;
    margin-left: -20px;
    margin-right: -20px;
    text-align: center;
}

nav ul li {
    display: inline-block;
    margin: 0 15px;
}

nav ul li a {
    color: white;
    font-weight: bold;
}

main {
    max-width: 900px;
    margin: 20px auto;
    padding: 20px;
    background: white;
}


main img {
    max-width: 100%;
}


footer {
    text-align: center;
    padding: 15px;
    color: white;
    margin-top: 30px;
}

/* afbeelding in index*/
.image_crop {
  width: 100%;        
  height: 300px;      
  overflow: hidden;
}

/* afbeelding in index*/
.image_crop img {
  width: 100%;
  height: 100%;
  object-fit: cover;        /* vult helemaal, zonder rekken */
  object-position: center;  
  margin-top: 10px;
}

footer p {
    font-size: 13px;
}

.special_text {
    margin-top: -20px;
    font-weight: 500;
}

.rating {
    display: flex;          
    align-items: center;    
    gap: 6px;                
    margin-top: -27px;
}

.textsize {
    font-weight: 10px;
}

.stars {
    display: flex;           /* zet de sterren naast elkaar */
    gap: 3px;                /* ruimte tussen de sterren */
}

.img2 {
    height: 170px;
    object-fit: cover;
}

/* achtergrond kleur knop */
header button {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background-color: #1f1f1f;
    font-size: 15px;
    margin-left: 97%;   /* zorgt dat het knopje rechts komt */
}
