body {
    display: grid;
    grid-template-rows: auto 1fr auto;
    background-color: #F8F8F8;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    font-family: 'bona nova';
} /* Styling for the entire body of the webpage */

header{
    width: 1440px;
    margin: 0 auto;
}

main {
    width: 1440px;
    margin: 0 auto;
}

/* Homepage Screen */
.homepage-screen {
    position: relative;
    display: block;
    background: url(../img/boek-artikel.jpg);
    width: 100%;
    height: 926px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
} /* Styling for the homepage banner or hero section */

/* Navigation Bar */
.index-nav {
    position: fixed;
    z-index: 9998;
    background: transparent;
    border-width: 1px 0;
    list-style: none;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 105px;
    transition: background 0.3s, color 0.3s;
    color: black;
} /* Styling for the navigation bar */

/* Navigation links */
.index-nav li {
    display: inline-block;
    margin-top: 4px;
}/* Styling for individual navigation items (links) */

.index-nav .link {
    display: block;
    position: relative;
    margin-left: 50px;
    margin-right: 50px;
    text-decoration: none;
    color: black;
    font-family: 'bona nova';
    font-size: 25px;
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
} /* Styling for the links within the navigation bar */

.link:hover {
    color: black;
} 

.link::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: black;
    transform: scaleX(0);
    transition: transform 0.25s ease;
}

.link:hover::before {
    transform: scaleX(1);
}

/* Home Button */

#homebutton-wrapper {
    z-index: 9998;
    position: relative;
    width: 70px;
    height: 70px;
    right: 50px;
    top: 8px;
}

#homebutton {
    z-index: inherit;
    position: relative;
    width: 70px;
    height: 70px;
    top: 7px;
}

#homebutton-wrapper:hover {
    opacity: 0.6;
}

/* Login Button */

#loginbutton-wrapper {
    z-index: 9998;
    position: relative;
    width: 70px;
    height: 70px;
    left: 50px;
    top: 8px;
}

#loginbutton {
    z-index: inherit;
    position: relative;
    width: 70px;
    height: 70px;
    top: 7px;
}

#loginbutton-wrapper:hover {
    opacity: 0.6;
}

.index-nav.black #homebutton {
    filter: invert(1);
}


.index-nav.scrolled {
    background: #B2D2E0;
    color: black;
}

em {
    font-style: italic;
}

/* Homepage */

#title-container {
    position: relative;
    z-index: 2;
    width: fit-content;
    height: 100px;
    top: 225px;
    left: 50%;
    transform: translate(-50%);
    cursor: default;
}

#title-container2 {
    position: relative;
    height: 100px;
    top: 180px;
    margin-left: 160px;
    cursor: default;
}

.searchbox {
    border-radius: 50px;
    border-color: black; 
    padding: 10px;
    width: 400px;
    height: 50;
    display: block;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 80px;
}


/* Text */

h1 {
    font-size: 96px;
    font-family: 'bona nova';
    font-weight: bold;   
    background-color: rgba(0, 0, 0, 0);
    line-height: 95px;
    text-align: center;
}

h2 {
    font-size: 60px;
    font-family: 'bona nova';
    background-color: rgba(0, 0, 0, 0);
    line-height: normal;
    margin: 0 auto;
}

h3 {
    margin-top: 5px;
    font-weight: bold;
    font-size: 18px; 
}

#populair, #misschien-ook-voor-jou {
    position:relative;
    margin-left: 120px;
    margin-bottom: 20px;
}

#art-is-everywhere {
    position:relative;
    text-align: center;
}

#over-ons {
    position: relative;
    margin-left: 50%;
    text-align: center;
}

#misschien-ook-voor-jou {
    position:relative;
    margin-left: 10%;
}

#abonneer {
    position:relative;
    text-align: center;
    margin-top: 200px;
    margin-bottom: 40px; 
}

.article-title {
    text-align: left;
}

.sub-article-title{
    text-align: left;
    height: fit-content;
    width: fit-content;
}

.article-text {
    text-align: left;
    padding-top: 0%;
    padding-bottom: 0%;
}

