body{
    background-color: lightgray;
    background-image: url("../images/people-vrouw_schuin_origineel.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    font-family: Verdana,Helvetica,Arial;
    font-size: 16px;
    word-wrap:break-word !important;
    margin: 0px;
    padding: 0px;

}

p{
    color: black;
    font-size: 1em;
}


h1 {
    font-size: 3em;
    text-align: left;
}

h2 {
    font-size: 1.5em;
    text-align: left;
}

h3 {
    font-size: 2em;
    text-align: left;
}


p {
    text-align: center;
}

nav {
    margin: 0;
    background-color: #E64A19;
}

nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

nav ul li {
    display:inline-block;
    background-color: #E64A19;
}

nav a {
    display:block;
    padding:0 10px;
    color:#FFF;
    font-size:20px;
    line-height: 60px;
    text-decoration:none;
}

nav a:hover {
    background-color: #000000;
}

/* Hide Dropdowns by Default */
nav ul ul {
    display: none;
    position: absolute;
    top: 60px; /* the height of the main nav */
}

/* Display Dropdowns on Hover */
nav ul li:hover > ul {
    display:inherit;
}

/* First Tier Dropdown */
nav ul ul li {
    width:170px;
    float:none;
    display:list-item;
    position: relative;
}

/* Second, Third and more Tiers	*/
nav ul ul ul li {
    position: relative;
    top:-60px;
    left:170px;
}


/* Change this in order to change the Dropdown symbol */
li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }

main{
    background-color: rgba(255,255,255,0.5);
    max-width: 800px;
    min-width: 250px;
    margin: 50px auto 10px auto;
    padding: 20px;
    border-radius: 20px;

}

