body{
    width: 100%;
    background-color: white;
    font-family: 'Montserrat', 'Source Sans Pro', sans-serif;
    margin: 0;
    position: relative;
}

/*Header vormgeving*/

body header{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 12vh;
    background-color: #1F8B54;
    align-items: center;
}

nav{
    width: 100%;
}

nav ul{
    display: flex;
    flex-direction: row;
    list-style-type: none;
}

nav ul li a{
    color: white;
    font-size: 18px;
    text-decoration: none;
    list-style-type: none;
    margin-left: 50px;
    margin-right: 50px;
}

nav ul li:hover a{
    border-bottom-style: solid;
    border-bottom-width: 0.2em;
    font-size: 18px;
    text-decoration: none;
    list-style-type: none;
    transition: 0.5s;
}

nav ul li:visited a{
    color: white;
    font-size: 18px;
    text-decoration: none;
    list-style-type: none;
}


.headerAfbeelding {
    width: 18%;
    margin-left: 1em;
}

/*Main vormgeving (landingspage)*/

main{
    height: 50vh;
}

article.introText{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 80%;
    background-color: white;
    margin-top: 10.5%;
    justify-content: center;
    align-items: center;
}

article.introText img{
    width: 25%;
    margin-right: 10%;
    align-items: center;
    justify-content: center;
}

p.introText{
    display: flex;
    flex-wrap: wrap;
    width: 35em;
    align-items: center;
}


/*Footer vormgeving*/

footer{
    display: flex;
    flex-direction: row;
    position: fixed;
    width: 100%;
    height: 5vh;
    background-color: #1F8B54;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: white;
    bottom: 0;
    font-size: 10pt;
}

/*Vormgeving van contact pagina*/

h1, h2{
    text-align: center;
    align-items: center;
}

.contacttext{
    width: 100;
    height: 50vh;
    margin-top: 30vh;
}

.contacttext a{
    color: blue;
}

/*main vormgeving van portfolio en minor gedeelte*/

article.subjects{
    background-color: white;
    height: 60vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}

section.subject{
    display: flex;
    width: 25vw;
    height: 20vh;
    color: white;
    background-color: #1F8B54;
    margin-left: 7vw;
    margin-right: 7vw;
    margin-top: 11vh;
    text-align: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    border-radius: 1.5em;
    padding: 1em;
}

section.subject h2{
    font-size: 1em;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
}

section.subject p{
    text-align: center;
    font-size: 0.8em;
    margin-left: 2em;
    margin-right: 2em;
    margin-bottom: 3em;
}

a {
    text-decoration: none;
    color: white;
}

/*Vormgeving van minor overzichtpagina*/

section.minorsubject{
    display: flex;
    width: 12vw;
    height: 17.5vh;
    color: white;
    background-color: #1F8B54;
    margin: 5em;
    text-align: center;
    flex-direction: row;
    flex-wrap: wrap;
    border-radius: 1.5em;
}

section.minorsubject h2{
    font-size: 1em;
    margin: auto;
}

section.subject:hover, section.minorsubject:hover{
    box-shadow: 2px 2px 10px #000000; 
    transition: 0.5s;
}

/* Algemene vormgeving van detailpagina's */

article.detail-info{
    display: flex;
    width: 100%;
    height: 40vh;
    background-color: #1F8B54;
    margin-top: 10vh;
    align-items: center;
    flex-direction: row;
}

article.detail-info img{
    transform: scale(0.15);
    margin-left: -20%;
}

section.detail-info{
    margin-left: 10vw;
    width: 45vw;
}

section.detail-info h1{
    text-align: left;
    color: white;
    width: 45vw;
}

section.detail-info p{
    color: white;
    width: 45vw;
}

/*Detailpagina tekst en afbeelding verdeling*/

section.detail-appimage{
    width: 80vw;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    background-color: white;
    margin-top: 10vh;
    margin-bottom: 10vh;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
}

section.detail-appimage p{
    width: 35vw;
}

section.detail-appimage img{
    margin-left: auto;
    margin-right: auto;
    width: 20%;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    margin-bottom: 10vh;
}

section.p-placement p{
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

article.detail-info a{
    text-decoration-line: underline;
}

section.detail-info ul{
    width: 23em;
}

section.detail-info ul li{
    color: white;
    margin-left: -5vw;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

section.detail-image:last-of-type img{
    margin-bottom: 5em;
}

/*Valhalla pagina*/

section.detail-valhallaimage{
    width: 80vw;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    background-color: white;
    margin-bottom: 10vh;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
}

section.detail-valhallaimage p{
    width: 35vw;
}

section.detail-valhallaimage img{
    margin-left: auto;
    margin-right: auto;
    margin-top: 5vh;
    width: 50%;
    border-style: solid;
    border-width: 1px;
    border-color: black;
}

section.detail-valhallaimage:last-of-type img{
    margin-bottom: 5em;
}

/*Ipad schermformaat*/

section.detail-ipadimage{
    width: 80vw;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    background-color: white;
    margin-bottom: 10vh;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
}

section.detail-ipadimage p{
    width: 35vw;
}

section.detail-ipadimage img{
    margin-left: auto;
    margin-right: auto;
    margin-top: 5vh;
    width: 35%;
    border-style: solid;
    border-width: 1px;
    border-color: black;
}