#character-designer-img {
    position: relative;
    margin-top:  -20px;
    margin-right: 50px;
    margin-bottom: 25px;
    margin-left: 160px;
    float: left;
    top: 30px;
    width: 430px;

}

.article-discription {
    position: relative;
    margin-left: 160px;
    margin-top: 320px;
    margin-bottom: 60px;
}

.ul-design-proces {
    list-style-type: disc;
    margin-left: 600px;
}

.li-design-proces {
    margin-left: 80px;
    margin-bottom: 8px;
    
}

#design-proces-text {
    max-width: 1200px;
}

.het-doel {
    margin-top: 160px;
    margin-left: 280px;
}

#het-doel-text {
    padding-left: 0%;
    max-width: 400px;
}

#moodbord-img {
    height: 400px;
    margin-top: -290px;
    margin-left: 600px;
}

.interactie-met-de-omgeving {
    margin-top: 160px;
    margin-left: 280px;
}

#interactie-met-de-omgeving-text {
    padding-left: 0%;
    max-width: 400px;
}

#inspiratie-img {
    height: 400px;
    margin-top: -290px;
    margin-left: 800px;
}

.beweging-in-animatie{
    margin-left: 375px;
}

#nintendo {
    opacity: 0.6;
}

.herkenbaarheid-branding{
    margin-top: 150px;
    margin-left: 280px;
}

#micky-img {
    height: 400px;
    margin-top: -290px;
    margin-left: 800px;
}

#herkenbaarheid-branding-text {
    padding-left: 0%;
    max-width: 400px;
}

#beweging-in-animatie-text {
    padding-left: 0%;
    max-width: 700px;
}

#beweging-img{
    display: block;
    margin: 0 auto;
    width: 600px;
    margin-top: 30px;
}

.esthetiek{
    margin-left: 375px;
}

#esthetiek-text {
    padding-left: 0%;
    max-width: 700px;
}

.persoonlijkheid-verhaal {
    margin-left: 375px;
    margin-bottom: 70px;
}

#persoonlijkheid-verhaal-text {
    padding-left: 0%;
    max-width: 700px;
}

.conclusie {
    margin-left: 375px;
    margin-bottom: 70px;
}

#conclusie-text {
    padding-left: 0%;
    max-width: 700px;
}



/* boxrij1 */

.boxes-and-title {
    width: 1200px;
    margin: 0 auto;
}

.article-boxes {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 1200px;
    margin: 0 auto;
}


.box {
    text-align: center;
    width: 300px;
    height: 400px;
    border: none;
    border-radius: 50px;
    background-color: white;
}

.box-link {
    text-decoration: none; 
    color: #333; 
}

#box1, #box4 { 
    margin-left: 80px 
}

#box3, #box6 {
    margin-right:80px
}

.rounded-top-img {
    width: 300px; 
    height: 300px;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
}

p {
    font-size: 18px;
    margin: 10px 0;
}

.see-more {
    z-index: 99;
    width: fit-content;
    height: 1px;
    float: right;
    margin-top: 60px;
    margin-right: 100px;
    font-size: 20px;
    opacity: 1;
    transition: opacity 0.25s;
}

.see-more:hover {
    opacity: 0.6;
}

.see-more {
    z-index: 99;
    width: fit-content;
    height: 1px;
    float: right;
    margin-top: 60px;
    margin-right: 100px;
}

/* Big Images */

.big-image-wrapper {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 800px;
    margin-top: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#big-image-1-wrapper {
    background-image: url(../img/streetart-vis-artikel.jpeg);
}

.big-image-title-underline {
    position: relative;
    z-index: 3;
    width: 0px;
    height: 5px;
    background-color: black;
    transition: width 0.25s;
    bottom: 10px;
    margin: 0 auto;
}

.big-image-title-link {
    margin: 0 auto;
    width: fit-content;
    height: 10px;
}

.big-image-description-link {
    margin: 0 auto;
    width: fit-content;
    height: 10px;
    margin-top: 70px;
    text-align: center;
}

.link-hover-wrapper {
    position: relative;
    z-index: 3;
    margin: 0 auto;
    top: 40px;
    width: fit-content;
    height: fit-content;
}

