


@media screen  and (min-width : 800px){
    body {
        background-image: url(../images/background.png);
        background-repeat: no-repeat;
        background-size: cover;
    }    


    img {
        height: 100px;
    }

    .instagram-bestand {
        height: 80px;
        width: 80px;
        left: 2em;
    }

    .twitch-bestand {
        height: 80px;
        width: 80px;
        padding-left: 0.7em;
        padding-top: 10px;
    }
    .youtube-bestand {
        height: 80px;
        width: 75px;
        padding-left: 0.7em;
    }

    figcaption {
        position: relative;
        left: 10px;
        text-shadow: 1px 1px black;
        color: rgba(255, 255, 255, 0.829);
    
    }
    figcaption.github-tekst {
        position: relative;
        left: 25px;
        text-shadow: 1px 1px black;
        color: rgba(255, 255, 255, 0.829);
    
    }
    figcaption.instagram-tekst {
        position: relative;
        left: 15px;
        text-shadow: 1px 1px black;
        color: rgba(255, 255, 255, 0.829);
    
    }
    figcaption.linkedin-tekst {
        position: relative;
        left: 20px;
        text-shadow: 1px 1px black;
        color: rgba(255, 255, 255, 0.829);
    
    }
    figcaption.twitch-tekst {
        position: relative;
        left: 25px;
        text-shadow: 1px 1px black;
        color: rgba(255, 255, 255, 0.829);
    
    }
    figcaption.youtube-tekst {
        position: relative;
        left: 20px;
        text-shadow: 1px 1px black;
        color: rgba(255, 255, 255, 0.829);
    
    }


    
    div {
        transition-property: width;
        transition-duration: 2s;
        transition-timing-function: linear;
        transition-delay: 1000ms;
        }
    div:hover {
        width: 110px;
        border: 2px rgba(197, 197, 197, 0.664) dashed;
        background-color: rgba(44, 43, 43, 0.185);
    }
}


@media screen and (max-width : 800px) {

    body {
        background-image: url(../images/background-phone.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
    }    
    .bestand {
        height: 50px;
        position: relative;
        left: 30px;
        top: 30px;
        border-radius: 10px;
        box-shadow: 1px 1px rgba(0, 0, 0, 0.233);

    }
    .github-bestand {
        height: 50px;
        position: relative;
        left: 120px;
        top: -40px;
        border-radius: 10px;
        box-shadow: 1px 1px rgba(0, 0, 0, 0.233);
    }
    .instagram-bestand {
        height: 60px;
        position: relative;
        left: 200px;
        top: -123px;
    }
    .linkedin-bestand {
        height: 50px;
        position: relative;
        left: 300px;
        top: -190px;
    }
    .twitch-bestand {
        height: 50px;
        position: relative;
        left: 30px;
        border-radius: 10px;
        box-shadow: 1px 1px rgba(0, 0, 0, 0.233);
        top: -170px;
    }
    .youtube-bestand {
        height: 50px;
        position: relative;
        left: 120px;
        border-radius: 10px;
        box-shadow: 1px 1px rgba(0, 0, 0, 0.233);
        top: -240px;
    }


    figcaption {
        font-size: smaller;
        position: relative;
        top: 30px;
        left: 20px;
        text-shadow: 1px 1px black;
        color: rgba(255, 255, 255, 0.829);
    
    }

    .github-tekst {
        left: 125px;
        top: -40px;
    }

    .instagram-tekst {
        left: 205px;
        top: -120px;
    }
    .linkedin-tekst {
        left: 300px;
        top: -190px;
    }
    .twitch-tekst {
        left: 35px;
        top: -170px;
    }
    .youtube-tekst {
        left: 120px;
        top: -240px;
    }
    
    
}
body  {

    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow-x: hidden;
    overflow-y: hidden;
    overflow: hidden;

}

a {
    text-decoration: none;
}