@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Fuzzy+Bubbles&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Fuzzy Bubbles', cursive;
    color: #8888B8;
    font-size: 18px;
    margin: 10px;
    background-color: #242430;
}



#volledige_titel {
    display: none;
}

h1 {
    font-family: 'Bebas Neue', cursive;
    text-align: center;
    font-style: italic;
    font-size: 40px;
    margin: 25px 0 20px;
    padding: 20px;
    border-bottom: 6px solid #8888B8;
}

header p {
    display: none;
}


#back {
    display: none;
}

h2 {
    font-size: 20px;
    padding: 15px;
    text-align: center;
    text-decoration: underline
}

ul {
    margin-bottom: 30px;
    text-align: center;

}

#besturingsstysteem,
#programmeertalen,
#smart_home {
    color: #8888B8
}

a,
i {
    color: #FF457A;
}

a {
    margin: 0px;
}

a:hover {
    font-weight: bolder;
    font-size: 20px;
    text-decoration: none;

}

i {
    margin: 5px;
}

ul li {
    margin: 20px 0 0;
}



li {
    list-style-type: none;
}

#svg:hover {
    font-size: 18px;
}

#svg {
    margin: 50%;

}

text {
    font-size: 12px;
    font-weight: bold;
}

ol li,
footer p {
    height: 20px;
    margin: 10px 10px 10px 30px;
}

footer {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

#toetsenbord_en_koptelefoon {
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    filter: grayscale(80%);
}

#toetsenbord_en_koptelefoon:hover {
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    filter: grayscale(0%);
}

#svg:hover {
    border-bottom: 3px dashed #FF457A;
}


@media screen and (min-width: 600px) {

    div {
        padding: 20px;
        margin: 50px 10px;
        background-color: #13131A;


    }

    body {
        font-size: 20px;
        background-color: #242430;
    }

    div {
        border: solid 3px #FF457A;
        margin: 50px;
    }

    #volledige_titel {
        display: block;
    }

    #titel {
        display: none;
    }

    h1 {
        font-size: 55px;
    }

    header p {
        display: block;
        text-align: center;
        font-size: 19px;
    }

    #back {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 90%;
        border-radius: 5px
    }

    h2 {
        font-size: 26px;
    }

    ul {

        margin-bottom: 30px;
        text-align: left;
        font-size: 20px;
    }

    a {
        font-size: 20px;
    }

    a:hover {
        font-size: 22px;
    }

    #svg:hover {
        font-size: 20px;
    }

    #toetsenbord_en_koptelefoon {
        display: none;
    }
}

@media screen and (min-width: 1000px) {
    body {
        background-color: #242430;
        background-image: url(images/pexels-eva-burghoorn-10572707_.jpg);
        background-size: cover;
        background-attachment: fixed;
        background-position: center;

    }

    div {
        background-color: #13131A;
        max-width: 1100px;
        margin: auto;
        border: 0;
    }

    h1 {
        font-size: 60px;
    }

    header p {
        font-size: 22px;
    }

    #back {
        display: none;
    }

    h2 {
        padding-top: 30px;
        font-size: 32px;
    }

    ul {
        margin-bottom: 50px;
        text-align: center;
        font-size: 24px;
    }

    a {
        font-size: 24px;
    }

    a:hover {
        font-size: 26px;
    }

    #svg:hover {
        font-size: 24px;

    }
}