.link-hover-wrapper:hover .big-image-title-underline {
    width: 100%;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(7, 100px); 
    grid-template-rows: repeat(10, 50px);
    grid-gap: 10px; 
    max-width: 600px; 
    position: relative;
    margin-top: 80px;
    margin-bottom: 280px;
    left: 40%;
    transform: translateX(-50%);
}

.grid-container h2 {
    grid-row: 2;
    grid-column: 6;
}

.tekening, .kwasten {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}

.tekening {
    width: auto;
    height: 350px;
    grid-row: 1;
    grid-column: 1;
    z-index: 2; 
}

.kwasten {
    width:auto;
    height: 500px;
    grid-row: 5;
    grid-column: 5;
    z-index: 1;
}

p {
    grid-row: 8;
    grid-column: 1 / span 3; 
    text-align: center;
    padding: 20px;
}

.introduction {
    font-style: italic;
    text-align: left;
    width: 650px;
    margin-left: 160px;
    padding: 0%;
}

.article-line {
    position: relative;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 70px;
    height: 2px;
    width: 1120px;
    background-color: gray;
}

.container-abonneer {
    margin-left: 7%;
}

.input-abonneer {
    display: flex;
    flex-direction: row;
    margin-left: 380px;
    font-family: 'bona nova';
  }

  .input-abonneer label {
    margin-bottom: 20px;
  }

  .input-abonneer input {
    width: 300px; 
    height: 20px;
    border-radius: 50px;
    border-color: black;
  }


#input1 {
    margin-left: 55px
}

#input2 {
    margin-left: 80px
}

#input3 {
    margin-left: 120px;
}

#checkbox1 {
margin-left: -30px;
} 

#checkbox2 {
margin-left: -80px;
}

.abonneer-button {
    
    display: flex;
    padding: 10px 20px; 
    border-color: black;
    background-color: white; 
    color: black; 
    font-size: 16px; 
    font-family: 'bona nova';
    border-radius: 50px; 
    cursor: pointer;
    margin: 0 auto;
    margin-bottom: 80px;
   
}

footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #B2D2E0;
    padding: 10px;
  }

  .column {
    flex: 1;
    background-color: #B2D2E0;
    height: 180px;
    font-family: 'bona nova';
    text-align: left;
    line-height: 45px;
    font-size: 25px;
    border-top: 3px solid #B2D2E0;
}

.navbar-footer {
    float: left;
}

.footer-row {
    margin-left: none;
}

.footer-row2 {
    margin-top: 50px;
    margin-left: -190px;
}


.navbar-footer a:hover {
    opacity: 0.6;
}


#homebutton-footer {
    width: 120px;
    height: 120px;
    margin-left: 180px;
    margin-top: 30px;
}

#homebutton-footer :hover{
    opacity: 0.6;
}

.footer-row1 li,
.footer-row2 li {
    width: 100px;
}

.article-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vorrige-button,
.bronnen-button,
.volgende-button {
    padding: 10px 20px; 
    font-size: 20px; 
    background-color: #4CAF50; 
    margin-bottom: 70px;
    color: #fff; 
    border: none; 
    border-radius: 5px; 
    cursor: pointer; 
    text-align: center; 
    text-decoration: none; 
    display: inline-block; 
}


.vorrige-button {
    margin-left: 160px;
    background-color: gray; 
}

.bronnen-button {
    background-color: #B2D2E0; 
}

.volgende-button {
    margin-right: 160px;
    background-color: gray;
}

.vorrige-button:hover,
.bronnen-button:hover,
.volgende-button:hover {
    color: #333;
}

.interview {
    margin-top: 180px;
    margin-left: 160px;
    margin-bottom: 80px;
    max-width: 500px;
}

#Ties {
    margin-top: 50px;
    width: 400px;
}

.bronnenlijst {
    margin-top: 30px;
    margin-left: 160px;
    margin-bottom: 50px;
    padding: 10px;
    max-width: 900px;
}

.bronnenlijst ul {
    list-style-type: none;
    padding: 0;
}

.bronnenlijst li {
    margin-bottom: 8px;
}

.terug-naar-artikel {
    margin-left: 160px;
    margin-bottom: 60px;
    font-size: 18px;
    border-radius: 5px;
}







