body{
    padding: o;
    margin: 0;
    background-color: #eef6ff;
}
header{
    background-color: #0000ff;
    color: #ffffff;
    width: 100%;
    position: fixed;
}
.website-header{
    margin-left: 25%;
    height: 110px;
    display:flex;
    flex-wrap: wrap;
    font-family: arial;
    color: #ffff00;
}
.website-header img{
    margin-bottom: auto;
    margin-right: 30px;
    margin-top: 5px;
    width: 100px;
    height: 100px;
}
.head{
    display: block;
    font-size: large;
    margin-top: 20px;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.head .donatie button:hover{
    cursor: pointer;
}
.navbar ul{
    font-family: arial;
    background-color: #008000;
    color: #000000;
    text-align: center;
    display: inline-flex;
    list-style: none;
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 10px;
}
.navbar ul li{
    width: 100px;
    margin: 10px;
    padding: 10px;
    font-weight: bold;
}
.navbar ul li a{
    text-decoration: none;
    color: #ffffff;
}
.active, .navbar ul li:hover{
background-color: #0000ff;
border-radius: 5px;
}
.sub-menu-1{
    display: none;
}
.navbar ul li:hover .sub-menu-1{
    display: block;
    position: absolute;
    margin-top: 15px;
    margin-left: 15px;
}
.navbar ul li:hover .sub-menu-1 ul{
display: block;
margin: auto;
text-align: left;
}
.navbar ul li:hover .sub-menu-1 ul li{
    width: 150px;
    padding: 10px;
    border-bottom: 1px dotted #ffffff;
    background: transparent;
    border-radius: 0;
    text-align: left;
}
.navbar ul li:hover .sub-menu-1 ul li:last-child{
    border-bottom: none;
}
.navbar ul li:hover .sub-menu-1 ul li a:hover{
    color: #0000ff;
}
.fa-angle-rigth{
    float: right;
}

.all{
    padding-top: 15%;
}

.reports{
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
}
.heading{
    text-align: center;
    text-decoration: underline;
    margin-top: 20px;
    font-size: 20px;
    font-family: arial;
    font-weight: bold;
}

.report{
    font-size: 15px;
    font-family: 'Times New Roman', Times, serif;
}

.linked{
    background-color: green;
    padding: 10px;
    margin-top: 10px;
}

.footer{
    background-color: #ffffff;
    padding: 20px;
    text-align: center;
    font-size: 15px;
}
.foot{
    background-color: #000000;
    margin-top: 20px;
}

footer1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 50px;
    padding: 10px 30px 30px 10px;
    width: 100%;
    background-color: #fff;
}

footer1 .col{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}

footer1 .logo{
    margin-bottom: 30px;
    margin-top: 40px;
}

footer1 h2{
    font-size: 14px;
    margin-top: 40px;
}

footer1 p{
    font-size: 13px;
    margin: 0 0 8px 0;
    color: #000000;
}

footer1 a{
    font-size: 13px;
    text-decoration: none;
    color: #222;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    transition: 0.3s;
}

footer1 .follow{
    margin-top: 20px;
}

footer1 .follow .icon img{
    padding-right: 6px;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

footer1 .follow .icon{
    padding: 10px 10px;
}

footer1 .install .row img{
    border: 1px solid #088178;
    border-radius: 6px;
}

footer1 .install .row1 img{
margin-right: 10px;
}

footer1 a:hover{
    color: #000fff;
    text-decoration: underline;
}

.copyright p{
    font-size: 13px;
    width: 100%;
    color: #088178;
    text-align: center;
}


@media all and (max-width: 1000px){
    .website-header{
        margin-top: 10px;
        margin-bottom: 50%;
        color: #fff;
        display: inline-block;
        margin-left: 0px;
       }

       .website-header img{
        margin-left: 25%;
        width: 50%;
        height: 320%;
       }

       .website-header h1{
        font-size: 60px;
        margin-left: 75px;
       }

       .website-header .head{
        font-size: 40px;
       }

       .navbar ul{
        display: inline-flex;
        margin-left: 0px;
        font-size: 30px;
        padding-left: 0px;
       }

       .all{
        padding-top: 90%;
       }

       .head .donatie button{
        padding: 2%;
        font-size: 100%;
        font-weight: bold;
        background-color: #ffff00;
        color: #000fff;
        border-radius: 5px;
    }

    .head .donatie button:hover{
        background-color: #fff;
    }

       .heading{
        font-size: 50px;
       }

       .reports{
        font-size: 50px;
       }

       .reports .report{
        font-size: 50px;
       }

       .footer{
        font-size: 40px;
       }

       footer1{
        display: block;
        align-items: center;
        margin-left: 40px;
       }

       footer1 p{
        font-size: 50px;
       }

       footer1 h2{
        font-size: 50px;
       }

       footer1 a{
        font-size: 50px;
       }

       footer1 .follow .icon{
        width: 100px;
        height: 100px;
        display: inline-flex;
       }
}