#mainImage {
    width: 950px;
    height: auto;
    border-style: solid;
    border-radius: 8px;
    border-width: 1px;
    border-color: black;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

nav {
    border-style: solid;
    border-width: 1px;
    border-color: black;
    max-width: 1500px;
    margin: auto;
    justify-content: space-around;
    background-color: rgb(130, 130, 130);
    padding: 12px 0 0px 0;
}

#navList {
    max-width: 900px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style-type: none;
    margin-left: auto;
    margin-right: auto;
}

/* #navList li {
    margin: 0 50px;
} */

#navList li a {
    text-decoration: none;
    color: rgb(230, 255, 230);
    font-size: 18px;
}

#navList li a:hover {
    color: black;
}

#currentLink {
    color: white !important;
}

#currentLink:hover {
    color: black !important;
}

.collapsable {
    display: none;
}

.collapsable a {
    padding: 1px;
}

#collapsableWindowPort {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 260px;
    height: auto;
    background-color: rgb(150, 150, 150);
    padding: 5px 10px 10px 15px;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    border-radius: 4px;
}

#collapsableWindowArt {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 255px;
    height: auto;
    background-color: rgb(150, 150, 150);
    padding: 5px 10px 10px 15px;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    border-radius: 4px;
}

.portfolioLink:hover .collapsable {
    display: flex;
    flex-direction: column;
}

.artikelenLink:hover .collapsable {
    display: flex;
    flex-direction: column;
}

.portfolioLink:hover #portWhite {
    color: white !important;
}

.artikelenLink:hover #artWhite {
    color: white !important;
}

#content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    margin-bottom: 5px;

    border-style: solid;
    border-width: 2px;
    border-color: black;
    border-radius: 5px;

    padding-bottom: 20px;
}

main {
    width: 900px;
    text-align: center;
    margin-left: 120px;
}

main ul {
    margin-left: 165px;
}

article {
    margin-top: 50px;
    margin-left: 140px;
    width: 600px;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

article h3 {
    margin-bottom: 25px;
}

article p {
    font-size: 15px;
}

.pagination {
    margin-left: 85px;
    margin-right: auto;
}

aside {
    margin-top: 50px;
    width: 300px;
    padding-left: 60px;
    margin-right: 40px;
    margin-bottom: 40px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: black;
}

#blogArchief {
    margin-top: 8px;
    margin-bottom: 35px;
}

aside li {
    font-size: 18px;
}

aside a {
    text-decoration: none;
    color: black
}

.activeLink:hover {
    text-decoration: underline;
    color: rgb(130, 130, 130);
}

footer {
    max-width: 1500px;
    border: 1px solid black;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 0 5px 0;
    background-color: rgb(130, 130, 130);
    color: rgb(230, 255, 230);
    justify-content: center;
}

footer p {
    margin-top: 10px;
    text-align: start;
    margin-left: 100px;
}