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: 140px;
    height: 80px;
}
.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;
}
.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%;
}

.head{
    text-align: center;
    color: #ffffff;
    padding: 5px;
    font-family: arial;
    font-size: 18px;
}
.head .donatie button:hover{
    cursor: pointer;
}
.head1{
    text-align: center;
    color: #ffffff;
    background-color: #eef6ff;
    padding: 5px;
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
}

.tal{
    text-align: center;
}

.brass{
    font-family: arial;
    font-size: 18px;
    text-align: center;
    color: #ffff00;
    background-color: #0000ff;
    padding: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
.music{
    font-family: arial;
    text-align: center;
    padding: 10px;
    background-color: #90ee90;
    color: #0000ff;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 50px;
    font-weight: bold;
}
.why{
    font-family: arial;
    padding: 20px;
    font-size: 18px;
    text-align: center;
    margin-top: 40px;
}

.tabhead{
    color: #008000;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
}

.tablets{
    display: flex;
    margin-top: 10px;
}

.tablets .tab{
    text-align: center;
    border-style: solid;
    border-color: #008000;
    border-radius: 10px;
    margin: 10px;
    padding: 5px;
}

.used{
    font-family: arial;
    padding: 20px;
    background-color: #87cefa;
    font-size: 16px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    color: #000000;
}
.htm{
    font-family: arial;
    padding: 20px;
    text-align: center;
    background-color: #0000ff;
    color: #ffff00;
    font-size: 18px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    text-align: center;
    border-radius: 50px;
    border-color: #ffff00;
    border-style: dotted;
}
.life{
    font-family: arial;
    text-align: center;
    padding: 10px;
    background-color: #90ee90;
    color: #0000ff;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: bold;
}

.life a:hover{
    color: #008000;
}
.skills{
    font-family: arial;
    padding: 20px;
    background-color: #87cefa;
    font-size: 18px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}

.education{
    font-family: arial;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    padding: 20px;
    background-color: #90ee90;
}
.education a:hover{
    color: #0000ff;
}
.link{
    font-family: arial;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
    background-color: #ffff00;
    padding: 20px;
}
.link a:hover{
    color: #0000ff;
}
.linked{
    background-color: green;
    padding: 10px;
    margin-top: 10px;
}
.footer{
    padding: 30px;
    text-align: center;
    background-color: #ffffff;
    font-size: 15px;
}
.foot{
    background-color: #000000;
    margin-top: 50px;
}

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: 60px;
       }

       .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;
    }
       
       .education{
        margin-left: 60px;
       }


    .education a{
        display: block;
        font-size: 50px;
    }

    .head1{
        font-size: 50px;
        margin-left: 60px;
    }

    .brass{
        font-size: 50px;
    }

    .tal{
        display: block;
    }

    .tal img{
        width: 120%;
        height: 300%;
    }

    .brass{
        margin-left: 20px;
        width: 114%;
    }

    .music{
        font-size: 50px;
        margin-top: 30px;
        margin-left: 50px;
    }
    
    .why{
        margin-left: 20px;
        width: 110%;
        font-size: 50px;
        height: 1300px;
    }

    .why img{
        width: 100%;
        height: 40%;
    }

    .tabhead{
        font-size: 350%;
    }

    .tablets{
        display: block;
        width: 118%;
        margin-bottom: 50px;
    }

    .tab{
        font-size: 400%;
    }

    .used{
        font-size: 50px;
        margin-left: 30px;
        width: 110%;
    }

    .used .jpg{
        width: 240px;
        height: 200px;
    }

    .htm{
        font-size: 50px;
        margin-left: 30px;
        width: 110%;
    }

    .htm img{
        width: 100%;
        height: 50%;
    }

    .life{
        font-size: 50px;
        width: 116%;
    }

    .skills{
        font-size: 50px;
        width: 110%;
        margin-left: 30px;
    }

    .sports{
        font-size: 50px;
        margin-left: 70px;
    }

    .games{
        margin-left: 10px;
        width: 100%;
        height: 1000px;
        font-size: 50px;
    }
    .games .jpg{
        width: 400px;
        height: 200px;
        margin-left: 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;
       }
}