html {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
body {
    width: 100%;
    height: 100%;
    background-color:#1b3941; 
    border-top: solid #f9b226;
    border-top-width:5px;
}
div.header {
    position:fixed;
    width:50%;
    right:25%;
    top:10px;
    text-align:center
}
div.footer {
    position:fixed;
    width:50%;
    right:25%;
    bottom:5px;
    text-align:center;
}

div.logo {
    position:fixed;
    left:22px;
    top:100px;
}

div.menu
{
    position:fixed;
    right:10px;
    height: 100%;
    text-align:right;
}

div.linkedin {
    position:fixed;
    width:45px;
    height:45px;
    left:22px;
    top:10px;
    text-align:center;
    vertical-align:center;
    font-family:Arial;
    font-weight:bold;
    font-size:20px;
    background-color:#f9b226;
    line-height: 50px;
}

div.facebook {
    position:fixed;
    width:45px;
    height:45px;
    left:80px;
    top:10px;
    text-align:center;
    vertical-align:center;
    font-family:Arial;
    font-weight:bold;
    font-size:25px;
    background-color:#f9b226;
    line-height: 50px;
}

div.twitter {
    position:fixed;
    width:45px;
    height:45px;
    left:140px;
    top:10px;
    text-align:center;
    vertical-align:center;
    font-family:Arial;
    font-weight:bold;
    font-size:25px;
    background-color:#f9b226;
    line-height: 50px;
}

div.inhoud1 {
    position:fixed;
    margin-left:325px;
    margin-right:325px;
    top:100px;
    width:auto;
    height:65%;
    text-align:left;
    background-color:#f9b226;
    opacity:0.9;
    border:13px solid #f9b226;
    border-radius:25px;
    font-family:Arial;
    font-weight:bold;
    font-size:15px;
    color:#1b3941;
    padding:1%;
    overflow-y:auto;
}

div.inhoud2 
{
}

div.inhoud3 {
    position:fixed;
    width:50%;
    height:50%;
    right:-50%;
    color:#ffffff;
}

h1
{
font-size:19px;
}

h2
{
font-size:16px;
}

img.lll 
{
width:6%;
padding:1%;
}

img.threels 
{
width:250px;
}

img.logo 
{
Padding:5px;
width:75%;
}

ul.a 
{
list-style-type:none;
}

::-webkit-scrollbar 
{
width: 12px;
}  

::-webkit-scrollbar-thumb 
{
-webkit-border-radius: 25px;
border-radius: 25px;
background: #fbca68;
}

::-webkit-scrollbar-thumb:window-inactive {
background: #fbca68;
}