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;
}

.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;
    }

.all{
    padding-top: 15%;
}

.needy{
    display: block;
}

.students{
    display: inline-block;
    text-align: center;
    margin-left: 11%;
    margin-top: 50px;
    font-weight: bold;
    background-color: #fff;
}

.students a:hover{
    font-weight: bolder;
    color: green;
}

.student{
    text-align: center;
    font-family: arial;
    font-size: 20px;
    text-decoration: underline;
    padding-top: 10px;
    font-weight: bold;
    margin-top: 20px;
}
.student-statement{
    font-family: arial;
    font-size: 18px;
    background-color: rgba(17, 155, 24, 0.582);
    padding: 5px;
    margin-top: 2%;
    color: #ffffff;
}
.student-statement-child{
    text-decoration: overline;
    color: #ffff00;
    text-align: center;
    padding: 10px;
}
.tum{
    font-family: arial;
    font-size: 20px;
    margin-top: 20px;
}
.vic{
    font-size: 18px;
    font-family: arial;
}

.when-you-sponsor{
    font-size: 18px;
    font-family: sans-serif;
    background-color: #ffff006c;
    color: #0000ff;
    margin-top: 5%;
    margin-left: 20%;
    margin-right: 20%;
    padding: 5px;
    display: inline-flex;
}
.when-you-sponsor .foods2{
    margin-right: 10px;
}
.when-you-sponsor1{
    background-color: #0000ff;
    color: #fff;
    margin-top: 20px;
    padding: 5px;
    text-align: center;
}

.moving{
    font-size: 16px;
    color: #ffff;
    border-style: solid;
    border-top-color: black;
    border-bottom-color: black;
    border-left-style: none;
    border-right-style: none;
    background-color: blue;
    padding: 5px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-top: 5px;
    margin-left: 2%;
    margin-right: 2%;
}

.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: 40px;
        font-size: 30px;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
       }

       .all{
        padding-top: 100%;
       }  
       
       .student{
        font-size: 50px;
        margin-left: 70px;
       }

       .student-statement{
        font-size: 70px;
        width: 100%;
        margin-left: 70px;
       }

       .needy{
        display: block;
       }

       .needy .students{
        width: 250px;
        height: 700px;
        font-size: 50px;
       }
    .when-you-sponsor{
        margin-left: 100px;
        height: 50%;
        display: inline-block;
        font-size: 60px;
        width: 100%;
    }
    .when-you-sponsor1{
        margin-left: 50px;
        width: 100%;
        font-size: 60px;
    }
    .when-you-sponsor .foods2{
        width: 270px;
        height: 220px;
    }

    .moving{
        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;
       }
}